all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Remind functionality?
@ 2009-01-25 16:36 Nicholas S-A
  2009-01-25 21:17 ` Carsten Dominik
  0 siblings, 1 reply; 8+ messages in thread
From: Nicholas S-A @ 2009-01-25 16:36 UTC (permalink / raw
  To: Org Mode List

Hi,
     I am attempting to use org-mode as a replacement for remind. I
currently have it set up with the following in my .bash_profile:

emacs --batch --no-init-file -q  -l ~/.emacs.slim --eval "(progn
(org-agenda-list) (princ (buffer-string)))" 2> /dev/null

Where ~/.emacs.slim is a very small init file which essentially just
loads org-mode and sets the agenda alist.

This works great, but I have a few qualms:
1) Is there any way to just load the agenda part of org-mode? The
current exec time of the line above is around 1s, compared to about .1s
for remind. If not, are there any other tricks to reduce emacs startup
time? If not, I will probably just write an org-agenda clone in some
other language to reduce the overhead.
2) Can I change the format of the Deadline lines to be more obvious by
adding **** Deadline: xxx ****, but *only* in the .emacs.slim executed
version? princ doesn't print in color, so I have to scan through to see
whether something is a deadline or a scheduled item.

Thanks!
nick

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

end of thread, other threads:[~2009-01-27 11:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25 16:36 Remind functionality? Nicholas S-A
2009-01-25 21:17 ` Carsten Dominik
2009-01-25 23:32   ` Nicholas S-A
2009-01-26  4:36     ` Carsten Dominik
2009-01-26 18:14       ` Oliver Charles
2009-01-26  8:31     ` Taru Karttunen
2009-01-26 16:37       ` Nicholas S-A
2009-01-27 11:27         ` Daniel Clemente

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.