#+begin_src org
,* Birthdays
- , :PROPERTIES:
- , :CATEGORY: birthdays
- , :END:
+ :PROPERTIES:
+ :CATEGORY: birthdays
+ :END:
#+end_src
** Uses
#+begin_src org
,* My big project
- , DEADLINE: <2009-09-20 Sun>
+ DEADLINE: <2009-09-20 Sun>
#+end_src
You will be alerted of this deadline ahead of time when you select the
#+begin_src org
,* My big project
- , DEADLINE: <2009-09-20 Sun -2m>
+ DEADLINE: <2009-09-20 Sun -2m>
#+end_src
** Uses
#+begin_src org
,* Daily sleep log
- , :LOGBOOK:
- , - Note taken on [2009-09-16 Wed 04:02] \\
- , Didn't sleep at all.
- , - Note taken on [2009-09-15 Tue 05:25] \\
- , Slept fitfully.
- , - Note taken on [2009-09-14 Mon 09:30] \\
- , Slept like a log.
- , :END:
+ :LOGBOOK:
+ - Note taken on [2009-09-16 Wed 04:02] \\
+ Didn't sleep at all.
+ - Note taken on [2009-09-15 Tue 05:25] \\
+ Slept fitfully.
+ - Note taken on [2009-09-14 Mon 09:30] \\
+ Slept like a log.
+ :END:
#+end_src
When you cycle the visibility of your outline, the contents of the
#+begin_src org
,* Daily sleep log
- , :LOGBOOK:
+ :LOGBOOK:
+ :END:
#+end_src
The only way to view the contents is to press =TAB= directly on the
#+begin_src org
,* TODO [#B] Headline :tags:
- , :PROPERTIES:
- , :DESCRIPTION: This is a sample property.
- , :CATEGORY: documentation
- , :CUSTOM_ID: an-extra-special-headline
- , :END:
+ :PROPERTIES:
+ :DESCRIPTION: This is a sample property.
+ :CATEGORY: documentation
+ :CUSTOM_ID: an-extra-special-headline
+ :END:
- ,And here is the text of an entry. You can put an unlimited amount of
- ,text in an entry!
+ And here is the text of an entry. You can put an unlimited amount of
+ text in an entry!
- ,You can also add lists:
+ You can also add lists:
- , - First item
+ - First item
- , - Second item
+ - Second item
- , - Third item
+ - Third item
- ,And tables:
+ And tables:
- ,| Meal | Food | Calories |
- ,|-----------+-----------------+----------|
- ,| Breakfast | Eggs | 500 |
- ,| Lunch | Escargot | 800 |
- ,| Dinner | Bread and Water | 200 |
- ,|-----------+-----------------+----------|
- ,| Total | | 1500 |
+ | Meal | Food | Calories |
+ |-----------+-----------------+----------|
+ | Breakfast | Eggs | 500 |
+ | Lunch | Escargot | 800 |
+ | Dinner | Bread and Water | 200 |
+ |-----------+-----------------+----------|
+ | Total | | 1500 |
#+end_src
* Headline
#<<tag-inheritance-example>>
#+begin_src org
,* Summer reading list :reading:
- , DEADLINE: <1965-06-06 Sun>
+ DEADLINE: <1965-06-06 Sun>
,** /To Kill a Mockingbird/
#+begin_src org
,* Invoice for fixing the toilet
- , :PROPERTIES:
- , :LOGGING: lognoterepeat
- , :BILLED: 102.13
- , :BILLING_DATE: 2009-09-11
- , :CLIENT: ABC Company
- , :END:
+ :PROPERTIES:
+ :LOGGING: lognoterepeat
+ :BILLED: 102.13
+ :BILLING_DATE: 2009-09-11
+ :CLIENT: ABC Company
+ :END:
#+end_src
Though org-mode reserves a handful of property keys for special uses
#+begin_src org
,* DONE Check cupboard to see if I'm out of bread
- , CLOSED: [2009-09-16 Wed 13:14]
+ CLOSED: [2009-09-16 Wed 13:14]
,* TODO Buy bread at the store
#+end_src
your org file:
#+begin_src org
-, #+SEQ_TODO: INVOICE(i) MAIL(m) WAITING(w) FOLLOWUP(f) | RECEIVED(r)
+ ,#+SEQ_TODO: INVOICE(i) MAIL(m) WAITING(w) FOLLOWUP(f) | RECEIVED(r)
#+end_src
Note: The "|" separates active from inactive todos.