|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
[[file:../index.org][{Back to Worg's index}]]
|
|
|
|
|
|
-A short introduction to Org's column view by [[mailto:bzg%20AT%20altern%20DOT%20org][Bastien Guerry]].
|
|
|
+A short introduction to Org's column view by [[mailto:bzg AT gnu.fr][Bastien Guerry]].
|
|
|
|
|
|
/Oct, 15th 2007/
|
|
|
|
|
@@ -24,7 +24,7 @@ the [[http://www.legito.net/#sec-2][latest version]].
|
|
|
First press =C-c C-x C-c= to show the default column view. It turns
|
|
|
each outline item into a table row displaying some of its properties.
|
|
|
|
|
|
-[[file:../images/org-col-default-view.png][file:../images/thumbs/org-col-default-view.png]]
|
|
|
+[[file:../images/thumbs/org-col-default-view.png][file:../images/thumbs/org-col-default-view.png]]
|
|
|
|
|
|
You can switch the column view /off/ and return to the normal view by
|
|
|
pressing `q' while the cursor is on the highlighted entry -- but you
|
|
@@ -65,7 +65,7 @@ the "tags" field in the column:
|
|
|
|
|
|
: #+COLUMNS: %25ITEM %5TODO %1PRIORITY %10TAGS
|
|
|
|
|
|
-[[file:../images/org-col-default-customized-view1.png][file:../images/thumbs/org-col-default-customized-view1.png]]
|
|
|
+[[file:../images/thumbs/org-col-default-customized-view1.png][file:../images/thumbs/org-col-default-customized-view1.png]]
|
|
|
|
|
|
|
|
|
The TODO field (=%5TODO=) is now 5 characters wide, whereas the priority
|
|
@@ -77,7 +77,7 @@ since we are such *hardworkers* -- each so-called item is in fact... a
|
|
|
|
|
|
: #+COLUMNS: %25ITEM(Task) %5TODO(To-do) %1PRIORITY %10TAGS
|
|
|
|
|
|
-[[file:../images/org-col-default-customized-view2.png][file:../images/thumbs/org-col-default-customized-view2.png]]
|
|
|
+[[file:../images/thumbs/org-col-default-customized-view2.png][file:../images/thumbs/org-col-default-customized-view2.png]]
|
|
|
|
|
|
We also add a "To-do" label for displaying the TODO state for this
|
|
|
entry.
|
|
@@ -93,7 +93,7 @@ redefine the global #+COLUMNS option like this:
|
|
|
Refresh your Org buffer to take this change into account, then =C-c C-x
|
|
|
C-c= again on the entry. The column now shows the =SCHEDULED= property.
|
|
|
|
|
|
-[[file:../images/org-col-default-customized-view3.png][file:../images/thumbs/org-col-default-customized-view3.png]]
|
|
|
+[[file:../images/thumbs/org-col-default-customized-view3.png][file:../images/thumbs/org-col-default-customized-view3.png]]
|
|
|
|
|
|
: ** Exemple of outline item with a SCHEDULED property
|
|
|
: SCHEDULED: <2007-10-14 dim>
|
|
@@ -138,7 +138,7 @@ See for example this:
|
|
|
: *** TODO Example 2
|
|
|
: *** DONE Example 3
|
|
|
|
|
|
-[[file:../images/org-col-default-customized-view4.png][file:../images/thumbs/org-col-default-customized-view4.png]]
|
|
|
+[[file:../images/thumbs/org-col-default-customized-view4.png][file:../images/thumbs/org-col-default-customized-view4.png]]
|
|
|
|
|
|
Good.
|
|
|
|
|
@@ -164,7 +164,7 @@ Let's define a new entry with its own column view and a few properties:
|
|
|
: :COLUMNS: %20ITEM %9Approved(Approved?){X} %Owner %11Status %10Time_Spent{:}
|
|
|
: :END:
|
|
|
|
|
|
-[[file:../images/org-col-default-customized-view5.png][file:../images/thumbs/org-col-default-customized-view5.png]]
|
|
|
+[[file:../images/thumbs/org-col-default-customized-view5.png][file:../images/thumbs/org-col-default-customized-view5.png]]
|
|
|
|
|
|
Let's comment this a bit.
|
|
|
|