emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Christopher DeMarco <demarco@maya.com>
Cc: Emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Undelivered Mail Returned to Sender
Date: Sun, 21 Dec 2008 18:17:49 +0100	[thread overview]
Message-ID: <537DBEBB-18DC-4FB9-8CC7-26D6338946FA@uva.nl> (raw)
In-Reply-To: <20081221032943.73E0C19204C@owl>


[-- Attachment #1.1: Type: text/plain, Size: 4178 bytes --]

>
>
> From: Christopher DeMarco <demarco@maya.com>
> Date: December 21, 2008 4:29:42 AM GMT+01:00
> To: emacs-orgmode@gnu.org
> Subject: Re: [Orgmode] Print headlines including DEADLINE?
>
>
> On Wed, Dec 17, 2008 at 10:00:35AM +0100, Carsten Dominik wrote:
>
>> (setq org-agenda-custom-commands
>>      '(("x" "With deadline columns" alltodo ""
>> 	 ((org-agenda-overriding-columns-format "%20ITEM %DEADLINE")
>> 	  (org-agenda-start-view-columns-initially t)))))
>
> This doesn't seem to work :-/


Hi Christopher,

Seems I mistyped a variable name.  I just tested
the following, and it works for me:


    (setq org-agenda-custom-commands
          '(("p" "Projects" tags "+xxx|+xx|+x"
             ((org-agenda-overriding-columns-format "%20ITEM %DEADLINE")
              (org-agenda-view-columns-initially t)))))

This does work for me, at least to some extend.  There may still be  
issues
which have to do with local and global bindings, which I have
not been able to sort out.

- Carsten

>
>
> I've cloned & installed from git -- org-version returns 6.16 and the
> ;;Version strings in the various .el being loaded by Emacs agree.
>
> With the above in my .emacs, C-cax doesn't do anything different from
> what I had before.
>
> FWIW, I don't actually have deadlines on most of my TODOs; I have
> top-level headlines with deadlines and a custom tag indicating the
> approx. effort required (I know that this is builtin elsewhere; I'm
> tackling one problem at a time here :-) So my actual .emacs looks like
> this:
>
>    (setq org-agenda-custom-commands
>          '(("p" "Projects" tags "+xxx|+xx|+x"
>             ((org-agenda-overriding-columns-format "%20ITEM  
> %DEADLINE")
>              (org-agenda-start-view-columns-initially t)))))
>
> Either way, the columns don't show upon entering that agenda view.
> Manually running org-agenda-columns (which I presume is what
> org-agenda-start-view-columns-initially does?) doesn't show anything
> different from what I'd get without the
> org-agenda-overriding-columns-format .
>
> I haven't had this much fun with software not working in a long time
> :-) It's a stark contrast to my time on the phone with Apple about  
> bugs in
> their server admin tools :-b
>
>
> -- 
> Christopher DeMarco <demarco@maya.com>
> IT Director
> MAYA Group
> +1-412-708-9660
>
> On Wed, Dec 17, 2008 at 10:00:35AM +0100, Carsten Dominik wrote:
>
>> (setq org-agenda-custom-commands
>>      '(("x" "With deadline columns" alltodo ""
>> 	 ((org-agenda-overriding-columns-format "%20ITEM %DEADLINE")
>> 	  (org-agenda-start-view-columns-initially t)))))
>
> This doesn't seem to work :-/
>
> I've cloned & installed from git -- org-version returns 6.16 and the
> ;;Version strings in the various .el being loaded by Emacs agree.
>
> With the above in my .emacs, C-cax doesn't do anything different from
> what I had before.
>
> FWIW, I don't actually have deadlines on most of my TODOs; I have
> top-level headlines with deadlines and a custom tag indicating the
> approx. effort required (I know that this is builtin elsewhere; I'm
> tackling one problem at a time here :-) So my actual .emacs looks like
> this:
>
>    (setq org-agenda-custom-commands
>          '(("p" "Projects" tags "+xxx|+xx|+x"
>             ((org-agenda-overriding-columns-format "%20ITEM  
> %DEADLINE")
>              (org-agenda-start-view-columns-initially t)))))
>
> Either way, the columns don't show upon entering that agenda view.
> Manually running org-agenda-columns (which I presume is what
> org-agenda-start-view-columns-initially does?) doesn't show anything
> different from what I'd get without the
> org-agenda-overriding-columns-format .
>
> I haven't had this much fun with software not working in a long time
> :-) It's a stark contrast to my time on the phone with Apple about  
> bugs in
> their server admin tools :-b
>
>
> -- 
> Christopher DeMarco <demarco@maya.com>
> IT Director
> MAYA Group
> +1-412-708-9660
>
>
>
> _______________________________________________
> 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


[-- Attachment #1.2: Type: text/html, Size: 7215 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

  reply	other threads:[~2008-12-21 17:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-21  3:29 Undelivered Mail Returned to Sender Mail Delivery System
2008-12-21 17:17 ` Carsten Dominik [this message]
2008-12-22 22:12   ` Christopher DeMarco
2008-12-23 22:03     ` Carsten Dominik

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=537DBEBB-18DC-4FB9-8CC7-26D6338946FA@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=demarco@maya.com \
    --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).