emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [OT] How do you keep your reference data?
@ 2009-11-08 22:24 Marcelo de Moraes Serpa
  2009-11-09 12:54 ` jemarch
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Marcelo de Moraes Serpa @ 2009-11-08 22:24 UTC (permalink / raw)
  To: Org Mode


[-- Attachment #1.1: Type: text/plain, Size: 1174 bytes --]

Hi list!

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 ?

I usually check - if it is related to a project, I put it in this project's
wiki page (a simple .org ASCII file named after the project under ~/org/wiki
folder). If it's not, I try to find out if there's a wiki page that I could
fit it into, if not, I create a new file under the wiki folder.

I used to use tomboy, but I'm trying to move/center all my data to my org
folder. I still use Tomboy for quick notes (collection-phase) though, but
not for reference.

I then have a simple function that searches (rgrep) through the whole ~/org
folder, so that whenever I want to check if I have something about subject
x, I just rgrep my PIM folder.

;;a little elisp func to rgrep through all my org directory
(defun org-rgrep (REGEXP1) "Searches through all my org/PIM files"
(interactive "sSearch PIM for: ") (rgrep REGEXP1 "*.org" "/home/marcelo/org"
))
;;bind the previous function to windows_key + o
(global-set-key [?\s-o] 'org-rgrep)

Would you mind sharing how you do it?

Thanks,

Marcelo.

[-- Attachment #1.2: Type: text/html, Size: 1308 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-11-25 16:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-08 22:24 [OT] How do you keep your reference data? Marcelo de Moraes Serpa
2009-11-09 12:54 ` jemarch
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

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).