Why Org is better than ReST (& other markup)
punchagan.muse-amuse.in
Why Org is better than ReST (& other markup)
1–10 of 10 posts
Re: Why Org is better than ReST (& other markup)
#2- [%] Task 1
+ [X] Task a
+ [ ] Task b //C-c on this task will check this an calculate the %
+ [ ] Task c
Plus, it has comments. I haven't researched enough but I cannot remember of any other syntax that has comments.
# Fix this paragraph later...
* Why I like Org syntax
When you export this to latex, post it to wordpress or with org2blog, etc... the comments won't be shown. Very useful.
Re: Why Org is better than ReST (& other markup)
#3What I like the most about Org syntax is that it gives you a framework to plan your tasks by using nothing but text. For example: - [%] Task 1 + [X] Task a + [ ] Task b //C-c on this task will check this an calculate the % + [ ] Task c Plus, it has comments. I haven't researched enough but I cannot remember of any other syntax that has comments. # Fix this paragraph later... * Why I like Org syntax When you export th…
Re: Why Org is better than ReST (& other markup)
#4Re: Why Org is better than ReST (& other markup)
#5Re: Why Org is better than ReST (& other markup)
#6What the hell is org? As a standalone blog post this left me more confused than anything else.
Re: Why Org is better than ReST (& other markup)
#7Article should be titled "I like Org better than ReST".
Re: Why Org is better than ReST (& other markup)
#8What I like the most about Org syntax is that it gives you a framework to plan your tasks by using nothing but text. For example: - [%] Task 1 + [X] Task a + [ ] Task b //C-c on this task will check this an calculate the % + [ ] Task c Plus, it has comments. I haven't researched enough but I cannot remember of any other syntax that has comments. # Fix this paragraph later... * Why I like Org syntax When you export th…
IDEAS
One Idea
And another idea
TODO TODAY
A task
ARCHIVE
Old tasks just pasted hereRe: Why Org is better than ReST (& other markup)
#9What I like the most about Org syntax is that it gives you a framework to plan your tasks by using nothing but text. For example: - [%] Task 1 + [X] Task a + [ ] Task b //C-c on this task will check this an calculate the % + [ ] Task c Plus, it has comments. I haven't researched enough but I cannot remember of any other syntax that has comments. # Fix this paragraph later... * Why I like Org syntax When you export th…
- tags
- properties (key/value pairs that can affect things like export behavior, but also have their own API)
- dates, timestamps, ranges of these, and repeating dates/timestamps, as well as more complicated complicated scheduling via integration with Emacs diary (e.g., a class that meets every Monday from January until May)
- per-file configuration variables (e.g., configure your TODO workflow in a given file to be: TODO -> INPROGRESS -> WAITING -> DONE)
- priority of TODO items
- hyperlinks to local documents, URLs, emails, address book entries, etc.
and more. I'm just listing the syntax I use. And this is to say nothing of Org's many great features beyond its syntax, like the capture interface, the publishing framework, and the many useful exporters.