From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: html export spacing, UI, links Date: Sun, 4 Jun 2006 23:54:41 +0200 Message-ID: References: <4480C0E2.1030605@u.washington.edu> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fn0Ye-0002ZL-Q7 for emacs-orgmode@gnu.org; Sun, 04 Jun 2006 17:54:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fn0Yc-0002Yl-KN for emacs-orgmode@gnu.org; Sun, 04 Jun 2006 17:54:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn0Yc-0002Yi-HI for emacs-orgmode@gnu.org; Sun, 04 Jun 2006 17:54:50 -0400 Received: from [194.134.35.144] (helo=smtp04.wanadoo.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fn0fc-0004Wk-9H for emacs-orgmode@gnu.org; Sun, 04 Jun 2006 18:02:04 -0400 In-Reply-To: <4480C0E2.1030605@u.washington.edu> 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: Scott Otterson Cc: emacs-orgmode@gnu.org I am not sure I understand what the problem is. Are you saying that export-and open does not work with visible? Or are you looking for simple and logical access to export commands. There are keys for all of them, and the difference between visible and full export is simple. For example, if ASCII export is on `C-c C-x a', then ASCII export of the visible part is C-c C-x v a'. I.e. the keys are identical, you only need to sneak in a "v" after the C-x. But as I say, I am not sure I understand correctly. - Carsten On Jun 3, 2006, at 0:51, Scott Otterson wrote: > I really like the interface Carsten created for visible exports, the > one where you type: > > M-x org-export-visible [RET] > > and then hit a single key for ascii, html, or whatever. For > consistency, could this same approach be taken for the regular exports > eg. org-export-as-html-and-open? > > Thanks, > > Scott