From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Printing Multiple Lines For Agenda Export Date: Sat, 21 Aug 2010 09:53:59 +0530 Message-ID: References: <4488370C-A491-452F-901F-92FF6EFB49EF@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=52491 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmfjY-0002Fa-B1 for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 00:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Omfcy-0005DZ-Kv for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 00:24:21 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:41947) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Omfcy-0005DU-Bz for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 00:24:20 -0400 Received: by bwz6 with SMTP id 6so3412623bwz.0 for ; Fri, 20 Aug 2010 21:24:19 -0700 (PDT) In-Reply-To: <4488370C-A491-452F-901F-92FF6EFB49EF@gmail.com> 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: Andre Powell Cc: emacs-orgmode@gnu.org 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/emacs-orgmode@gnu.org/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