[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Printing Multiple Lines For Agenda Export
From: |
Manish |
Subject: |
Re: [Orgmode] Printing Multiple Lines For Agenda Export |
Date: |
Sat, 21 Aug 2010 09:53:59 +0530 |
On Sat, Aug 21, 2010 at 8:18 AM, Andre Powell wrote:
> Maybe I asked the wrong question, maybe there is another mailing list,
> but I hope that there is a solution to the issue that I am having. I
> Googled around and the only thing that that I saw even remotely close
> was this link
> http://www.mail-archive.com/address@hidden/msg11636.html .
>
> Original Message: I have some task that have/need more descriptive
> text, but I am not able to get the text to show up when I export the
> view. I have set the command : Org Agenda Add Entry Text Maxlines to
> display more than 0, but then the program hangs and I have to force it
> to quit.
>
>
> This is the custom command that I would like to add the function to:
>
> ("@" "Print for the day"
> ((agenda ""
> ((org-agenda-ndays 2)
> (org-agenda-overriding-header "Today List")
> (org-agenda-sorting-strategy
> '(time-up priority-down tag-up))
> (org-deadline-warning-days 2)
> (org-agenda-filter-preset
> '("-Personal" ))))
>
> (todo "DELEGATE")
>
> (todo "WAITING"
> ((org-agenda-filter-preset
> '("-Personal"))))
> (tags-todo "REPORTS"
> ((org-agenda-overriding-header "Report Detail")
> ))
> (tags-todo "Order")
> (tags-todo "Repair")
>
> )
>
> nil
> ("~/Documents/Magic Briefcase/Mobile Folders/notes/@.txt")
> )
>
> I am using Emacs 23 for Windows and Aquamacs for OSX
I can confirm the behavior. Exporting agenda with
org-agenda-add-entry-text-maxlines set to any non-zero value causes
Emacs to eat cycles endlessly and has to be interrupted. The behavior is
same when org-agenda-add-entry-text-descriptive-links is set to nil or
t.
I am on GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) running Org-mode git
head.
-- Manish
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, (continued)
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, Carsten Dominik, 2010/08/21
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, Manish, 2010/08/21
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, Andre Powell, 2010/08/21
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, Nick Dokos, 2010/08/21
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, Andre Powell, 2010/08/21
- [Orgmode] Re: Printing Multiple Lines For Agenda Export, Memnon Anon, 2010/08/21
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, Nick Dokos, 2010/08/21
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, Nick Dokos, 2010/08/21
- Re: [Orgmode] Printing Multiple Lines For Agenda Export, Nick Dokos, 2010/08/21
- [Orgmode] Printing Multiple Lines For Agenda Export, Andre Powell, 2010/08/20
- Re: [Orgmode] Printing Multiple Lines For Agenda Export,
Manish <=