From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?RnJhbsOnb2lz?= Allisson <francois@allisson.co> Subject: Re: Block-Agenda: Show whole entry Date: Fri, 5 Oct 2012 12:12:01 +0200 Message-ID: <20121005101201.GA14753@debian> References: <m2obki9bcb.fsf@tarn-vedra.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([208.118.235.92]:60206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <francois@allisson.co>) id 1TK4sd-0005kU-K3 for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 06:11:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <francois@allisson.co>) id 1TK4sZ-0007Hk-4s for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 06:11:39 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <francois@allisson.co>) id 1TK4sY-0007HP-UK for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 06:11:35 -0400 Content-Disposition: inline In-Reply-To: <m2obki9bcb.fsf@tarn-vedra.de> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Moritz Ulrich <moritz@tarn-vedra.de> Cc: Org mode <emacs-orgmode@gnu.org> Le jeudi 04 oct 2012 =C3=A0 23:27:48 (+0200), Moritz Ulrich a =C3=A9crit = : >=20 > Hello, >=20 > I'm trying to create an Agenda which will be printed / mailed daily. It > should include the usual 'today' agenda and my shopping list. >=20 > This shopping list is stored in an agenda file as a list with > checkboxes. >=20 > I want this list as the second block in my agenda. Is this possible? Hi, I don't think that this is possible, at least easily. Checkboxes are not intended to appear in agendas [1]. You can still play with a few variables in your agenda block definition, or with functions and/or a minor mode [2]. But it looks far simpler if your shopping list appears in one of your agenda files as headlines, with either a shopping specific keyword, or a specific tag, hand by hand with a nice shopping org-capture template. Eventually, you could retrieve your checkboxes by adding [3] in your second agenda block ;-) I cannot help you more... but if you find some solution, please share it! Cheers, Fran=C3=A7ois. [1] http://lists.gnu.org/archive/html/emacs-orgmode/2010-06/msg00765.html [2] e.g. org-agenda-entry-text-mode, org-agenda-add-entry-text-maxlines, org-agenda-entry-text-maxlines, org-agenda-entry-text-show, etc. [3] (org-agenda-todo-keyword-format "[ ]")