私はorg-publishを使用してorg-modeファイルのHTMLエクスポートを公開し、同僚とドキュメントを共有していますが、とで多くの図を生成しplantuml
ていgnuplot
ます。これらの図は、でファイルをエクスポートするときにリモートサーバーに送信されませんC-c C-e P f
。
私の構成は次のようになります:
("org-pastebin"
:base-directory "~/org/"
:base-extension "org\\|zsh\\|html\\|png"
:publishing-directory "/ssh:user@server:~/public_html/org/"
:publishing-function org-html-publish-to-html
:with-toc t
:html-preamble t)
次のようなorg-modeファイルがある場合:
* Header
Some prose
#+BEGIN_SRC plantuml :file my-file.png :results raw
...
#+END_SRC
#+RESULTS:
[[file:my-file.png]]
この場合、リンクされたファイル(my-file.png)をEmacsに自動的に公開させるにはどうすればよいですか?プロジェクト全体を公開しても、画像はコピーされません。