Org-mode notes
Table of Contents
1 基本操作 pdf
1.1 一般
- M-S-ENTER (增加新 item)
- C-c C-c (點選 checkbox)
- C-c , (加入 priority)
- Tab (折疊)
- S-Tab (全部折疊)
- Alt(optoin)-Shift Left/Right | 減/加星(層級)
- Alt(option)-Shitf-Up/Down: 上下移動 item
- C-c C-l edit link
- Alt(option)-v: 上一頁
- Ctl-v: 下一頁
1.2 tag Tag
- C-c C-q (edit tag)
- C-c \ (search tag)
- C-c \ 按 tag 搜索標題
- C-c / m 搜索並按樹狀結構顯示
- C-c / / 按照正則搜索,並按樹狀結構顯示
- C-c a m 按標籤搜索多個文件(需要將文件加入全局 agenda)
- 可以使用邏輯表達式限制條件,更準確靈活的搜索
- 和 a+b 同時有這兩個標籤
- 排除 a-b 有 a 但沒有 b
- | 或 a|b 有 a 或者有 b
- & 和 a&b 同時有 a 和 b,可以用“+”替代
- 在查詢視圖中 C-c C-c 退出
- 和 a+b 同時有這兩個標籤
1.3 timestamp
- 也可以在 calendar 上用滑鼠點
- C-c . (加 timestamp)
- Cu C-c . (加入時間)
- C-c C-d (加 DEADLINE)
- C-c C-s (加 SCHEDULED)
1.4 Outline
- C-c C-n/p (下/上個標題)
- C-c C-f/b (下/上個同級的標題)
- C-c C-u (上一級標題)
- C-c C-j (jump?)
1.5 表格 Table
- M-Left/Right (欄位左/右移)
- M-S-Left (砍此欄)
- M-S-Right (加新欄至右邊)
- M-Up/Down (此列上/下移)
- M-S-Up (砍此列)
- M-S-Down (加新列至下行)
2 Multiple Cursor
- M-x mc/mark-all-like-this
- 1break line: C-j
3 Agenda
3.1 基本操作
- C-c [ / ] 此 org 檔加入/移除 agenda
3.2 Agenda view
- C-c a a
3.3 Agenda Buffer
- p/n (上/下)
- L (另一視窗顯示 org 檔,並畫面置中)
- TAB(另一視窗顯示 org 檔)
- ENTER (進入 org 檔, 並關掉 agenda)
- F (跟隨模式, 移游標, 另一視窗的 org 跟著動)
4 Export
4.1 輸出 export
- M-x org-export-as-html 輸出 HTMLz
- #+OPTIONS: “\n:t” 換行, 把\n 變成
- Latex 控制
#+LATEX_CLASS: article #+LATEX_HEADER: \usepackage[slantfont, boldfont]{xeCJK} #+LATEX_HEADER: \setCJKmainfont{WenQuanYi Micro Hei} #+LATEX_HEADER: \setCJKsansfont{WenQuanYi Micro Hei} #+LATEX_HEADER: \setCJKmonofont{WenQuanYi Micro Hei Mono}
4.2 HTML Themes
- #+SETUPFILE: https://fniessen.github.io/org-html-themes/setup/theme-readtheorg.setup
- https://gitee.com/paulzql/org-html-themes/raw/master/setup/theme-bigblow.setup
- #+HTMLHEAD: <link rel=“stylesheet” type=“text/css” href=“css/notes.css”/>
- #+SETUPFILE: org-notes-style/setupfile.org
- #+HTMLHEAD: <link rel=“stylesheet” type=“text/css” href=“css/notes.css”/>
= https://awesomeopensource.com/project/fniessen/org-html-themes
5 Table
5.1 Edit
- Move row / column: Alt+Left/Right/Up/Down
- Insert row/column: Alt+Shift+Down/Right
- 填寫公式 :=vsum(@2$3..@-1$3)
5.2 Apperance
- C-c } : 秀出各欄及列的代號
5.3 計算
- #+CAPTION: Expenditure of September
- #+TBLFM: @14$2=vsum(@2$2..@-1$2)
- @: row / $: column
6 Resources emacs orgmode latex pdf
- 使用 gnupg 加密你的 org-mode 文章
- Org My Life
- The Lazy Ecnonmist
- Using Emacs Org-mode to Draft Papers
- org-reveal Error exporting追踪
- Org-Reveal Slide
- org-reveal投影片製作
- How to achieve simple page layout in reveal.js with org-reveal
- 使用org-mode来GTD(1)— 入门 | YIFEIYANG
- org-mode與Google calendar(或outlook)的(雙向)同步問題
- GTD实践—使用Emacs和Org-mode
- MobileOrg 和中文 iPhone 的同步設定
- Org Mode - Organize Your Life In Plain Text!
- O世代的新思維
- org-mode: 最好的文档编辑利器,没有之一
- heartnheart
- 增強org-mode的發布功能
- 用org代替muse记日记
- Org-Mode笔记
- (用Org-mode写文章)
- Emacs + Org-mode 8.x + XeLaTeX 輸出中文 PDF 文件
- 为什么说org-mode是个神器
- Emacs中绘图 - ditaa篇
- Org-mode写作的几个快捷方式
- 在 org-mode 中顯示圖片