emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Displaying property values in agenda search result
@ 2016-03-14 22:24 Markus Heller
  2016-03-15 17:02 ` Herbert Sitz
  2016-03-15 21:06 ` Christophe Schockaert
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Heller @ 2016-03-14 22:24 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

how can I display property values in the agenda, more specifically, in 
the results of an agenda search?

Consider the following example:

* Some Project
:PROPERTIES:
:Project:  1234
:END:
** TODO Some Task
:PROPERTIES:
:CATEGORY: foo
:END:
*** NEXT Some subtask

I search using the following in my .emacs as part of a custom agenda 
command:

	      ("i" "Text here" tags "CATEGORY=\"foo\""
	       ((org-agenda-overriding-header "Header here")))

This search displays Some Task and Some subtask as expected, but how can 
I also display 1234 as value of the property Project for both Some Task 
as well as Some subtask?

Not sure if this is relevant, but my .emacs includes

(setq org-use-property-inheritance (quote ("Project")))

Thanks
Markus

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

end of thread, other threads:[~2016-03-16 21:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 22:24 Displaying property values in agenda search result Markus Heller
2016-03-15 17:02 ` Herbert Sitz
2016-03-15 20:58   ` Markus Heller
2016-03-15 21:06 ` Christophe Schockaert
2016-03-16 21:49   ` Markus Heller

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