From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Re: html export spacing, UI, links Date: Sun, 04 Jun 2006 15:07:34 -0700 Message-ID: <448359A6.7060008@u.washington.edu> References: <4480C0E2.1030605@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fn0l4-0006Wf-CJ for emacs-orgmode@gnu.org; Sun, 04 Jun 2006 18:07:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fn0l3-0006VN-L0 for emacs-orgmode@gnu.org; Sun, 04 Jun 2006 18:07:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn0l3-0006VF-Cw for emacs-orgmode@gnu.org; Sun, 04 Jun 2006 18:07:41 -0400 Received: from [66.111.4.27] (helo=out3.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fn0s3-0005N1-U2 for emacs-orgmode@gnu.org; Sun, 04 Jun 2006 18:14:56 -0400 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Thanks, I didn't realize the shortcuts were arranged like that (I never manage to learn shortcuts for rarely used commands). The nice thing about visible export is that it prompts you in the minibuffer after you've typed M-x org-export-visible For the ordinary export commands, there aren't prompts, so if you don't know the shortcuts, you must type the whole thing eg. M-x org-export-as-html-and-open There is always tab completion but the org-export-visible prompt is nicer. I think that consistency in interface between the two types of export would also be nicer. But it's a small touch... Scott Carsten Dominik (6/4/2006 2:54 PM) wrote: > 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 >