From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Undelivered Mail Returned to Sender Date: Sun, 21 Dec 2008 18:17:49 +0100 Message-ID: <537DBEBB-18DC-4FB9-8CC7-26D6338946FA@uva.nl> References: <20081221032943.73E0C19204C@owl> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: multipart/mixed; boundary="===============1858595784==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LERwF-0005Ip-Lk for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 12:17:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LERwE-0005Hp-Ml for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 12:17:58 -0500 Received: from [199.232.76.173] (port=59801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LERwE-0005Hc-4k for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 12:17:58 -0500 Received: from mail-ew0-f13.google.com ([209.85.219.13]:47493) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LERwD-00034Q-8J for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 12:17:57 -0500 Received: by mail-ew0-f13.google.com with SMTP id 6so1962724ewy.18 for ; Sun, 21 Dec 2008 09:17:56 -0800 (PST) In-Reply-To: <20081221032943.73E0C19204C@owl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher DeMarco Cc: Emacs-orgmode mailing list --===============1858595784== Content-Type: multipart/alternative; boundary=Apple-Mail-15-317082882 --Apple-Mail-15-317082882 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit > > > From: Christopher DeMarco > 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 > 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 > 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 --Apple-Mail-15-317082882 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable

 
From: Christopher DeMarco <demarco@maya.com>
Date: December 21, 2008 = 4:29:42 AM GMT+01:00
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
       &n= bsp; '(("p" "Projects" tags = "+xxx|+xx|+x"
         &nb= sp;  ((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")
=             &n= bsp;(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")
=             &n= bsp;(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

= --Apple-Mail-15-317082882-- --===============1858595784== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1858595784==--