emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Toby St Clere Smithe <mail@tsmithe.net>
To: emacs-orgmode@gnu.org
Subject: Re: Properties in agenda view
Date: Tue, 04 Nov 2014 18:27:52 +0100	[thread overview]
Message-ID: <87zjc67u5j.fsf@tsmithe.net> (raw)
In-Reply-To: loom.20141104T180003-318@post.gmane.org

Dear Dominic,

Dominic Surano <sk8ingdom@gmail.com> writes:
> This can be done with custom agenda commands using tables. Something like 
> this should work:
>
> (setq org-agenda-custom-commands
>  '(("1" . "Custom sorted tables")
>    ("1t" agenda "Tasks agenda table (active only)"
>     ((org-agenda-skip-function
>       '(org-agenda-skip-entry-if 'nottodo '("TODO" "WAITING" "CANCELLED" 
> "DELEGATED" "DONE")))
>     (org-agenda-overriding-columns-format "%75ITEM %20DEADLINE 
> %100Location")
>     (org-agenda-view-columns-initially t))))
>
> This works with tasks that have the following format:
>
> * TODO Go Grocery Shopping
>   DEADLINE: <2014-11-04 Tue>
>   :PROPERTIES:
>   :Location: Trader Joe's
>   :END:
>
> The above example is for sorted agenda. This can also be accomplished for 
> unsorted task lists.

Thanks very much -- I'll have a play with that.

Regards,

Toby


-- 
Toby St Clere Smithe
http://tsmithe.net

  reply	other threads:[~2014-11-04 17:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-04 10:24 Properties in agenda view Toby St Clere Smithe
2014-11-04 17:14 ` Dominic Surano
2014-11-04 17:27   ` Toby St Clere Smithe [this message]
2014-11-04 17:36 ` Eric S Fraga
2014-11-05 22:58   ` Toby St Clere Smithe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zjc67u5j.fsf@tsmithe.net \
    --to=mail@tsmithe.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).