Re: [O] [patch] file links from sunrise commander

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Here is a path with implements this feature. I used a slightly different technique to avoid the reference to `sr-mode'. http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5f2dce Thanks for the idea,

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Given a table with several sections and a capture template for entries in this table. The sections are dynamic, so a static value for table-line-pos does not help. With this patch table-line-pos can be: - a

[O] calendar day face incorrect when Monday first day?

2014-03-17 Thread David Belohrad
Dear All, this might be out for this group, but maybe there will be some help, as calendar is used extensively in org mode. In Czech Rep, the week starts always by monday, so I do (setq calendar-week-start-day 1) This perfectly sets the monday in the calendar view (so M-x calendar) as first

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-17 Thread Igor Sosa Mayor
Am Mon, Mar 17, 2014 at 03:07:08AM +0100, Bastien schrieb: Yes -- and I recently removed the fix I sent to Michael about S-RET not aligning properly in table because of this ping pong. I'll revisit this thoroughly and hopefully come up with a stable solution, but the problems here are closely

Re: [O] [OT] document scanner with ADF

2014-03-17 Thread Andreas Hirczy
Hi! Samuel Wales samolog...@gmail.com writes: We had a great discussion about scanners and ADFs here a while back. The Fujitsu ScanSnap 1500 seemed to be a favorite. We have got Fujitsu ScanSnap S1500M and FI-6130Z - both work near perfect with Linux and SANE. If you use SANE, it is

Re: [O] calendar day face incorrect when Monday first day?

2014-03-17 Thread Bastien
Hi David, David Belohrad da...@belohrad.ch writes: Is the hard-wired face for weekend days intentional? I would propose to declare those days in an external variable so user could actually choose what he considers as weekend... I don't know if it is intentional but I observe the same. any

Re: [O] calendar day face incorrect when Monday first day?

2014-03-17 Thread David Belohrad
Ok, I then send a copy of this email to emacs guys Bastien b...@gnu.org writes: Hi David, David Belohrad da...@belohrad.ch writes: Is the hard-wired face for weekend days intentional? I would propose to declare those days in an external variable so user could actually choose what he

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Nicolas, I modified the logic for radio link export in ox-html.el, ox-latex.el and ox-beamer.el. I also modified the use of the target instead of the path in ox-ascii.el. Can you review this change

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Hi Nicolas, thanks for looking into this. Nicolas Goaziou n.goaz...@gmail.com writes: Actually, even though it works if you test it on cases like: Foo foo it isn't right on more complex cases: with \alpha with \alpha True. It is not right on simpler example too, with just spaces:

[O] non-beamer :ignoreheading: does not work for html (org 8.2.5h)

2014-03-17 Thread Miguel Ruiz
Hi The Suvayu edited answer of Jul 26 '13 at 11:42 http://stackoverflow.com/questions/10295177/is-there-an-equivalent-of-org-modes-b-ignoreheading-for-non-beamer-documents #+begin_src elisp (require 'ox) (defun sa-ignore-headline (contents backend info) Ignore headlines with tag

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Bastien b...@gnu.org writes: If we do this, I don't see the need to enforce case sensitivity. I attach a patch that illustrates the fix I propose on top on my previous commit. With this, Hello \alpha world Let's say

Re: [O] Org-link-escape-chars (was Incorrect hexification in URLs in LaTeX Export)

2014-03-17 Thread Simon Thum
Hehe ;) No, I was merely suggesting that maybe someone tried too hard to fix non-working urls becauase of other use cases. Luckily it seems fixed now. On 03/06/2014 10:17 AM, Andreas Leha wrote: R. Michael Weylandt michael.weyla...@gmail.com writes: On Tue, Mar 4, 2014 at 3:45 PM, Simon

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-03-17 Thread Bastien
Reuben Thomas r...@sc3d.org writes: I don't know, because I don't know whether it's the behavior or documentation that is wrong. If the behavior is wrong, what is wrong? If the documentation is wrong, what is wrong? Sorry to be plain, but you need to help me :) -- Bastien

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: I don't get the logic: the output text has two parts: the target of the link, the description of the link. It the example above, the Target is Hello World, and should be rewritten Hello-World to escape spaces. The description is hello world and should not be

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: p a id=hello-worldHello World/a /p p Letrsquo;s say a href=#hello-worldHello World/a to test./p It looks good to me. The target is the radio link: Hello World. The link description in the second paragraph is hello world. So the output is not

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: p a id=hello-worldHello World/a /p p Letrsquo;s say a href=#hello-worldHello World/a to test./p It looks good to me. The target is the radio link: Hello World. The link description in the second paragraph is

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-03-17 Thread Reuben Thomas
On 17 March 2014 12:37, Bastien b...@gnu.org wrote: Reuben Thomas r...@sc3d.org writes: I don't know, because I don't know whether it's the behavior or documentation that is wrong. If the behavior is wrong, what is wrong? If the documentation is wrong, what is wrong? I shall assume

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: I see the capitalization problem, but I still don't understand why you think target and description are inverted. Well, they are. Okay, again: Hello World hello world

Re: [O] org-cook

2014-03-17 Thread Fletcher Charest
Hello everyone, Since we are on this subject, are you aware of any package that would make an 'automatic' shopping list based on recipes? My idea was to record recipes in this format: * Name of the recipe :tag: 1) Step one. 2) Step two. 3) Step three. :PROPERTIES: :ingredient_1:

Re: [O] org-cook

2014-03-17 Thread Xebar Saram
thank you all for the great answers Fletcher, your idea sounds great, but why not use org tables as people suggested for ingredients. ive started using it yesterday and im very pleased, in example: *** COOK Pancakes:American: :PROPERTIES: :Source: TV :Serves: :Time:

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Bastien b...@gnu.org writes: If we do this, I don't see the need to enforce case sensitivity. I attach a patch that illustrates the fix I propose on top on my previous commit. I somehow missed this message. With this,

Re: [O] org-cook

2014-03-17 Thread Fletcher Charest
That would be better yes, but it looked easier (to me and my limited skills) to access properties through Emacs Lisp than accessing tables. Org experts might have some useful tips. FC On Mon, Mar 17, 2014 at 3:26 PM, Xebar Saram zelt...@gmail.com wrote: thank you all for the great answers

Re: [O] Contribution: ob-groovy.el

2014-03-17 Thread Miro Bezjak
Hi all, it took a while, but my FSF papers finally pulled through. I guess that means ob-groovy.el can now move from `contrib' and into `lisp'. Kind Regards, Miro On Mon, Dec 30, 2013 at 3:53 AM, Eric Schulte schulte.e...@gmail.comwrote: Miro Bezjak bezjak.m...@gmail.com writes: Sure -

[O] org-element checks make flyspell prohibitively slow

2014-03-17 Thread Matt Lundin
The rewrite of org-mode-flyspell-verify in commit 4a27c2b4b67201e0b23f431bdaeb6460b31e1394 (Nov 21, 2013) makes navigating org-mode files with large chunks of text very slow. For instance, I started up a minimal emacs: /usr/bin/emacs -Q -l ~/config/minimal.el ...where minimal.el is...

Re: [O] org-cook

2014-03-17 Thread Ken Mankoff
Hi, This isn't directly related to Org, but I'll mention it anyway since people are discussing quantities and scale for their recipes. Various programming languages have physical units packages that can make working with units quite fun. I use the python Quantities package

Re: [O] org-cook

2014-03-17 Thread Erik Hetzner
At Mon, 17 Mar 2014 10:34:55 -0400, Ken Mankoff wrote: Hi, This isn't directly related to Org, but I'll mention it anyway since people are discussing quantities and scale for their recipes. Various programming languages have physical units packages that can make working with units quite

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-17 Thread Stefan
I thought at using the profiler of Emacs 24, and it gives meaningful results. Good news #2. Here they are: --8---cut here---start-8--- - flyspell-post-command-hook 3271 98% Does this report only cover a single command

[O] place mark at entry for org-agenda-diary-entry

2014-03-17 Thread Tory S. Anderson
In Agenda view, 'i' executes org-agenda-diary-entry. However, the entry is just appears somewhere in the list, and if I want to further refine it, I need to search for it. How can I have my mark automatically moved to the newly created item?

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-17 Thread Eric Schulte
John Hendy jw.he...@gmail.com writes: On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug rai...@krugs.de wrote: On 02/07/14, 17:47 , Eric Schulte wrote: Rainer M Krug rai...@krugs.de writes: On 02/07/14, 07:18 , John Hendy wrote: Greetings, I don't usually tangle, but am creating a

Re: [O] export ICal without evaluate code block

2014-03-17 Thread Simon Thum
Well, I was kind of shocked because the mails sounded to imply I need to switch evaluation off and, supposedly, extra-off-for-ical, too. In fact that is the default, or so the source code comment reads but I have no idea how that works out. Cheers, Simon On 03/13/2014 04:42 PM, Bastien

Re: [O] Contribution: ob-groovy.el

2014-03-17 Thread Bastien
Hi Miro, Miro Bezjak bezjak.m...@gmail.com writes: it took a while, but my FSF papers finally pulled through. I guess that means ob-groovy.el can now move from `contrib' and into `lisp'. http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=4d32b9eb yes, I received the FSF confirmation and

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-17 Thread Marcin Borkowski
Dnia 2014-03-16, o godz. 15:12:46 Nicolas Goaziou n.goaz...@gmail.com napisał(a): Marcin Borkowski mb...@amu.edu.pl writes: So basically I can attach #+ATTR_WHATEVER attributes also to lists, paragraphs and other elements? Even list items? (This would mean that I could mark the correct

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: path is always a string. Description is always parsed (and transcoded already). In the most simple cases, they are equals. I found out I have to parse the path because hello \alpha would not be exported correctly otherwise. (But I agree

Re: [O] mobile-org http links not recognized on iPhone

2014-03-17 Thread Sean Escriva
Chris Henderson henders...@gmail.com writes: http links on mobile-org on iPhone is not click-able and I need to select all, copy and paste the link on safari instead of just clicking and opening it directly. Is this normal behavior? No links should be clickable, they are for me. For example,

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-17 Thread Marcin Borkowski
Dnia 2014-03-16, o godz. 11:16:03 Nicolas Goaziou n.goaz...@gmail.com napisał(a): Another, more advanced option, is to use a parse tree filter to create pseudo-types, i.e., element or object types that don't exist in regular Org syntax. See `math-block' type in ox-latex.el, in particular

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-17 Thread Thomas Holst
Hi, Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Given a table with several sections and a capture template for entries in this table. The sections are dynamic, so a static value for table-line-pos does not help. With this patch table-line-pos can be:

Re: [O] [patch][ox-html] Stylistic changes

2014-03-17 Thread Rick Frankel
On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote: Hello, Nicolas Goaziou n.goaz...@gmail.com writes: So if the change is only stylistic, I see no reason to break compatibility with ox-freemind.el. I would favor a solution where the HTML backend uses what's readable (mdash; and

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-17 Thread John Hendy
On Mon, Mar 17, 2014 at 10:00 AM, Eric Schulte schulte.e...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug rai...@krugs.de wrote: On 02/07/14, 17:47 , Eric Schulte wrote: Rainer M Krug rai...@krugs.de writes: On 02/07/14, 07:18 ,

Re: [O] [patch][ox-html] Support for level based containers

2014-03-17 Thread Rick Frankel
On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote: Hi Rasmus and Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Let me know if you find you'd be willing to merge something like this I don't know enough HTML to have an opinion here. I don't think it's a bad change, but i

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Bastien writes: Applied, thanks! That badly breaks the following tests: FAILED test-ob-header-arg-defaults/tree/accumulate/call FAILED test-ob-header-arg-defaults/tree/accumulate/noweb FAILED test-ob-header-arg-defaults/tree/complex/call FAILED

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: Applied, thanks! That badly breaks the following tests: FAILED test-ob-header-arg-defaults/tree/accumulate/call FAILED test-ob-header-arg-defaults/tree/accumulate/noweb FAILED test-ob-header-arg-defaults/tree/complex/call

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Bastien writes: Can you tell a bit more about what's wrong with the test? There is nothing wrong with those tests. If the patch is good and the tests are outdated, I'd rather fix the tests than revert the patch to re-revert it again. No, the patch is bad, otherwise it wouldn't break the

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Can you tell a bit more about what's wrong with the test? There is nothing wrong with those tests. I meant: can you tell me how the tests fail? I'm interested in the answer. If the patch is good and the tests are outdated, I'd rather fix the tests

Re: [O] Can I use an already defined agenda view in another agenda command?

2014-03-17 Thread Matt Lundin
M elwood...@web.de writes: Salut Bastien, thanks a lot - that helps a little, however this will only work temporarily and already for the next r refresh, the combined agendas are not there any more, just one, if I am not mistaken. My question was more targeting in the direction if it could

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Bastien writes: Achim Gratz strom...@nexgo.de writes: Can you tell a bit more about what's wrong with the test? There is nothing wrong with those tests. I meant: can you tell me how the tests fail? They don't produce the result they are supposed to produce. I'm interested in the answer.

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Achim Gratz strom...@nexgo.de writes: I meant: can you tell me how the tests fail? They don't produce the result they are supposed to produce. Thanks for this explanation. I'm interested in the answer. make BTEST_RE='\\(header-arg-defaults\\|property-accumulation\\)' test-dirty Thanks!

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Bastien writes: What I meant is this: broken tests are not a sufficient reason to revert a commit. You need to show the commit is wrong and the tests are not outdated. No code breaking a test should have been committed in the first place, then we wouldn't need to have this discussion. If the

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: What I meant is this: broken tests are not a sufficient reason to revert a commit. You need to show the commit is wrong and the tests are not outdated. No code breaking a test should have been committed in the first place, then we

Re: [O] babel completion notification

2014-03-17 Thread Eric Schulte
Hi Ken, Ken Mankoff mank...@gmail.com writes: I see from old emails to this list that asynchronous babel does not exist and is non-trivial to implement. Yes, at least my initial attempts to implement this did not succeed (see line 100 of ob-comint.el), and I haven't had the time to revisit

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-17 Thread Andreas Leha
Hi Nicolas and Eric, Eric Schulte schulte.e...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com writes: This sounds like a good compromise to me. As you say, this should easily and visually support both use cases and is intuitive.

Re: [O] babel completion notification

2014-03-17 Thread Ken Mankoff
Hi Eric, On 2014-03-17 at 17:05, Eric Schulte wrote: Ken Mankoff mank...@gmail.com writes: Until asynchronous babel exists, it would be nice to at least be notified when long-running tasks complete. Does anyone have advice how to set up a hook on babel completion so that growl or some other

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Ilya Shlyakhter writes: Here is the test case again: The test case doesn't work as posted. A working test case produces the result shown below (with and without your patch reverted) on current master (tested again via make vanilla just to be sure). --8---cut

Re: [O] org-element checks make flyspell prohibitively slow

2014-03-17 Thread Nicolas Goaziou
Hello, Matt Lundin m...@imapmail.org writes: The rewrite of org-mode-flyspell-verify in commit 4a27c2b4b67201e0b23f431bdaeb6460b31e1394 (Nov 21, 2013) makes navigating org-mode files with large chunks of text very slow. [...] = Org-mode version 8.2.5h (release_8.2.5h-757-gc444e4 @

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Ilya Shlyakhter
In the current master branch, doing the example from the patch (reproduced below again) gives aaa, because the line (let (org-file-properties org-global-properties org-global-properties-fixed) has been removed from org-entry-get-with-inheritance . I agree that patching a function as core

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-17 Thread Fabrice Niessen
Stefan wrote: I thought at using the profiler of Emacs 24, and it gives meaningful results. Good news #2. Here they are: --8---cut here---start-8--- - flyspell-post-command-hook 3271 98% Does this report only cover a

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-03-17 Thread Andreas Leha
Hi Bastien, Bastien b...@gnu.org writes: R. Michael Weylandt michael.weyla...@gmail.com michael.weyla...@gmail.com writes: I've tried this with Org 7.9.3 and 8.2.5h to the same result: -- #+TITLE: Test * One Here is a [[http://google.com/search?q=orgmode][link]]

Re: [O] babel completion notification

2014-03-17 Thread Nick Dokos
Ken Mankoff mank...@gmail.com writes: Hi Eric, On 2014-03-17 at 17:05, Eric Schulte wrote: Ken Mankoff mank...@gmail.com writes: Until asynchronous babel exists, it would be nice to at least be notified when long-running tasks complete. Does anyone have advice how to set up a hook on

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Ilya Shlyakhter
On 3/17/14 5:43 PM, Achim Gratz wrote: The test case doesn't work as posted. A working test case produces the Try http://ilya.cc/testcase.org When I open emacs with this file, move to the emacs-lisp block, and evaluate it, I get aaa. I could easily be wrong re: the logic of the code, but

Re: [O] [patch][ox-html] Support for level based containers

2014-03-17 Thread Rasmus
Rick Frankel r...@rickster.com writes: On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote: Hi Rasmus and Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Let me know if you find you'd be willing to merge something like this I don't know enough HTML to have an opinion here.

Re: [O] [patch][ox-html] Stylistic changes

2014-03-17 Thread Rasmus
Hi Rick, Rick Frankel r...@rickster.com writes: On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote: Hello, Nicolas Goaziou n.goaz...@gmail.com writes: So if the change is only stylistic, I see no reason to break compatibility with ox-freemind.el. I would favor a solution where

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Ilya Shlyakhter ilya_...@alum.mit.edu writes: When I open emacs with this file, move to the emacs-lisp block, and evaluate it, I get aaa. I can reproduce your problem now, I'm on it, and the problem is real, but I need to make sure all tests pass fine before fixing this. Thanks, -- Bastien

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-17 Thread Stefan
So, it only covers a single command (C-k). Sorry, forget my question: I had forgotten to turn my brain on, somehow (seems to happen too often lately). These numbers aren't call counts, they're just numbers of samples, so there's no evidence that flyspell-post-command-hook was run very many

[O] Org Agenda and BBDB File

2014-03-17 Thread Aric Gregson
Hello, I am wondering if it is possible to get org-mode to stop asking to read the bbdb file when creating the new agenda. It is a bit annoying because GNUS in another instance of emacs generally has the file. I have seemingly removed any calls to bbdb in my org set-up (initially used it for

Re: [O] [patch][ox-html] Support for level based containers

2014-03-17 Thread Rick Frankel
On Mon, Mar 17, 2014 at 11:26:28PM +0100, Rasmus wrote: Rick Frankel r...@rickster.com writes: On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote: Hi Rasmus and Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Let me know if you find you'd be willing to merge something

[O] #+LATEX_HEADER:\newcommand{\orgtitle}{{{{TITLE}}}}

2014-03-17 Thread Luke Crook
I'm looking for a quick and dirty way to use the org-mode variables within Latex. I thought the following might work; #+TITLE: A nice title #+LATEX_HEADER: \newcommand{\orgtitle}TITLE And then in the .tex file; \orgtitle{} Suggestions? Thanks

Re: [O] babel completion notification

2014-03-17 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com writes: Nick Dokos ndo...@gmail.com writes: (popup.py is my homemade notifier) Try adding `(lambda () (shell-command-to-string popup.py babel done))' to your `org-babel-after-execute-hook'. I get the popup immediately and the results after 10 seconds.

Re: [O] [patch][ox-html] Support for level based containers

2014-03-17 Thread Rasmus
Rick Frankel r...@rickster.com writes: On Mon, Mar 17, 2014 at 11:26:28PM +0100, Rasmus wrote: Rick Frankel r...@rickster.com writes: On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote: Hi Rasmus and Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Let me know if you

[O] HTML table export options essentially undocumented

2014-03-17 Thread James Harkins
The documentation here seems rather un-detailed. http://orgmode.org/manual/Tables-in-HTML-export.html#Tables-in-HTML-export What I wanted to do was to have vertical rules between all columns, but not horizontal rules. Neither this section of the documentation, nor the docstring for