emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Adding date to displayed results of org-search-view
@ 2013-04-12  0:43 knubee
  2013-04-12  5:30 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: knubee @ 2013-04-12  0:43 UTC (permalink / raw)
  To: emacs-orgmode

Is there a way to control the results displayed by org-search-view ("c-c a 
s")?

Specifically, I would like to find all todo entries with the keyword 
"research" -- but then include the date with each item.

As a minimum working example of what I have now:

  C-c a s +{research} -done

An example of what is returned:

  todo: Research meeting  :RESEARCH:
  todo: Conference call   :RESEARCH:

What I would like to return:

  todo: Research meeting  :RESEARCH: <2012-08-17 Fri 10:00-12:00>
  todo: Conference call   :RESEARCH: <2012-08-17 Fri 16:00-17:00>

Thanks in advance for any pointers!

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

* Re: Adding date to displayed results of org-search-view
  2013-04-12  0:43 Adding date to displayed results of org-search-view knubee
@ 2013-04-12  5:30 ` Bastien
  2013-04-14  0:49   ` knubee
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2013-04-12  5:30 UTC (permalink / raw)
  To: knubee; +Cc: emacs-orgmode

HI Knubee,

knubee <knubee@gmail.com> writes:

> As a minimum working example of what I have now:
>
>   C-c a s +{research} -done
>
> An example of what is returned:
>
>   todo: Research meeting  :RESEARCH:
>   todo: Conference call   :RESEARCH:
>
> What I would like to return:
>
>   todo: Research meeting  :RESEARCH: <2012-08-17 Fri 10:00-12:00>
>   todo: Conference call   :RESEARCH: <2012-08-17 Fri 16:00-17:00>
>
> Thanks in advance for any pointers!

The easiest way to achieve this is to have a column view in your Org
file like this:

#+COLUMNS: %30ITEM %TODO %PRIORITY %15SCHEDULED %15DEADLINE

Then in the agenda, C-c C-x C-c will display the column view.

HTH,

-- 
 Bastien

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

* Re: Adding date to displayed results of org-search-view
  2013-04-12  5:30 ` Bastien
@ 2013-04-14  0:49   ` knubee
  2013-04-14  3:12     ` knubee
  0 siblings, 1 reply; 4+ messages in thread
From: knubee @ 2013-04-14  0:49 UTC (permalink / raw)
  To: emacs-orgmode

Thanks, Bastien!

Column view is very nice.

> The easiest way to achieve this is to have a column view in your Org
> file like this:
> 
> #+COLUMNS: %30ITEM %TODO %PRIORITY %15SCHEDULED %15DEADLINE
> 
> Then in the agenda, C-c C-x C-c will display the column view.

This allows me to do most of what I want, but how do I filter so that only 
the items with :RESEARCH: tag are displayed. Perhaps I missed it, but I 
didn't see it in your short introduction, here: http://orgmode.org/worg/org-
tutorials/org-column-view-tutorial.html

Any tips?

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

* Re: Adding date to displayed results of org-search-view
  2013-04-14  0:49   ` knubee
@ 2013-04-14  3:12     ` knubee
  0 siblings, 0 replies; 4+ messages in thread
From: knubee @ 2013-04-14  3:12 UTC (permalink / raw)
  To: emacs-orgmode

>  how do I filter so that only the items with :RESEARCH: tag are displayed.

Just a quick follow-up to my own post. I realize now that I need to run C-C-c 
C-x C-c *after* running C-c a s +{research} -done

Thanks for the help!

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

end of thread, other threads:[~2013-04-14  3:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-12  0:43 Adding date to displayed results of org-search-view knubee
2013-04-12  5:30 ` Bastien
2013-04-14  0:49   ` knubee
2013-04-14  3:12     ` knubee

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