thanks for the fast fix. now, I agree that there is no great need to put
a link into the doc-string of org-latex-listings-options.
Nicolas Goaziou writes:
> Hello,
>
> Thomas Alexander Gerds writes:
>
>> using org-mode "7.9.3f" and the new exporter I was desperately
>> trying to get line numbe
Hello,
Thomas Alexander Gerds writes:
> using org-mode "7.9.3f" and the new exporter I was desperately trying to
> get line numbers back for exported R code blocks using the latex listing
> package. first I tried
>
> (setq org-latex-listings-options
> '(("basicstyle" "\\small")
> ("num
Hi
using org-mode "7.9.3f" and the new exporter I was desperately trying to
get line numbers back for exported R code blocks using the latex listing
package. first I tried
(setq org-latex-listings-options
'(("basicstyle" "\\small")
("numbers" "left")))
which gives
,
| \lstset{bas