From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Buffer-specific export filter? Date: Wed, 21 Aug 2013 09:41:26 +0200 Message-ID: <8761uza3tl.fsf@gmail.com> References: <8738q4si0o.wl%jamshark70@dewdrop-world.net> <20130820130202.GC19436@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC32i-0008Jo-KZ for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 03:41:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC32Y-0000ku-Ta for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 03:41:24 -0400 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:38115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC32Y-0000kT-My for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 03:41:14 -0400 Received: by mail-we0-f171.google.com with SMTP id q55so74434wes.30 for ; Wed, 21 Aug 2013 00:41:13 -0700 (PDT) In-Reply-To: (James Harkins's message of "Wed, 21 Aug 2013 01:27:43 +0000 (UTC)") 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: James Harkins Cc: emacs-orgmode@gnu.org Hello, James Harkins writes: > But maybe there's a better solution for my specific case. The problem is > that I'm using the colloquial <<'em>> for "them." The preceding space causes > org to export this as `em. Normally a single quote after a space would > correctly be an opening single quote, but here it's for a contraction and > should be an apostrophe. In that case, you should disable smart quotes, which are not smart enough for your use case. Note that they are not enabled by default. > Related question: If I wanted to force a non-breaking space in LaTeX export, > how would I do that without a filter? ~ exports, reasonably, as > \textasciitilde. Use \nbsp{} macro. Regards, -- Nicolas Goaziou