From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: "Smart" quotes Date: Fri, 25 May 2012 23:21:14 +0530 Message-ID: <818vgg9mjx.fsf@gmail.com> References: <4FBB08CA.5060705@kli.org> <87d35u8rvk.fsf@gmail.com> <4FBDA56E.5030901@kli.org> <87zk8w6v4q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXyfs-0004Vk-89 for emacs-orgmode@gnu.org; Fri, 25 May 2012 13:51:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXyfq-0003Xq-D6 for emacs-orgmode@gnu.org; Fri, 25 May 2012 13:51:39 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:40980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXyfq-0003XH-4G for emacs-orgmode@gnu.org; Fri, 25 May 2012 13:51:38 -0400 Received: by dakp5 with SMTP id p5so1659458dak.0 for ; Fri, 25 May 2012 10:51:35 -0700 (PDT) In-Reply-To: <87zk8w6v4q.fsf@gmail.com> (Nicolas Goaziou's message of "Fri, 25 May 2012 19:14:13 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Nicolas Goaziou Cc: "Mark E. Shoulson" , org-mode mailing list > I could be interesting, but keep in mind that no matter how "smart" your > quotes are, they will fail in some situations. So, it will have to be > optional for export, independently on their in-buffer status. > > The OPTIONS keyword may be used, with q:t and q:nil items. I don't see an entry for this in `org-export-options-alist'. So I believe you are soliciting opinion on a fresh addition. >> (I'm looking forward to HTML and ODT exporters that can do smart >> quotes; the straight quotes are really the main jarring things about >> using Org as a lightweight markup and exporting into something >> fancier) > > A function, provided in org-export, could help changing dumb quotes into > smart quotes in plain text. Then, it would be easier for back-ends to > provide the feature, if they wanted to. I can use it, if made available. I think, It will be help if we force all exporters to produce utf-8 files. --