emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* SOLVED: org TODO keywords not showing up
@ 2009-04-09 10:42 Deric Bytes
  0 siblings, 0 replies; only message in thread
From: Deric Bytes @ 2009-04-09 10:42 UTC (permalink / raw)
  To: emacs-orgmode

I set a org file to load as my initial page, in my .emacs file

      (find-file "~/note-keeping-log-090331.org")

I also defined my own set of TODO tags.

However they were not showing in my initial page.

Problem was my file was being loaded before the TODO tags were set

The solution was to delay the loading of my file until my .emacs file was loaded

  (eval-after-load ".emacs" '(find-file "~/note-keeping-log-090331.org"))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-09 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-09 10:42 SOLVED: org TODO keywords not showing up Deric Bytes

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