From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: export all linked images with a certain property or tag Date: Tue, 02 Oct 2007 23:47:59 +0100 Message-ID: <87fy0tyvz4.fsf@bzg.ath.cx> References: <87sl4ug3z3.fsf@bzg.ath.cx> <878x6mpf78.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IcqX9-0004WB-Cl for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 18:48:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IcqX8-0004Vn-6m for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 18:48:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcqX7-0004Vc-NV for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 18:48:05 -0400 Received: from mu-out-0910.google.com ([209.85.134.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IcqX7-00029y-Bd for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 18:48:05 -0400 Received: by mu-out-0910.google.com with SMTP id g7so5323330muf for ; Tue, 02 Oct 2007 15:48:03 -0700 (PDT) In-Reply-To: (Fabian Braennstroem's message of "Tue, 02 Oct 2007 21:19:15 +0000") 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: emacs-orgmode@gnu.org Fabian Braennstroem writes: > Sounds pretty good for me, but is it possible to insert all > current agenda headlines into one buffer? In agenda view, you can use C-x C-w to export the view to HTML. This uses htmlize.el, so make sure it's on your system. See "Exporting to a file" at the bottom of this info page: (info "(Org)Agenda commands") For now, if you want to skip some headlines during exportation, you will have to archive them, or to add the keyword QUOTE (C-c : when you're on the headline.) -- Bastien