Hello,
Yasushi SHOJI writes:
> At Sun, 24 Nov 2013 04:18:38 + (UTC),
> Charles Berry wrote:
> [...]
>> and you see the extra '#+END_SRC' line.
>>
>> And if you keep repeating those keystrokes, the second result again appears.
>>
>> However, sometimes a minor change and then an erasure (per
At Sun, 24 Nov 2013 04:18:38 + (UTC),
Charles Berry wrote:
[...]
> and you see the extra '#+END_SRC' line.
>
> And if you keep repeating those keystrokes, the second result again appears.
>
> However, sometimes a minor change and then an erasure (perhaps 'a a C-x u')
> followed by the export
Consider this code:
,
| * test
|
| #+NAME: block2
| #+BEGIN_SRC emacs-lisp :exports both
| (setf not-yet-bound-a t )
| #+END_SRC
|
| src_emacs-lisp{(+ 1 1)}
|
| end of buffer
|
`
Upon export via
C-c C-e C-b t A y y
yields:
,
| 1 test
| ==
|
| ,
| | (setf n