[O] i want to go forward with org-mark-ring-goto, not just backward, possible?

2016-03-20 Thread Samuel Wales
i want to go forward with org-mark-ring-goto, not just backward. possible?

[O] scheme SRC blocks

2016-03-20 Thread Arun Isaac
I have an org file with scheme SRC blocks like so. #+BEGIN_SRC scheme (some-code-here) #+END_SRC Every time, I open the org file, I get prompted for the "Scheme implementation" and I need to choose an implementation (guile, in my case) before continuing. Similarly, I am also prompted for the

Re: [O] long delay after selecting capture template

2016-03-20 Thread Allan Streib
Eric Abrahamsen writes: > I guess I would `toggle-debug-on-quit', then call capture, and while > you're waiting for it to return, hit "C-g". That ought to pop up a > backtrace, and you can see what code was being executed during the > delay. It might be obvious what's

Re: [O] uncommnet-region behavior in org-src blocks

2016-03-20 Thread Ken Mankoff
On 2016-03-20 at 11:17, John Kitchin wrote: > I think you mean (setq org-src-tab-acts-natively t) right? Yes. I think I may have disabled it due to Yasnippet conflicts. -k.

Re: [O] uncommnet-region behavior in org-src blocks

2016-03-20 Thread John Kitchin
I think you mean (setq org-src-tab-acts-natively t) right? It looks like the function I made basically does the same thing, by another mechanism! I still wonder why it doesn't work with RET though. John --- Professor John Kitchin Doherty Hall A207F Department of

Re: [O] Bug: Incorrect type in ob-C.el for D code [8.3.4 (8.3.4-elpa @ ~/.emacs.d/elpa/org-20160222/)]

2016-03-20 Thread Thierry Banel
Attached is a patch to keep Babel D compliant with the latest version of the language. Thanks Chris for reporting. Thierry Le 25/02/2016 21:23, Nicolas Goaziou a écrit : > Hello, > > Chris Andrews writes: > >> Issue is fairly straightforward. When evaluating a D code

Re: [O] [PATCH] org-babel C math.h issue

2016-03-20 Thread Thierry Banel
Attached is Oz's patch adding optional :libs support to Babel C++ Thanks Oz. Thierry Le 11/03/2016 20:14, Oz Ben-Ami a écrit : > Thanks for the response. > > On my machine, I get the undefined references even with GCC 5 (gcc > version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)), if I put -lm before

Re: [O] How to do for all clocks in the region or subtree?

2016-03-20 Thread Marcin Borkowski
On 2016-03-20, at 11:17, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> I have a function which does on a clock the point is on. >> I want to call it for every clock in the region if it is active, and if >> not, then for every clock

Re: [O] faster auto-completion suggestions in org-mode

2016-03-20 Thread Eric S Fraga
On Friday, 18 Mar 2016 at 13:14, Jérémie Juste wrote: > Hello, > > I'm using auto-complete in > org mode but I notice that there is more delay in the completion in > org-mode than in text mode for example. I used to use auto-complete but gave up for

Re: [O] org-mode on Windows Emacs doesn't offer html export

2016-03-20 Thread Eric S Fraga
On Thursday, 17 Mar 2016 at 20:59, Lawrence Bottorff wrote: > Yes, the title sums it up. I've just ported my .emacs.d, org stuff, etc. > from my Linux to my work Windows 10, and I can't get the export to offer > html or latex. Even org-export-html-to-html doesn't work, gives error > message What

Re: [O] Displaying property values in agenda search result

2016-03-20 Thread Markus Heller
Christophe Schockaert citadels.eu> writes: > > > Markus Heller writes: > > > Hello, > > > > how can I display property values in the agenda, more specifically, in > > the results of an agenda search? > > > > [...] > > [...] > I defined the entry that way, using the "%(expression)"

Re: [O] How to do for all clocks in the region or subtree?

2016-03-20 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > I have a function which does on a clock the point is on. > I want to call it for every clock in the region if it is active, and if > not, then for every clock in the current subtree. Here's what I have: > > (defun do-something-for-all-clocks

Re: [O] No text in pdf output

2016-03-20 Thread Guido Van Hoecke
Hi John, On 20 March 2016 at 00:01, John Kitchin wrote: > looks like a LaTeX compiling issue maybe. Your file works fine and as > expected for me. Your tex file also builds fine. Can you build it manually? > ​ Thanks. Did that and saw some fonts were missing. Installed

Re: [O] Patch for ox-confluence.el

2016-03-20 Thread Nicolas Goaziou
Hello, Paul Schorfheide writes: > I made a small change to ox-confluence.el to support additional language > name mappings. Can someone please review it? Thank you for the patch. AFAIU, "ox-confluence.el" doesn't have a maintainer anymore, in case you feel like doing the