From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tamas K Papp Subject: quote in code (eg ='foo=) Date: Fri, 25 Dec 2009 14:51:10 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NOBW2-0007vT-6G for emacs-orgmode@gnu.org; Fri, 25 Dec 2009 09:51:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOBVx-0007s5-Ks for emacs-orgmode@gnu.org; Fri, 25 Dec 2009 09:51:41 -0500 Received: from [199.232.76.173] (port=35559 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOBVx-0007ri-EI for emacs-orgmode@gnu.org; Fri, 25 Dec 2009 09:51:37 -0500 Received: from lo.gmane.org ([80.91.229.12]:60732) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NOBVx-0007eT-0K for emacs-orgmode@gnu.org; Fri, 25 Dec 2009 09:51:37 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NOBVs-00067X-CR for emacs-orgmode@gnu.org; Fri, 25 Dec 2009 15:51:32 +0100 Received: from cg7bacbcrw.adsl.datanet.hu ([195.56.9.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Dec 2009 15:51:32 +0100 Received: from tkpapp by cg7bacbcrw.adsl.datanet.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Dec 2009 15:51:32 +0100 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: emacs-orgmode@gnu.org How can I format inline code with ' (quote) correctly? ='foo= doesn't work, it is exported as is. The "Emphasis and monospace" section does not talk about this issue, is there a section in the org manual which would help me? Thanks, Tamas