[O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Alexander Baier
Hello, consider the following code block with point at X: #+BEGIN_SRC emacs-lisp (defun test () nil) X (defun another-test () nil) #+END_SRC Calling org-babel-demarcate-block (C-c C-v C-d normally) will produce the following: #+BEGIN_SRC emacs-lisp (defun test () nil) #+end_src X

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Bastien
Hi Alexander, Alexander Baier alexander.ba...@mailbox.org writes: Thus preserving the case of BEGIN/END_SRC. Is there any reason this is always in lower case? No. From master, C-c C-v C-d now preserves the case, thanks for reporting this. -- Bastien

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Alexander Baier
On 2014-05-20 17:40 Bastien wrote: Hi Alexander, Alexander Baier alexander.ba...@mailbox.org writes: Thus preserving the case of BEGIN/END_SRC. Is there any reason this is always in lower case? No. From master, C-c C-v C-d now preserves the case, thanks for reporting this. Thanks! Do

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Bastien
Alexander Baier alexander.ba...@mailbox.org writes: Thanks! Do you know when this change will be released? Yes and no -- it will be release with Org 8.3, which is not far from a near future, but quite close to a semi-distant future. IOW: we don't have a date for 8.3, but you can use git to

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Alexander Baier
On 2014-05-20 18:01 Bastien wrote: Alexander Baier alexander.ba...@mailbox.org writes: Thanks! Do you know when this change will be released? Yes and no -- it will be release with Org 8.3, which is not far from a near future, but quite close to a semi-distant future. IOW: we don't have a

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Bastien
Hi Alexander, Alexander Baier alexander.ba...@mailbox.org writes: Org 8.3 is also the version to be included into Emacs 24.4, isn't it? No: Emacs 24.4 will include the latest stable release, which is released from the maint branch and will be 8.2.x. -- Bastien