emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH v2 0/3] org-sbe fixes


From: Vladimir Panteleev
Subject: Re: [O] [PATCH v2 0/3] org-sbe fixes
Date: Sun, 25 Mar 2018 22:08:42 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Hi,

On 2018-03-25 21:06, Nicolas Goaziou wrote:
I agree "org-sbe" should be rewritten. However, it is specific to tables
because it is meant to be used in a TBLFM line. Its replacement could
live in "org-table.el", though.

What about org-sbe is specific to tables?

I'm thinking that the generic replacement could be used elsewhere, e.g.:

(with-current-buffer some-org-mode-buffer
  (org-sbe-v2 "func" ...args...))

The main obstacle preventing using the current org-sbe in this manner is that it is a macro, and will eagerly evaluate some things that it shouldn't.

--
Best regards,
 Vladimir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]