On Sa, 2015-12-19 at 16:48, Marcin Borkowski wrote:
> I'd like to insert a tag while capturing an item. Of course, C-c C-c
> finishes capture. I can insert the tag manually (and currently I'm
> doing just that), but is there a better way?
C-c C-q bound to org-set-tags-command.
--
Michael Strey
Marcin Borkowski writes:
> Hi list,
>
> I'd like to insert a tag while capturing an item. Of course, C-c C-c
> finishes capture. I can insert the tag manually (and currently I'm
> doing just that), but is there a better way?
>
Not quite sure what you mean: do you want it to be part of the temp
Hi list,
I'd like to insert a tag while capturing an item. Of course, C-c C-c
finishes capture. I can insert the tag manually (and currently I'm
doing just that), but is there a better way?
TIA,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Comp
You should use Org-mode Symbols.
~\ equal~ (without space hehind ~\~). If you have string behind it, you
should append ~{}~, like this: ~\ equal{}test~ (without space too).
Rustom Mody writes:
> If I enter code inline that has an == that is taken as an escape for code
> So how to enter '==' li
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]) == se
On Wed, Apr 2, 2014 at 6:39 PM, Eric S Fraga wrote:
> On Wednesday, 2 Apr 2014 at 12:08, Rustom Mody wrote:
> > On Wed, Apr 2, 2014 at 3:11 PM, Eric S Fraga wrote:
> >
> >> On Tuesday, 1 Apr 2014 at 02:52, Rustom Mody wrote:
> >> > If I enter code inline that has an == that is taken as an esca
On Wednesday, 2 Apr 2014 at 12:08, Rustom Mody wrote:
> On Wed, Apr 2, 2014 at 3:11 PM, Eric S Fraga wrote:
>
>> On Tuesday, 1 Apr 2014 at 02:52, Rustom Mody wrote:
>> > If I enter code inline that has an == that is taken as an escape for code
>> > So how to enter '==' literally
>>
>> How about
On Wed, Apr 2, 2014 at 3:11 PM, Eric S Fraga wrote:
> On Tuesday, 1 Apr 2014 at 02:52, Rustom Mody wrote:
> > If I enter code inline that has an == that is taken as an escape for code
> > So how to enter '==' literally
>
> How about ~==~?
>
>
In that case the full ~==~ appears on export :-(
On Tuesday, 1 Apr 2014 at 02:52, Rustom Mody wrote:
> If I enter code inline that has an == that is taken as an escape for code
> So how to enter '==' literally
How about ~==~?
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.5h-660-gef207f
On Tue, Apr 1, 2014 at 8:01 AM, Rustom Mody wrote:
> On Tue, Apr 1, 2014 at 7:34 AM, briangpowell .
> wrote:
>> * One thing that may work:
>>
>> = ^H=
>>
>> ** In emacs that would be: = Cqh=
>>
>> ** In vi that would be = Cvh=
>>
>> *** i.e. you enter a "Cntrl-h"--the literal control character ^
On Tue, Apr 1, 2014 at 7:34 AM, briangpowell . wrote:
> * One thing that may work:
>
> = ^H=
>
> ** In emacs that would be: = Cqh=
>
> ** In vi that would be = Cvh=
>
> *** i.e. you enter a "Cntrl-h"--the literal control character ^H--which is
> literally: "BackSpace"
>
> --this may not work in th
* One thing that may work:
= ^H=
** In emacs that would be: = Cqh=
** In vi that would be = Cvh=
*** i.e. you enter a "Cntrl-h"--the literal control character ^H--which is
literally: "BackSpace"
--this may not work in this case; but, it works in a lot of strange cases.
* Could also make a var
If I enter code inline that has an == that is taken as an escape for code
So how to enter '==' literally
13 matches
Mail list logo