emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] how to enter ==


From: Eric S Fraga
Subject: Re: [O] how to enter ==
Date: Thu, 3 Apr 2014 14:22:36 +0100
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux)

Ah, I see.  The easy solution is to use ~ instead of = in any code
segment, as in the attached example of yours that I have modified.

#+TITLE: Python for Unicode
#+OPTIONS: toc:nil
* Collections

However there is a catch: ~⦃1,2,3⦄ == ⦃1,2,3,1,2⦄~ \\
Remember that in python ~set([1,2,3,1,2]) == set([1,2,3])~ \\
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.5h-660-gef207f

reply via email to

[Prev in Thread] Current Thread [Next in Thread]