Hi,
I know from the manual that I can set 'org-confirm-babel-evaluate' to t,
or nil, or a function, to control whether I'm asked permission to run a
code block.
However, that only gives me two choices - ask the user, or pretend the
user said "yes". Sometimes I'd like to pretend the user said "no
Hi,
I noticed a problem in a great-big-huge org-mode file of mine after I
upgraded to version 7.6, and I whittled it down to the following org-mode
file:
-
#+TITLE: My title here
#+AUTHOR:Ken Williams
#+BEGIN_SRC R
[1] 173
#+EN
On 7/18/11 12:35 PM, "Nicolas Goaziou" wrote:
>
>This has been fixed since 7.6 release. footone-finder was indeed
>overzealous back then.
Great, thanks for your help. I've upgraded to the latest snapshot & the
problem goes away.
--
Ken Williams
Senior Research Scientist
Thomson Reuters
http:
Hi, I had the following text in a table, and hit in the
bottom-right cell:
| Who | Amt |
|-+-|
| A | 36.70 |
| A | 679.96 |
| B | 192.31 |
| B | 2500.03 |
| B | 74.47 |
| C | 26.64 |
| D | 82.00 |
|-+-|
| | :=vsum(@II..@III) |
On 7/22/11 4:35 PM, "Juan Pechiar" wrote:
>Hi,
>
>'@II..@III' means all rows between the second and third h-lines. In
>your case, this is the same vsum(), so you get a circular reference.
>
>Try @I..@II instead
Yeah, I get that, but I was hoping a circular reference (or alternatively
a seemin
Has anyone developed a way to use a collapsable-div section in HTML export of
code sections? What I'd love is for all code sections to export their content
into the HTML, but sections with ":exports none" or ":exports results" to have
the code initially collapsed, while sections with ":exports
I wanted to share some CSS code that I've found useful for exported HTML
documents. It adds a little "R" or "sh" or "Perl" (etc.) label to the top of a
source block.
(setq org-export-html-style
"