From: Carsten Dominik <dominik@science.uva.nl>
To: Manish <mailtomanish.sharma@gmail.com>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: Sorting agenda items
Date: Wed, 23 Apr 2008 14:59:24 +0200 [thread overview]
Message-ID: <CD3E9E8F-95BA-4164-8930-C77441D3FB8A@science.uva.nl> (raw)
In-Reply-To: <e7cdbe30804190143h7fc19a48q2a0ad0c42272a999@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 557 bytes --]
On Apr 19, 2008, at 10:43 AM, Manish wrote:
>
>
> Sure does. Thanks.
>
> How do I build an agenda for items scheduled for today (only for
> today,
Use a custom command that makes an agenda, and use local options to set
org-agenda-ndays 1
org-scheduled-past-days 0
org-deadline-warning-days 0
that should get you pretty far.
> optionally also the ones not scheduled for any day as well)
> matching a certain tag?
That would be a tag search, and then a local option
(org-agenda-skip-function '(org-agenda-skip-entry-if 'scheduled))
- Carsten
[-- Attachment #1.2: Type: text/html, Size: 1274 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
prev parent reply other threads:[~2008-04-23 13:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-17 20:29 Sorting agenda items Manish
2008-04-18 7:06 ` Manish
2008-04-18 16:02 ` Carsten Dominik
2008-04-19 8:43 ` Manish
2008-04-23 12:59 ` Carsten Dominik [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CD3E9E8F-95BA-4164-8930-C77441D3FB8A@science.uva.nl \
--to=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
--cc=mailtomanish.sharma@gmail.com \
/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 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.