From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C5=81ukasz_Stelmach?= Subject: wriging about computer programming Date: Tue, 16 Mar 2010 12:12:48 +0100 Message-ID: <87aau8cyfj.fsf@dasa3.iem.pw.edu.pl> 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 1NrUhz-0003Dn-R6 for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 07:13:11 -0400 Received: from [140.186.70.92] (port=48244 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrUhy-0003D6-9h for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 07:13:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrUhw-0007M8-Q7 for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 07:13:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:42059) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrUhw-0007LH-Jb for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 07:13:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NrUhm-0005bA-PN for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 12:12:58 +0100 Received: from dasa3.iem.pw.edu.pl ([194.29.147.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Mar 2010 12:12:58 +0100 Received: from lukasz.stelmach by dasa3.iem.pw.edu.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Mar 2010 12:12:58 +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 Hello. Sometimes org-mode isn't smart enough, but I don't require it to be because I understand my demands might be high. For example marking code with =...= can't manege apostrophes right next to equality signs =a = 'B'= doesn't work actually as expected (particularly latex export). But fear not and use unicode. There is /xe2/x80/x8b ZERO WIDTH SPACE When you put (C-x 8 RET 200b RET) it next to equality signs =a = 'B'= ^^ ^^ Everything works like charm *and* there is completely no additional space in the output. -- Miłego dnia, Łukasz Stelmach