[O] org-capture changes the buffer ring in a confusing way

2013-08-18 Thread Samuel Wales
When I use capture, the buffer ring ordering changes from what it was before the capture. It even changes when I cancel the capture. Is there a way to keep it exactly as it was in all cases? What I expected was that previous-buffer would be the same before and after and that next-buffer would be

[O] invalid byte-code error when publishing

2013-08-18 Thread Mehul Sanghvi
My setup: (emacs-version): 23.4.1 org-version: Org-mode version 8.0.7 (release_8.0.7-369-g9154c7 When publishing using org-html-publish-to-html I get the following error: Publishing file /home/mehul/org/new-site/emacs.org using `org-html-publish-to-html' org-babel-exp process

[O] WISH: SQL on org-mode tables

2013-08-18 Thread Johan W . Klüwer
I wish it were possible to execute SQL on tables in org-mode buffers. Filtering rows and columns, joining values across named tables, and so forth could be done with SQL in the org-table SEND clauses. There's a script called csvsql that allows for executing SQL on comma- or tab-separated files fro

[O] [patch][org-entities] More symbols

2013-08-18 Thread Rasmus
Hi, This patch adds some general interest(?) symbols to org entities that otherwise lived in my init file. 1. I don't know how to easily check whether a glyph is supported by Latin 1, so Latin 1 entries correspond to the ASCII equivalent. 2. HTML symbols have been tested in Firefox. In a few

[O] [patch][ox-latex] context-aware subscript

2013-08-18 Thread Rasmus
Hi, Currently one can't write something like \beta_t and get a nice result in org when exporting to LaTeX (where nice result := $\beta_t$). This patch tries to fix it. Nicolas, you might consider this a "can of worms", but since I'd already worked on it a while ago I'll try my luck. I'd appreci