Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:language:orgmode [2024/06/12 11:58] – Merge obsidian & dw clockoon | wiki:language:orgmode [2025/11/06 01:12] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ### Agenda | ### Agenda | ||
| + | ## 기능 | ||
| + | ### tangle | ||
| + | 특정 코드 블록의 내용을 다른 파일로 자동 또는 수동으로 내보내는 기능. Org manual에서는 ‘[소스 코드 내보내기](https:// | ||
| + | |||
| + | ``` org | ||
| + | #+BEGIN_SRC elisp :tangle yes | ||
| + | ;; CODE exported to pre-configured file | ||
| + | #+END_SRC | ||
| + | |||
| + | #+BEGIN_SRC elisp :tangle FILENAME | ||
| + | ;; CODE exported to specified file | ||
| + | #+END_SRC | ||
| + | |||
| + | #+BEGIN_SRC elisp :tangle FILENAME2 | ||
| + | ;; CODE exported to ANOTHER specified file | ||
| + | #+END_SRC | ||
| + | |||
| + | #+BEGIN_SRC elisp :tangle no | ||
| + | ;; CODE not exported | ||
| + | #+END_SRC | ||
| + | ``` | ||
| ## TIP | ## TIP | ||
wiki/language/orgmode.1718161092.txt.gz · Last modified: (external edit)
