From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: [TIP/QUERY] Curly quotes in HTML Date: Thu, 1 Mar 2012 19:23:50 -0700 Message-ID: References: <4F4FA8BF.1070903@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3I9y-0000CG-4q for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 21:23:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3I9w-0004CR-62 for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 21:23:53 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:36466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3I9v-0004Bz-R5 for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 21:23:52 -0500 Received: by iajr24 with SMTP id r24so2011832iaj.0 for ; Thu, 01 Mar 2012 18:23:50 -0800 (PST) In-Reply-To: <4F4FA8BF.1070903@christianmoe.com> 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: mail@christianmoe.com Cc: Org Mode I like -- for mdash and === for separator: (setf org-export-html-special-string-regexps `( ("^-----$" . "
") ;see also === below ("---\\([^-]\\|$\\)" . "—\\1") ("--\\([^-]\\|$\\)" . "—\\1") ("^===$" . "
") ,@org-export-html-special-string-regexps)) -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com