Re: [O] [BUG] there are weird offset when org-insert-structure-template

2018-06-12 Thread Nicolas Goaziou
Hello, stardiviner writes: > The original text: > > , > | We define refs the same way we define atoms, but the two are used rather > differently. > | Let's take a quick look at how they work below. > | > | (def names (ref [])) > | > | (dosync > | (ref-set names ["John"]) > | (alter na

[O] [BUG] there are weird offset when org-insert-structure-template

2018-06-11 Thread stardiviner
The original text: , | We define refs the same way we define atoms, but the two are used rather differently. | Let's take a quick look at how they work below. | | (def names (ref [])) | | (dosync | (ref-set names ["John"]) | (alter names #(if (not-empty %) | (conj % "J