新規作成 | ページ一覧 | RSS | MobileMemo | 検索 | ヘルプ | ファイル登録 | 更新履歴 | ログイン

トップページOrgMode > OrgForGTD

OrgMode/OrgForGTD - Org-modeでGTD

 Charles Caveさんから「Using Emacs org-mode for GTD」のページの翻訳のご快諾を頂戴したので、翻訳しました。GTDとは何かについては、たくさん解説がありますが、私のmobilememobizもご参考にどうぞ。


参考

TOP↑

EmacsのOrg-modeをGTDで活用する。

TOP↑

1 GTD(1 GTD)

TOP↑

1.1 Good bye To-Do lists, hello Next Actions(さようならTo-Doリスト、こんにちはNextActions)

TOP↑

1.2 Contexts(1.2 状況)

TOP↑

1.3 Agendas(1.3 アジェンダ予定表)

TOP↑

1.4 Waiting For(1.4 Waiting For待ち)

TOP↑

1.5 Projects(1.5 プロジェクト)

TOP↑

1.6 Calendar(1.6 カレンダー)

TOP↑

1.7 Tickler File(1.7 チクラーファイル)

TOP↑

1.8 Someday/Maybe(1.8 いつか・もしかしたら)

TOP↑

1.9 What do I do now?(1.9 今何をするのか)

TOP↑

1.10 Weekly Review(1.10 毎週のレビュー)

TOP↑

1.11 Mind Sweep(1.11 頭を空っぽにする)

TOP↑

2 Emacs(2 Emacs)

TOP↑

3 Org-mode(3 Org-mode)

TOP↑

http://homepage1.nifty.com/spen/img/org/mygtd.png

3.1 Headlines(3.1 見出し)

TOP↑
* Colors
** Red
This is a content for the Red headline
** Green
** Blue

3.2 Visibility(3.2 表示と非表示)

TOP↑

http://homepage1.nifty.com/spen/img/org/three_states.png

3.3 Structure Editing(3.3 構造的な編集)

TOP↑

3.5 Displaying Next Action lists(3.5 NextActionリストを表示する)

TOP↑

3.6 Todo tags, DONE and Archiving.(3.6 Todoのタグ、DONEとアーカイブ)

TOP↑

http://homepage1.nifty.com/spen/img/org/hometag.png

3.7 Setting up your GTD File(3.7 GTDファイルの設定)

TOP↑

3.7.1 File Header(3.7.1 ファイルのヘッダー)

TOP↑
#+STARTUP: overview
#+TAGS: OFFICE(o) COMPUTER(c) HOME(h) PROJECT(p) READING(r) DVD(d) 
#+STARTUP: hidestars
訳注
この機能を使うと、見出しの前のアスタリスクが「*、**、***」となっているときに、「*、(*)*、(**)*」((*)、(**)の部分はアスタリスクが背景色と同じ色に塗られて見えなくなっている状態。)とあたかも「*」がひとつだけあるように表示されます。そのほうが階層が深くなって「*」の数が増えてくると見やすいのです。

3.7.2 Devise a broad structure(3.7.2 幅広い構造を工夫する)

TOP↑
* Miscellaneous tasks
** Ring Service Station to book car for service :PHONE:
** Send email to Bill regarding sales order     :COMPUTER:

* Emily
This headline is to remind me to check on my daughters
school activities!
** School subjects
** Viola
** Piano
** School Certificate Exam preparation
* Work
** Work Prject 1
*** Next action item                            :OFFICE:

* Home
** Ready for Anything (David Allen) reading project
*** Read Chapter 1                              :READING:
* DVDs to watch
** Casablanca                                   :DVD:
** King Kong                                    :DVD:

* Someday/Maybe
** Books I would like to read
*** Life - A users manual (Georges Perec)
** Movies I want to see
** Restaurants I want to try
** DVDs I would like to hire
*** Godfather III
*** Memoirs of a Geisha

3.7.3 Do a Mind Sweep(3.7.3 頭の中を空っぽにしよう)

TOP↑
* Mind Sweep
**   Ring Bill about that meeting
**   Change tap washer in laundry
**   Pay membership subscription.

3.7.4 Source Code control and backups(3.7.4 ソースコードのコントロールとバックアップ)

TOP↑

3.7.5 Accessing my GTD file, fast!(3.7.5 素早く自分のGTDファイルにアクセスする方法)

TOP↑
 (defun gtd ()
   (interactive)
   (find-file "c:/homes/charles/gtd/gtd/mygtd.org")
 )

3.8 Collecting(3.8 収集)

TOP↑

3.9 Calendar(3.9 カレンダー)

TOP↑

3.10 Portable Next Action lists(3.10 NextActionリストを持ち運ぶ)

TOP↑
Date Printed: Sun Sep  3 14:13:33 2006

PROJECT:
[ ] IPTM 9 Testing  (Beta Release)                
[ ] Learn to typeset music with Lilypond         
[ ] C# Windows Forms Programming                 
[ ] Learn to Inkscape                            
[ ] GTD Implementation                           


OFFICE:
[ ] Install latest Ethereal                     
[ ] Retest bugs in RESOLVED status              
[ ] Go to Post Office and buy stamps            
[ ] Ring Dentist to change appointment          


HOME:
[ ] Picture hooks in lounge room                
[ ] John Byrne Book - work through              


COMPUTER:
[ ] Typeset "Eleanor Rigby" for Katie           
[ ] Typeset piano part of Sicilienne            
[ ] Speech timer (use Egg Timer as basis)       
[ ] Note entry program for LilyPond             
[ ] Study Tutorial 1                            
[ ] Learn org-mode properly                     
[ ] Write and publish tutorial on org-mode      


DVD:
[ ] Howl's moving castle DEADLINE: <2006-09-07 Thu> 
[ ] Fantasia DEADLINE: <2006-09-15 Fri>         


READING:
[ ] Review "Prognosis User guide"               

4 References(4 参考)

TOP↑

4.1 GTD(4.1 GTD)

TOP↑

4.2 Emacs(4.2 Emacs)

TOP↑

4.3 Org Mode(4.3 Org-mode)

TOP↑