all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Replace default category displayed in org-agenda with directory name
@ 2018-06-28 23:43 Giacomo M
  0 siblings, 0 replies; only message in thread
From: Giacomo M @ 2018-06-28 23:43 UTC (permalink / raw)
  To: emacs-orgmode

Dear helpful list,

I'm experimenting with an org-agenda setup where I have a directory for 
each project, and a README.org with the project TODOs in each directory. 
I'm using the elisp below:

#+BEGIN_SRC: emacs-lisp

   (setq org-agenda-file-regexp "\\`README\\.org\\'")
   (setq org-agenda-files projectile-known-projects)

#+END_SRC

where I feed the list of directories of projects to org-agenda from 
projectile.

My question is: how can I rename the category of the TODOs listed in the 
agenda from "README.org" to the directory name containing the file of 
the TODOs (which in my setup would also identify the parent project)?

Thanks,

Giacomo

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

only message in thread, other threads:[~2018-06-28 23:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28 23:43 Replace default category displayed in org-agenda with directory name Giacomo M

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.