[O] Don't ask, don't run

2011-07-08 Thread Ken.Williams
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

[O] 7.6 Parsing error with footnotes?

2011-07-18 Thread Ken.Williams
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

Re: [O] 7.6 Parsing error with footnotes?

2011-07-18 Thread Ken.Williams
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:

[O] Crashing bug in spreadsheet

2011-07-22 Thread Ken.Williams
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) |

Re: [O] Crashing bug in spreadsheet

2011-07-22 Thread Ken.Williams
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

[O] Folding code sections in HTML export?

2011-08-11 Thread Ken.Williams
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

[O] Styling HTML output

2011-08-25 Thread Ken.Williams
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 "