Re: [O] [PATCH] Fix clocktable scope parameter

2017-03-04 Thread Eduardo Bellani
org-clock.el: Fix clocktable scope parameter * lisp/org-clock.el (org-dblock-write:clocktable): Funcall the scope argument if it is a function. * doc/org.texi: Document the feature of using a function, both bounded and as a lambda form, as the scope for the clocktable. This modifies the beha

[O] auctex+orgtbl: LaTeX-fill-environment problem: The comment environment.

2017-03-04 Thread Uwe Brauer
Hi All This might be interesting for members of both mailing lists. I checked and removed my private filling function, but I still run into a problem. Please consider \documentclass[12pt]{article} \begin{document} \begin{enumerate} \item First we do % BEGIN RECEIVE ORGTBL ej8b \[ \begin{m

Re: [O] ob-clojure broken

2017-03-04 Thread Tim Cross
thanks. There is a later message to the list where I attached the patch. tim On 4 March 2017 at 23:04, numbch...@gmail.com wrote: > I already applied the patch at here: https://emacs. > stackexchange.com/questions/30857/clojure-code-evaluation- > in-org-mode-produces-no-output > > > [stardivin

Re: [O] ob-clojure broken

2017-03-04 Thread numbch...@gmail.com
I already applied the patch at here: https://emacs.stackexchange.com/questions/30857/clojure-code-evaluation-in-org-mode-produces-no-output [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF

[O] limitation for macro expansion

2017-03-04 Thread Yasushi SHOJI
Hi, I'm can't expand macro with prefix. Is there any limitation for macro expansion listed in the doc? * test - It works with chars around like this: Aa{{{author}}}bB. - It works with numbers around like this: 12{{{author}}}34. - It works with _ around like this: _{{{author}}}_. - It works with