Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
emacsでaを開いたときにsrcコードブロックを評価してもらいたいの.orgですが。どういうわけか特定のsrcコードブロックにタグを付けて、ドキュメントを開くときに評価するブロックを特定できればさらに良いでしょう。
.org
このための既存の技術はありますか?
特にセキュリティ上のリスクをもたらす可能性があることを考えると、これに対する組み込みのサポートはありません。 に追加org-babel-execute-bufferするorg-mode-hookか、いくつかのブロックのみを実行したい場合は、それを使用するカスタム関数を作成org-babel-map-src-blocksして Org-mode フックに追加できます。
org-babel-execute-buffer
org-mode-hook
org-babel-map-src-blocks
In the following example the flash in my HTML would not show after moving it's parent element in DOM. I use appendChild on enclosing div o
appendChild
div