3
emacs 24.2.1 and org mode version 8.0.3
,儘管我已經參考了Emacs Org-mode - Export to another directory?中的解決方案,但直接將下面的語句添加到.org文件中。在按下C-c C-e h o
之後,.html文件仍然會到達當前目錄。emacs orgmode - 如何將html文件導出到其他目錄,而不是與.org文件相同的目錄
#+bind: org-export-publishing-directory "~/org/exported_html/"
並且我也嘗試將下面的語句添加到.emacs文件中。但仍然沒有解決我想要的問題。
(setq org-export-publishing-directory "~/org/exported_html")
誰能給我一個建議?謝謝。
謝謝,也許導出的文件包含到項目中是唯一的方法。謝謝你的提示.. – ryu