emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Undelivered Mail Returned to Sender
@ 2008-12-21  3:29 Mail Delivery System
  2008-12-21 17:17 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Mail Delivery System @ 2008-12-21  3:29 UTC (permalink / raw)
  To: demarco


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

This is the mail system at host owl.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<emacs-orgmode@gnu.org>: host mail.maya.com[192.70.254.20] said: 550 Relaying
    denied. (in reply to RCPT TO command)

[-- Attachment #1.2: Delivery report --]
[-- Type: message/delivery-status, Size: 303 bytes --]

[-- Attachment #1.3: Undelivered Message --]
[-- Type: message/rfc822, Size: 2257 bytes --]

From: Christopher DeMarco <demarco@maya.com>
To: emacs-orgmode@gnu.org
Subject: Re: [Orgmode] Print headlines including DEADLINE?
Date: Sat, 20 Dec 2008 22:29:42 -0500
Message-ID: <20081221032941.GA8119@owl.prv.maya.com>

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


[-- 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

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

* Re: Undelivered Mail Returned to Sender
  2008-12-21  3:29 Undelivered Mail Returned to Sender Mail Delivery System
@ 2008-12-21 17:17 ` Carsten Dominik
  2008-12-22 22:12   ` Christopher DeMarco
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2008-12-21 17:17 UTC (permalink / raw)
  To: Christopher DeMarco; +Cc: Emacs-orgmode mailing list


[-- 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

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

* Re: Undelivered Mail Returned to Sender
  2008-12-21 17:17 ` Carsten Dominik
@ 2008-12-22 22:12   ` Christopher DeMarco
  2008-12-23 22:03     ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher DeMarco @ 2008-12-22 22:12 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Emacs-orgmode mailing list

On Sun, Dec 21, 2008 at 06:17:49PM +0100, Carsten Dominik wrote:

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

That does work nicely, thanks!  One last thing -- can I specify the
column used to sort the items?

Sorry to have resent the NDR rather than the original message :-/


-- 
Christopher DeMarco <demarco@maya.com>
IT Director
MAYA Group
+1-412-708-9660

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

* Re: Undelivered Mail Returned to Sender
  2008-12-22 22:12   ` Christopher DeMarco
@ 2008-12-23 22:03     ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2008-12-23 22:03 UTC (permalink / raw)
  To: Christopher DeMarco; +Cc: Emacs-orgmode mailing list


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

No, column view can not be sorted, only tables can.  You can
capture a column view into a table, and then sort the table.

- Carsten

On Dec 22, 2008, at 11:12 PM, Christopher DeMarco wrote:

> On Sun, Dec 21, 2008 at 06:17:49PM +0100, Carsten Dominik wrote:
>
>>   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.
>
> That does work nicely, thanks!  One last thing -- can I specify the
> column used to sort the items?
>
> Sorry to have resent the NDR rather than the original message :-/
>
>
> -- 
> Christopher DeMarco <demarco@maya.com>
> IT Director
> MAYA Group
> +1-412-708-9660
>


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

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

end of thread, other threads:[~2008-12-23 22:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-21  3:29 Undelivered Mail Returned to Sender Mail Delivery System
2008-12-21 17:17 ` Carsten Dominik
2008-12-22 22:12   ` Christopher DeMarco
2008-12-23 22:03     ` Carsten Dominik

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