.emacs-my
changeset 586 e140d8539157
parent 585 2431be336034
child 587 ad59879d4891
equal deleted inserted replaced
585:2431be336034 586:e140d8539157
   904       (setq org-remember-templates
   904       (setq org-remember-templates
   905             ;; With one item emacs do not prompt choose template.
   905             ;; With one item emacs do not prompt choose template.
   906             '((?t "* TODO %?" "~/.gtd/todo.org")
   906             '((?t "* TODO %?" "~/.gtd/todo.org")
   907               ;; (?j "* %^{topic}\n  %T\n" "~/.gtd/journal.org")
   907               ;; (?j "* %^{topic}\n  %T\n" "~/.gtd/journal.org")
   908               ))
   908               ))
   909       (setq
   909       (setq org-remember-store-without-prompt t)
   910        org-remember-store-without-prompt t
   910       ))
   911        ) ))
       
   912 
   911 
   913 ;;; ----------------------------------------------------------------
   912 ;;; ----------------------------------------------------------------
   914 (message "TODO, XXX, FIXME highlight")
   913 (message "TODO, XXX, FIXME highlight")
   915 ;; Show blanks and FIXME
   914 ;; Show blanks and FIXME
   916 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule
   915 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule