Re: [O] Emacs+org-mode in a Docker?

2015-11-07 Thread Stelian Iancu
On 07/11/15 08:00, Grant Rettke wrote: On Wed, Nov 4, 2015 at 7:07 PM, John Kitchin wrote: Thanks for all the notes! It looks like a not too trivial exercise that might have to be a summer project for me. For the past year, I've been curious about how to make my Emacs environment available to

Re: [O] [PATCH][BUG] org-babel-confirm-evaluate

2015-11-07 Thread Aaron Ecay
Hi Chuck, The patch is fundamentally correct, please push it. A couple minor comments: 2015ko azaroak 7an, "Charles C. Berry"-ek idatzi zuen: [...] > + (`query (or > +(and (not (org-bound-and-true-p > + org-babel-confirm-evaluate-answer-no)) > +

[O] org-export to beamer

2015-11-07 Thread Jérémie Juste
I want to export org to beamer. It worked well previously when I press C-c C-e l O. But in recent days, when I press C-c C-e l, the options for beamer are missing. I can only export to pdf, not beamer. What?s the problem, and what can I do? Thanks a lot! Hello, In the last version of org-mode

Re: [O] Lexical binding bug in org-list.el?

2015-11-07 Thread Aaron Ecay
Hi Nicolas, 2015ko azaroak 7an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> The org-list code is a mess, and I think we should hold off on converting >> it to lexical scoping until it can be refactored in a more dedicated >> way. > > It seems a bit strong considerin

Re: [O] [RFC] [PATCH] allow bind keywords to set safe values

2015-11-07 Thread Aaron Ecay
Hi Nicolas, 2015ko azaroak 6an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> BIND keywords should be used for controlling export, rather than the >> usual emacs method of setting file local variables >> . >

Re: [O] [RFC] [PATCH] allow bind keywords to set safe values

2015-11-07 Thread Aaron Ecay
Hi Thomas, 2015ko azaroak 6an, "Thomas S. Dye"-ek idatzi zuen: > > Aloha Aaron, > > Aaron Ecay writes: > >> Hello all, >> >> BIND keywords should be used for controlling export, rather than the >> usual emacs method of setting file local variables >>

Re: [O] Inconsistency between org-store-link-functions and org-store-link

2015-11-07 Thread Aaron Ecay
Hi Nicolas, 2015ko azaroak 6an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> The docstring of org-store-link-functions says: “Each function will be >> called in turn until one returns a non-nil value.” However, the code of >> org-store-link actually calls all the fun

Re: [O] Conditional link export?

2015-11-07 Thread Oleh Krehel
Aaron Ecay writes: Hi Aaron, Thanks for the effort, I might use the code you suggested as a last resort:) I think the issue here is extending the power of Org markup. The task at hand is "Write a manual in Org that exports to both Texinfo and HTML", preferably with zero config outside of the O

Re: [O] Conditional link export?

2015-11-07 Thread Aaron Ecay
Hi Oleh, 2015ko azaroak 7an, Oleh Krehel-ek idatzi zuen: > > Aaron Ecay writes: > > Hi Aaron, > > Thanks for the effort, I might use the code you suggested as a last > resort:) > > I think the issue here is extending the power of Org markup. > > The task at hand is "Write a manual in Org tha

Re: [O] Inconsistency between org-store-link-functions and org-store-link

2015-11-07 Thread Nicolas Goaziou
Aaron Ecay writes: > I’m confused. My impression of Bastien’s decision > is that Org 8.4 should be > compatible with emacs 23. Master contains changes that require emacs 24 > (to give one example, files that require cl-lib). So, I thought master >

Re: [O] Conditional link export?

2015-11-07 Thread Achim Gratz
Aaron Ecay writes: > Someone ported the org manual to org format in a non-trivial way a > couple of years ago . > It generated a lot of discussion but was never finally adopted. I > believe that was due more to the difficulty in integrating the build

Re: [O] problems with export and :cache

2015-11-07 Thread Achim Gratz
Aaron Ecay writes: >> Another option is to extend `org-babel-get-header' to accept a list of >> keys instead of a single key. > > I’d like to remove this function, actually. I hate the org functions > that do X most of the time, but the opposite of X when you pass them > an optional argument (in t

Re: [O] Lexical binding bug in org-list.el?

2015-11-07 Thread Nicolas Goaziou
Aaron Ecay writes: > On a broader scope, this is just one part of org that is written in this > style (one large let that defines many functions which call each other; > the body of the let is just a call into one of these functions). This > isn’t idiomatic elisp (at least, I’ve never seen it ou

Re: [O] [PATCH][BUG] org-babel-confirm-evaluate

2015-11-07 Thread Charles C. Berry
On Sat, 7 Nov 2015, Aaron Ecay wrote: Hi Chuck, The patch is fundamentally correct, please push it. A couple minor comments: Thanks for the comments. I've revised as suggested. The patch has been pushed as commit 3f6e71e62e558f4a1c4316c9ecf0519a905e87f3 Author: Charles Berry Date:

Re: [O] problems with export and :cache

2015-11-07 Thread Aaron Ecay
Hi Achim, 2015ko azaroak 7an, Achim Gratz-ek idatzi zuen: > Your commit 0d000f5680 implementing this (I can't find the push > announced on the list, so I hope it's OK to piggy-back on here) breaks > the test ob-awk/tabular-input. Thanks for the report. Fixed in 4773baf. -- Aaron Ecay

Re: [O] BUG: emacs orgmode ob-R.el function org-babel-R-evaluate-session over aggressively performs "; ; cleanup extra prompts left in output" and a possible workaround

2015-11-07 Thread Charles C. Berry
On Thu, 5 Nov 2015, Nicolas Goaziou wrote: [...] Would you want to provide a patch for that (and commit it while you're at it)? Done. Chuck

Re: [O] Lexical binding bug in org-list.el?

2015-11-07 Thread Aaron Ecay
Hi Nicolas, 2015ko azaroak 7an, Nicolas Goaziou-ek idatzi zuen: > > Aaron Ecay writes: > >> On a broader scope, this is just one part of org that is written in this >> style (one large let that defines many functions which call each other; >> the body of the let is just a call into one of these

Re: [O] [PATCH][BUG] org-babel-confirm-evaluate

2015-11-07 Thread Aaron Ecay
Hi Chuck, 2015ko azaroak 7an, "Charles C. Berry"-ek idatzi zuen: > > > Thanks for the comments. I've revised as suggested. The patch has been > pushed as Thanks. > > Strange. > > I produced the patch on Mac OS X 10.11.1 with the usual > > git format-patch master -o > > command line

Re: [O] BUG: emacs orgmode ob-R.el function org-babel-R-evaluate-session over aggressively performs "; ; cleanup extra prompts left in output" and a possible workaround

2015-11-07 Thread Nicolas Goaziou
"Charles C. Berry" writes: > On Thu, 5 Nov 2015, Nicolas Goaziou wrote: > [...] >> Would you want to provide a patch for that (and commit it while you're >> at it)? >> > > Done. Thank you. Regards,

Re: [O] problems with export and :cache

2015-11-07 Thread Achim Gratz
Aaron Ecay writes: >> Your commit 0d000f5680 implementing this (I can't find the push >> announced on the list, so I hope it's OK to piggy-back on here) breaks >> the test ob-awk/tabular-input. > > Thanks for the report. Fixed in 4773baf. Fix confirmed, thank you. Regards, Achim. -- +<[Q+ Matr

Re: [O] BUG: emacs orgmode ob-R.el function org-babel-R-evaluate-session over aggressively performs "; ; cleanup extra prompts left in output" and a possible workaround

2015-11-07 Thread Cook, Malcolm
Thanks Chuck for setting this through. I've never been happy at how Babel arranged the inter process communication with R including the need for cleaning up the output with scary regular expressions like this. Also there are some of uses of temp files that sometime cause of bugs especially wh

Re: [O] BUG: emacs orgmode ob-R.el function org-babel-R-evaluate-session over aggressively performs "; ; cleanup extra prompts left in output" and a possible workaround

2015-11-07 Thread Charles C. Berry
On Sat, 7 Nov 2015, Cook, Malcolm wrote: Thanks Chuck for setting this through. [...] I've wondered if there is not a better way for Babel to share an interactive session with the user. For instance, if we wanted to support a new form of results processing on addition to value and output

[O] visual-fill-column-mode with org

2015-11-07 Thread Vikas Rawal
I would like to use visual-fill-column-mode with my org files. However, this has a peculiar problem that org tables also start wrapping at fill-column. Does anyone use visual-fill-column-mode with org and has found a way of telling it to ignore lines starting with a |? Thanks, Vikas

[O] org/android sync

2015-11-07 Thread Nick Dokos
There was a G+ post in the orgmode community pointing to http://www.orgzly.com/ No idea whether it works or not but I figured if you have an android phone, here's another opportunity to bury your face in it :-) -- Nick