mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Minor fixes
This commit is contained in:
parent
5b1171d6e7
commit
33fbdf0522
@ -1,5 +1,9 @@
|
||||
2010-04-07 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-entities.el (org-entities-user): Fix typo.
|
||||
|
||||
* org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
|
||||
|
||||
* org-entities.el (org-entities-user): Improve docstring.
|
||||
|
||||
2010-04-06 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
@ -66,7 +66,7 @@ utf-8 replacement Use special character available in utf-8.
|
||||
|
||||
If you define new entities here that require specific LaTeX packages to be
|
||||
loaded, add these packages to `org-export-latex-packages-alist'."
|
||||
:Group 'org-entities
|
||||
:group 'org-entities
|
||||
:type '(repeat
|
||||
(list
|
||||
(string :tag "name ")
|
||||
|
@ -14960,6 +14960,8 @@ When a buffer is unmodified, it is just killed. When modified, it is saved
|
||||
(add-text-properties
|
||||
(match-beginning 0) (org-end-of-subtree t) pc)))
|
||||
(set-buffer-modified-p bmp)))))
|
||||
(setq org-todo-keywords-for-agenda
|
||||
(org-uniquify org-todo-keywords-for-agenda))
|
||||
(setq org-todo-keyword-alist-for-agenda
|
||||
(org-uniquify org-todo-keyword-alist-for-agenda)
|
||||
org-tag-alist-for-agenda (org-uniquify org-tag-alist-for-agenda))))
|
||||
|
Loading…
Reference in New Issue
Block a user