LoginSignup
2
2

More than 5 years have passed since last update.

文字区切りテキストを org-mode の表に変換

Posted at

昔は自前でAWKスクリプトを買いていたのですが、少し前に変換機能あるんじゃないかとか思ったらやっぱりありました。
毎回忘れるのでメモとして残しておきます。

x y z
1 3 5
2 5 1
3 10 3

リージョンを選択して、 C-c | ショートカットで、

| x |  y | z |
| 1 |  3 | 5 |
| 2 |  5 | 1 |
| 3 | 10 | 3 |

と表形式になりました。

参考というかそのもの: http://stackoverflow.com/questions/1241581/emacs-import-a-csv-into-org-mode

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2