0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-17 08:36:27 +00:00

Bugfix: Make option completion work in indirect buffers

Reported by Shaun Johnson.
This commit is contained in:
Carsten Dominik 2009-01-28 09:11:21 +01:00
parent 3a2d9a7eb9
commit 5ce21d77df
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-get-current-options): Fix bug when in indirect
buffer.
2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-dim-blocked-tasks): New option.

View file

@ -3031,7 +3031,10 @@ Does include HTML export options as well as TODO and CATEGORY stuff."
(mapconcat 'identity org-export-exclude-tags " ")
org-export-html-link-up
org-export-html-link-home
(file-name-nondirectory buffer-file-name)
(or (ignore-errors
(file-name-sans-extension
(file-name-nondirectory (buffer-file-name (buffer-base-buffer)))))
"NOFILENAME")
"TODO FEEDBACK VERIFY DONE"
"Me Jason Marie DONE"
org-highest-priority org-lowest-priority org-default-priority