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

Export: Reset the list of preferred targets

The list of preferred targets needs to be reset for each run of the
preprocessor.

Reported by Bernt Hansen.
This commit is contained in:
Carsten Dominik 2009-04-19 22:31:12 +02:00
parent 7707803c32
commit 642c6f7c6a
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2009-04-19 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-preprocess-string): Reset the list of
preferred targets for each run of the preprocessor.
* org.el (org-refile-target-verify-function): Improve
documentation.
(org-get-refile-targets): Respect point being moved by the

View file

@ -1156,6 +1156,7 @@ on this string to produce the exported version."
target-alist rtn)
(setq org-export-target-aliases nil)
(setq org-export-preferred-target-alist nil)
(setq org-export-code-refs nil)
(with-current-buffer (get-buffer-create " org-mode-tmp")