From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: how to print agenda with entry text Date: Wed, 27 Jan 2010 10:04:02 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na3op-0000YZ-3K for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 04:04:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na3ok-0000TO-96 for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 04:04:10 -0500 Received: from [199.232.76.173] (port=39088 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na3oj-0000T6-Qx for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 04:04:06 -0500 Received: from mail-fx0-f216.google.com ([209.85.220.216]:60316) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Na3oj-0003bw-9o for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 04:04:05 -0500 Received: by fxm8 with SMTP id 8so4649079fxm.26 for ; Wed, 27 Jan 2010 01:04:04 -0800 (PST) In-Reply-To: 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: Manish Cc: Org-Mode On Jan 27, 2010, at 7:46 AM, Manish wrote: > hello! > > is there a way one can print/save agenda /with/ the entry text exposed > by `E' in agenda? Please take a look at the variable org-agenda-add-entry-text-maxlines You can set it globally, or bind it in the options section of the agenda command. - Carsten