C-g C-_
不太好記的按鍵組合…
參 http://stackoverflow.com/questions/3527142/how-do-you-redo-changes-after-undo-with-emacs
2013年6月30日 星期日
2013年6月11日 星期二
emacs如何刪除所有空白行
M-x flush-lines RET ^$ RET
參考以下連結的說明
http://www.masteringemacs.org/articles/2011/03/16/removing-blank-lines-buffer/
2013年6月6日 星期四
org mode中以gnuplot為表格製圖
先看個範例
安裝步驟參 http://orgmode.org/worg/org-tutorials/org-plot.html
1. 安裝gnuplot。不過在ubuntu安裝gnuplot要下
sudo apt-get install gnuplot-x11
(參 http://askubuntu.com/questions/217867/just-installed-ubuntu-12-10-and-gnuplot-wxt-terminal-doesnt-work)
安裝完記得確認是否正確安裝,參考 http://user.frdm.info/ckhung/b/ma/gnuplot.php 測試一下
2. emacs中用elpa裝 gnuplot-mode 。參 https://github.com/bruceravel/gnuplot-mode
3. 可以處理的表格目前只能以列來表示一組資料,轉置指令為 org-table-transpose-table-at-point
4. 有missing data時記得用 ? 填入,否則畫出來的圖會有問題
安裝步驟參 http://orgmode.org/worg/org-tutorials/org-plot.html
1. 安裝gnuplot。不過在ubuntu安裝gnuplot要下
sudo apt-get install gnuplot-x11
(參 http://askubuntu.com/questions/217867/just-installed-ubuntu-12-10-and-gnuplot-wxt-terminal-doesnt-work)
安裝完記得確認是否正確安裝,參考 http://user.frdm.info/ckhung/b/ma/gnuplot.php 測試一下
2. emacs中用elpa裝 gnuplot-mode 。參 https://github.com/bruceravel/gnuplot-mode
3. 可以處理的表格目前只能以列來表示一組資料,轉置指令為 org-table-transpose-table-at-point
4. 有missing data時記得用 ? 填入,否則畫出來的圖會有問題
訂閱:
文章 (Atom)