Re: [O] [PATCH] Better handling labels in source code blocks + A suggestion

2016-08-01 Thread Bernard Hurley
>>>>> "Bernard" == Bernard Hurley <bern...@marcade.biz> writes: Bernard> #+BEGIN_SRC ruby -f -l "#(ref:%s)" Sorry that should have been: #+BEGIN_SRC ruby -r -l "#(ref:%s)" -- Your fortune cookie for today: Bridge ahead. Pay trol

[O] [PATCH] Better handling labels in source code blocks + A suggestion

2016-08-01 Thread Bernard Hurley
Hi all, At present the value of org-coderef-label-format in a source code editing buffer does not inherit its value from the value in the corresponding org-mode buffer but instead, if it is not specified by a -l option, defaults to the global value. Note that it is the value in the org mode

[O] [PATCH] Fix to allow ob-babel-shell-names to be customised.

2016-07-22 Thread Bernard Hurley
Hi all, At present customisation of the variable ob-babel-shell-names in ob-shell.el doesn't work properly. You can actually change its value and save the customisation, but the org-babel-execute: functions get created for the hard coded value of the variable not the customised value. The