* [Feature Request] Show properties in agenda
@ 2012-02-01 21:21 Philipp Haselwarter
2012-02-02 0:59 ` Bernt Hansen
0 siblings, 1 reply; 5+ messages in thread
From: Philipp Haselwarter @ 2012-02-01 21:21 UTC (permalink / raw)
To: emacs-orgmode
Hi Org,
Would it be possible to display entry properties in the agenda? Much
like `org-agenda-entry-text-mode', but with a filter variable.
Then you could for example set `org-agenda-entry-properties' to
"LOCATION" or "\\`\\(?:LOCATION\\|SOURCE\\)\\'" and have those
properties displayed in the agenda buffer.
Idk what facilities to extract properties org provides, so maybe
iterating over a list of properties for the currently visible entries
would be easier than regexp-matching, but you get the idea.
I'd love to see this functionality in org-mode!
Regards,
--
Philipp Haselwarter
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Feature Request] Show properties in agenda
2012-02-01 21:21 [Feature Request] Show properties in agenda Philipp Haselwarter
@ 2012-02-02 0:59 ` Bernt Hansen
2012-02-02 3:01 ` Tomas Grigera
2012-02-02 11:41 ` Philipp Haselwarter
0 siblings, 2 replies; 5+ messages in thread
From: Bernt Hansen @ 2012-02-02 0:59 UTC (permalink / raw)
To: Philipp Haselwarter; +Cc: emacs-orgmode
Philipp Haselwarter <philipp.haselwarter@gmx.de> writes:
> Hi Org,
>
> Would it be possible to display entry properties in the agenda? Much
> like `org-agenda-entry-text-mode', but with a filter variable.
>
> Then you could for example set `org-agenda-entry-properties' to
> "LOCATION" or "\\`\\(?:LOCATION\\|SOURCE\\)\\'" and have those
> properties displayed in the agenda buffer.
>
> Idk what facilities to extract properties org provides, so maybe
> iterating over a list of properties for the currently visible entries
> would be easier than regexp-matching, but you get the idea.
>
> I'd love to see this functionality in org-mode!
>
> Regards,
Have you looked at column view? I think it can display properties...
Regards,
Bernt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Feature Request] Show properties in agenda
2012-02-02 0:59 ` Bernt Hansen
@ 2012-02-02 3:01 ` Tomas Grigera
2012-02-02 16:23 ` Myles English
2012-02-02 11:41 ` Philipp Haselwarter
1 sibling, 1 reply; 5+ messages in thread
From: Tomas Grigera @ 2012-02-02 3:01 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Philipp Haselwarter
Hi Philipp,
On Wed, Feb 1, 2012 at 21:59, Bernt Hansen <bernt@norang.ca> wrote:
> Philipp Haselwarter <philipp.haselwarter@gmx.de> writes:
>
>> Hi Org,
>>
>> Would it be possible to display entry properties in the agenda? Much
>> like `org-agenda-entry-text-mode', but with a filter variable.
>>
>> Then you could for example set `org-agenda-entry-properties' to
>> "LOCATION" or "\\`\\(?:LOCATION\\|SOURCE\\)\\'" and have those
>> properties displayed in the agenda buffer.
>>
I wrote a custom agenda command that puts a property of my choice in
place of :CATEGORY:. I'm far from an elisp hacker so I expect it is
rather clumsy, and it would need tweaking to do exactly what you want,
but I can share if you're interested.
Column view, as Bernt suggests, can also display any property you
what, but it does so as an overlay.
Tomas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Feature Request] Show properties in agenda
2012-02-02 0:59 ` Bernt Hansen
2012-02-02 3:01 ` Tomas Grigera
@ 2012-02-02 11:41 ` Philipp Haselwarter
1 sibling, 0 replies; 5+ messages in thread
From: Philipp Haselwarter @ 2012-02-02 11:41 UTC (permalink / raw)
To: emacs-orgmode
column view does it, thanks!
--
Philipp Haselwarter
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Feature Request] Show properties in agenda
2012-02-02 3:01 ` Tomas Grigera
@ 2012-02-02 16:23 ` Myles English
0 siblings, 0 replies; 5+ messages in thread
From: Myles English @ 2012-02-02 16:23 UTC (permalink / raw)
To: Tomas Grigera, emacs-orgmode
Tomas,
>> On Thu, 2 Feb 2012 00:01:38 -0300, Tomas Grigera said:
> I wrote a custom agenda command that puts a property of my choice in
> place of :CATEGORY:. I'm far from an elisp hacker so I expect it is
> rather clumsy, and it would need tweaking to do exactly what you
> want, but I can share if you're interested.
I'd like to have a look at your custom command please. I may be able to
use it as a starting point for something else so it needn't be complete.
Thanks,
Myles
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-02 16:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 21:21 [Feature Request] Show properties in agenda Philipp Haselwarter
2012-02-02 0:59 ` Bernt Hansen
2012-02-02 3:01 ` Tomas Grigera
2012-02-02 16:23 ` Myles English
2012-02-02 11:41 ` Philipp Haselwarter
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).