Re: [O] get name of source block

2015-05-18 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> During export (and preview (C-c C-v v)) the code block name is not >> displayed. > > See `org-babel-exp-code-template'. > Thanks for looking into this. If I get you correctly, you are suggesting a way to have the name o

Re: [O] get name of source block

2015-05-18 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > During export (and preview (C-c C-v v)) the code block name is not > displayed. See `org-babel-exp-code-template'. Regards, -- Nicolas Goaziou

Re: [O] get name of source block

2015-05-18 Thread Andreas Leha
Hi Sebastien, Sebastien Vauban writes: > Andreas Leha wrote: >> for quite some time I've had the following in my .emacs: >> >> ;; This Snippet returns the name of the current source block. >> ;; An elisp block to simplify the =:prologue= definition. >> ;; Author: Eric Schulte >> ;; It is useful t

Re: [O] get name of source block

2015-05-18 Thread Sebastien Vauban
Andreas Leha wrote: > for quite some time I've had the following in my .emacs: > > ;; This Snippet returns the name of the current source block. > ;; An elisp block to simplify the =:prologue= definition. > ;; Author: Eric Schulte > ;; It is useful to insert the debug message 'Entering foo()' as ou

[O] get name of source block

2015-05-14 Thread Andreas Leha
Hi all, for quite some time I've had the following in my .emacs: --8<---cut here---start->8--- ;; This Snippet returns the name of the current source block. ;; An elisp block to simplify the =:prologue= definition. ;; Author: Eric Schulte ;; It is useful to ins