From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yu Subject: Quoting characters? Date: Thu, 12 Jan 2012 21:58:48 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlRk3-0003ul-Vr for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 15:59:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlRk2-0000tm-Tl for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 15:59:23 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:45195) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RlRk2-0000sb-F3 for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 15:59:22 -0500 Received: by lagj5 with SMTP id j5so1433890lag.0 for ; Thu, 12 Jan 2012 12:59:19 -0800 (PST) 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: org-mode mailing list Hello! When working with Org-mode I sometimes run into oddities, when a character I need clashes with org-mode syntax. Is there a way to avoid this? Examples would be: Writing a macro that expands to `$\neg$': #+macro: not $\neg$ expands to $ eg$ even if I write it as \\neg. Writing the macro in the C-c C-' buffer produces \n, but when editing it again, it is displayed as a newline. Similiarily, I found no way to have "\^" or "\_" appear in the export, when I wanted to write about escaping ^ and _ as =\^= and =\_= respectively. Here as well, writing multiple backslashes wouldn't change the output. Maybe related, I found that when editing an block : #+foo: bar : This is an org-mode example with C-c C-', the result text will be : ,#+foo: bar : This is an org-mode example The extra comma generated will still be there also in the C-c C-' editing buffer. In a source code block, that is declared to be of the language "org", this behaviour doesn't appear, but it reappears for other languages. When exporting to html or pdf, the comma isn't present for "src" blocks, but it is for the "colon" blocks. kind regards, Yu