June 27, 2010
Tip. Emacs flyspell-mode orgtabl-mode
Emacs 的特異功能 flyspell-mode 及 orgtbl-mode
- flyspell-mode 是個自動檢查英文拼字,可作到錯誤提示,單字補齊的功能
- orgtbl-mode 是 org-mode 的其中一個可以獨立的子項目,它可以作到簡單繪製表格,以及試算表功能
昨天跟 Qerter Silice CYJ Louis 約在外閒聊,其間聊了許多如游泳,攝影,軟體專案管理工具等等, 當然還有 Qerter Silice 在 console 下過生活系列篇 -- 正妹 msn pidgin notification。 這麼有趣的事情,當然要留給原作者來親身解說。簡言之就是在 console 版本的 pidgin 額外加上*來訊通知*。 這果然是有需求有動力。 :-)
席間在聊 軟體專案管理工具 時 Qerter 向我推薦 Emacs ORG-mode,看了 youtube 上的 Google 演講 功能果然強大,有空該花時間仔細研究。
我對於其中某個在 youtube 的 影片 特別感興趣,他展示了 org-mode 的其中一個獨立子項目 orgtbl-mode 加 flyspell-mode。 它可以作到簡單繪製表格,試算表及自動檢查英文拼字功能,功能強大很棒。
- flyspell-mode
- M-x flyspell-mode ;enable flyspell-mode
- C-. flyspell-auto-correct-word
- C-; flyspell-auto-correct-previous-word
- [Mouse Button2] ; flyspell-correct-word
- http://www.emacswiki.org/emacs/FlySpell
- http://www-sop.inria.fr/mimosa/Manuel.Serrano/flyspell/flyspell.html
- Org-mode
- Orgtbl-mode
- 影片 http://www.youtube.com/EQAd41VAXWo
- http://orgmode.org/worg/org-tutorials/tables.php
- http://orgmode.org/worg/org-tutorials/index.php
- 使用方法 無敵 tab-key
- C-c | ; 畫表格
- C-c - ; 畫橫線
- C-c ? ; while you are in a field.
- C-c } ; runs the command orgtbl-hijacker-command-13 需在表格內執行才會有動作
| <cursor遊標位置> | C-c | Table size Columns x Rows [e.g. 5x2]: C-c - | | | | | | |---+---+---+---+---| | | | | | | | | | | | | |---+---+---+---+---| | | | | | |
- Orgtbl-mode 試算表功能
| Student | Maths | Physics | Mean | |----------+-------+---------+------| | Bertrand | 13 | 9 | 11 | | Henri | 15 | 14 | 14.5 | | Arnold | 17 | 13 | 15 | #+TBLFM: $4=vmean($2..$3)
Posted by Lloyd Huang in General on June 27, 2010