소스 검색

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.
Carsten Dominik 16 년 전
부모
커밋
642c6f7c6a
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lisp/ChangeLog
  2. 1 0
      lisp/org-exp.el

+ 3 - 0
lisp/ChangeLog

@@ -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

+ 1 - 0
lisp/org-exp.el

@@ -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")