.emacs-my
changeset 1176 4998abbdd5f9
parent 1175 c7faddfb54ae
child 1177 4a7ffe52d06c
equal deleted inserted replaced
1175:c7faddfb54ae 1176:4998abbdd5f9
  1404           ("SEE" . ?s)
  1404           ("SEE" . ?s)
  1405           ))
  1405           ))
  1406   ;; With this variable tags duplicated in *Org Tags* menu. I use
  1406   ;; With this variable tags duplicated in *Org Tags* menu. I use
  1407   ;; `org-tag-alist' instead until bug fixed.
  1407   ;; `org-tag-alist' instead until bug fixed.
  1408   (setq org-tag-persistent-alist nil)
  1408   (setq org-tag-persistent-alist nil)
       
  1409 
       
  1410   (when (>= emacs-major-version 24)
       
  1411     (require 'org-capture))
  1409 
  1412 
  1410   (cond
  1413   (cond
  1411    ((featurep 'org-capture)
  1414    ((featurep 'org-capture)
  1412     (setq org-default-notes-file my-org-agenda-todo-file)
  1415     (setq org-default-notes-file my-org-agenda-todo-file)
  1413     (setq org-capture-templates
  1416     (setq org-capture-templates