Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I think this excellent document on how to use org-mode to it's fullest potential will be very helpful to you: <a href="http://doc.norang.ca/org-mode.html" rel="noreferrer">"Org Mode: Organize Your Life In Plain Text"</a>. It is lengthy reading, but trust me, completely worth the effort.</p> <p>UPDATE: You can use the <a href="http://doc.norang.ca/org-mode.html#Remember" rel="noreferrer">remember-mode section</a> mentioned in the document for your use-case. (I use it for the same use-case) Remember-mode is extremely handy to make quick notes. I use it when I have to store random observations or information that won't go anywhere else. I use the following templates for remember: </p> <pre><code>(setq org-default-notes-file (concat org-directory "/remember-notes.org")) (setq org-remember-templates `(("Todo" ?t "* TODO %?\n %i\n" ,(concat org-directory "/remember-notes.org") bottom) ("Misc" ?m "* %?\n %i\n" ,(concat org-directory "/Notes.org") "Misc") ("iNfo" ?n "* %?\n %i\n" ,(concat org-directory "/Notes.org") "Information") ("Idea" ?i "* %?\n %i\n" ,(concat org-directory "/Notes.org") "Ideas") ("Journal" ?j "* %T %?\n\n %i\n" ,(concat org-directory "/journal.org") bottom) ("Blog" ?b "* %T %? :BLOG:\n\n %i\n" ,(concat org-directory "/journal.org") bottom) )) </code></pre> <p>As you can see, misc notes and other information goes in the notes.org file under the headings Misc and Information. If the note I'm making doesn't fall in any of the categories defined above, it gets filed in the default file (remember-notes.org) and I can always refile it to another location at a convenient time. This makes my note-taking, jotting down random ideas, and such things extremely simple, without taking away the focus from the job I'm currently doing.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload