From: jemarch@gnu.org
To: Marcelo de Moraes Serpa <celoserpa@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [OT] How do you keep your reference data?
Date: Mon, 09 Nov 2009 13:54:21 +0100 [thread overview]
Message-ID: <877htzhn9e.wl%jemarch@gnu.org> (raw)
In-Reply-To: <1e5bcefd0911081424p12eb6fa9te57ff4cfeb83fcdd@mail.gmail.com>
Information that has no potential next action associated but that
still has potential reference value and that you'd like to keep
around, how and where do you keep it ?
For that purpose I use an org file called ref.org with the following
structure:
--- begin of ref.org
-*- mode: org -*-
* 0 :REF0:
* 1 :REF1:
...
* A :REFA:
* B :REFB:
...
* Z :REFZ:
--- end of ref.org
The second-level headers are then the knowledge entries. To see the
entries in the agenda I use the following custom:
(setq org-agenda-custom-commands '( ... other entries ...
("r0" tags "+REF0" nil)
...
("ra" tags "+REFA" nil)
("rb" tags "+REFB" nil)
...
("rz" tags "+REFZ" nil)))
Then I can use C-aC-cr<LETTER>, where C-aC-c is the agenda command in
my system and LETTER is the letter (or digit) I want to see the
entries for.
It is not very sophisticated, but it works nicely for me :)
--
Jose E. Marchesi jemarch@gnu.org
GNU Project http://www.gnu.org
next prev parent reply other threads:[~2009-11-09 12:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-08 22:24 [OT] How do you keep your reference data? Marcelo de Moraes Serpa
2009-11-09 12:54 ` jemarch [this message]
2009-11-09 14:09 ` Bernt Hansen
2009-11-09 16:08 ` Marcelo de Moraes Serpa
2009-11-09 16:10 ` Marcelo de Moraes Serpa
2009-11-09 16:13 ` Bernt Hansen
2009-11-09 16:50 ` Marcelo de Moraes Serpa
2009-11-09 16:51 ` Marcelo de Moraes Serpa
2009-11-25 16:15 ` tycho garen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877htzhn9e.wl%jemarch@gnu.org \
--to=jemarch@gnu.org \
--cc=celoserpa@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).