步步为营,零秒精通 Emacs

Org-manual前四章(Notebook功能)总结:

  1. introduction 2) Documents 3)Table 4)Hyperlinks
- **Documents Structure**
 - Visibility Cycling
   + C-u C-u TAB :: Switch back to the startup visibility of the buffer
   + C-u C-u TAB :: org-set-startup-visibility
   + C-c C-k :: outline-show-branche
   + C-c C-x b :: org-tree-to-indirect-buffer
   + C-c C-j  org-goto :: Jump to a different place without changing the current outline visibility.
 - Structure Editing
   * C-RET :: org-insert-heading-respect-content
   * M-S-RET :: org-insert-todo-headin
   * C-S-RET :: org-insert-todo-heading-respect-content
   * TAB :: org-cycle
   * M-LEFT :: org-do-promote
   * M-RIGHT ::  org-do-demote
   * M-S-LEFT :: org-promote-subtree
   * M-S-RIGHT :: org-demote-subtree
   * M-UP :: org-move-subtree-up
   * M-DOWN :: org-move-subtree-down
   * C-c @ :: org-mark-subtree
   * C-c C-x C-w :: org-cut-subtree
   * C-c C-x M-w :: org-copy-subtree
   * C-c C-w :: org-refile
   * C-c ^  :: org-sort
   * C-x n s  :: org-narrow-to-subtree
   * C-x n b  :: org-narrow-to-block
   * C-x n w  :: widen
   * C-c * :: org-toggle-heading
 - Motion
   略
 - Sparse Tree
   + C-c / :: org-sparse-tree
     然后调用swiper
 - Plain Lists
   * TAB :: org-cycle
   * M-RET :: org-insert-heading
   * M-S-RET :: insert a new item with a checkbox
   * M-UP and M-DOWN :: move the items up and down
   * M-LEFT and M-RIGHT :: Decreae/increase the indentation
   * M-S-LEFT and M-S-RIGHT :: Decrease/increase indentations
   * C-c C-c :: toggle checkbox
   * C-c -  :: Cycle different bullets
   * S-LEFT and S-RIGHT :: cycles bullet styles
   * C-c *  :: Turn a plain list item into a headline
   * C-c C-* :: Turn the whole plain list into a subtree of the current heading. ()
   * C-c ^ :: Sort the plain list.
 - Drawer
   + C-c C-x d :: org-insert-drawer
   + C-c C-z  ::  Add a time-stamped note
 - Blocks
   略
- **Tables**
 - Built-in Table Editor
   + C-c | :: org-table-create-or-convert-from-region
 - Column Width and Alignment
   + C-c C-c :: org-table-align
   + M-LEFT and M-RIGHT :: org-table-move-column-right
   + M-S-LEFT and M-S-RIGHT :: org-table-delete-column and org-table-insert-column
   + M-UP and M-DOWN :: org-table-move-row-up and org-table-move-row-down
   + S-UP and S-DOWN :: org-table-move-cell-up and org-table-move-cell-down
   + M-S-UP :: org-table-kill-row
   + M-S-DOWN :: org-table-insert-row
   + C-c - :: org-table-insert-hline
   + C-c RET :: org-table-hline-and-move
   + C-c ^ :: org-table-sort-lines
   + C-c +  :: org-table-sum
   + S-RET :: org-table-copy-down √
   + C-c TAB :: org-table-toggle-column-widt
   + C-u C-c TAB :: org-table-shrink
   + C-u C-u C-c TAB :: org-table-expand
 - Column Groups
   + <>  :: Column Groups
 - The Orgtbl Minor Mode
   + M-x orgtbl-mode ::
 - The Spreadsheet
   略
 - Org Plot
   略
- **Hyperlinks**
 + internal link :: =[[internal-link]]=
 + file:projects.org::regex
 + gnus:group
 + shell:ls
 + elisp:(find_file "elisp.org")
 + elisp:org-agenda

在竞聘管理员, 差了20多票, 抽空给个支持.