Re: [O] where Babel looks for binaries?

2014-08-16 Thread Achim Gratz
Steven Arntson writes: > I reverted the change to ob-lilypond.el and did as you suggested, adding > > (setq ly-nix-ly-path "/usr/local/lilypond") I don't think that path points to an actual lilypond executable, but is rather an installation directory. Since it would seem you have lilypond in PATH

Re: [O] R code block produces only partial output

2014-08-16 Thread Achim Gratz
Aaron Ecay writes: >> The user would need to install it in her private directory if it >> is not on the system; some shops actually discourage this. > ^^^ > > That’s ... special. Do you have experience with such environments? I take it you'

Re: [O] Updating to 8.2.5 broke org-mode

2014-08-16 Thread Achim Gratz
Marcelo de Moraes Serpa writes: > I've updated org to 8.2.5 (by checking out the release_8.2.5 tag) from > 7.9.4. After updating remote and checking out the mentioned branch, I > ran "make" and then "make install". The latest release version is 8.2.7c and if you install from Git anyway you should

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Thorsten Jolitz
Steven Arntson writes: > Thorsten Jolitz writes: > >> Steven Arntson writes: >> I would say try the above, i.e. restore ob-lilypond.el and set the variable in you init file. Alternatively you could delete the ob-lilypond.elc and the do M-x byte-compile-file on the modified o

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Steven Arntson
Thorsten Jolitz writes: > Steven Arntson writes: > >>> I would say try the above, i.e. restore ob-lilypond.el and set the >>> variable in you init file. Alternatively you could delete the >>> ob-lilypond.elc and the do M-x byte-compile-file on the modified >>> ob-lilypond.el, but I would not rec

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Thorsten Jolitz
Steven Arntson writes: >> I would say try the above, i.e. restore ob-lilypond.el and set the >> variable in you init file. Alternatively you could delete the >> ob-lilypond.elc and the do M-x byte-compile-file on the modified >> ob-lilypond.el, but I would not recommend mess around in libraries f

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Steven Arntson
Thorsten Jolitz writes: > Steven Arntson writes: > >> Thorsten Jolitz writes: >> >>> Steven Arntson writes: >>> I'm using org-babel to enter lilypond code for music typesetting. I had an old version of lilypond from the Ubuntu repos installed in /usr/bin. This worked, but t

[O] [ANN] org-dp.el - Declarative Programming with Org Elements

2014-08-16 Thread Thorsten Jolitz
Hi List, check it out, its cool (but still work in progress)! (https://github.com/tj64/org-dp) Primarily meant for acting on local elements (i.e. without parsing the whole buffer). Acts on the internal (nested list) representation of the elements instead on their textual representation (what yo

Re: [O] Updating to 8.2.5 broke org-mode

2014-08-16 Thread Thorsten Jolitz
Marcelo de Moraes Serpa writes: > Org-mode version 8.2.5 (release_8.2.5 @ > /Users/user/.emacs.d/vendor/org-mode/lisp/) hmm ... thought you might have a mixed installation, but looks ok. maybe you call this functon before org.el is loaded? it is still present in my (newer) org version. > On S

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Thorsten Jolitz
Steven Arntson writes: > Thorsten Jolitz writes: > >> Steven Arntson writes: >> >>> I'm using org-babel to enter lilypond code for music typesetting. I had >>> an old version of lilypond from the Ubuntu repos installed in >>> /usr/bin. This worked, but the version was getting old. I installed t

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Steven Arntson
Thorsten Jolitz writes: > Steven Arntson writes: > >> I'm using org-babel to enter lilypond code for music typesetting. I had >> an old version of lilypond from the Ubuntu repos installed in >> /usr/bin. This worked, but the version was getting old. I installed the >> latest stable version from

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-16 Thread Nick Dokos
Charles Berry writes: > Nick Dokos gmail.com> writes: > >> >> tsd tsdye.com (Thomas S. Dye) writes: >> >> > Aloha Jenia, >> > >> > jenia.ivlev gmail.com (jenia.ivlev) writes: >> > >> >> Hello. >> >> >> >> I'm trying to go through the org-mode tutorial on its official page. >> >> > > [discuss

Re: [O] R code block produces only partial output

2014-08-16 Thread Aaron Ecay
Hi Chuck, Thanks for your feedback. 2014ko abuztuak 16an, "Charles C. Berry"-ek idatzi zuen: > Aaron, > > I think doing something along these lines makes sense. evaluate() obviates > the need for tryCatch() and capture.output(), and it makes customizing > error/warning/message stuff clean. Its

Re: [O] Updating to 8.2.5 broke org-mode

2014-08-16 Thread Marcelo de Moraes Serpa
Org-mode version 8.2.5 (release_8.2.5 @ /Users/user/.emacs.d/vendor/org-mode/lisp/) On Sat, Aug 16, 2014 at 3:18 PM, Thorsten Jolitz wrote: > Marcelo de Moraes Serpa writes: > > > I've updated org to 8.2.5 (by checking out the release_8.2.5 tag) from > > 7.9.4. After updating remote and checki

Re: [O] Updating to 8.2.5 broke org-mode

2014-08-16 Thread Thorsten Jolitz
Marcelo de Moraes Serpa writes: > I've updated org to 8.2.5 (by checking out the release_8.2.5 tag) from > 7.9.4. After updating remote and checking out the mentioned branch, I > ran "make" and then "make install". What does M-x org-version say? Should look somehow like this #+begin_src emacs

[O] Updating to 8.2.5 broke org-mode

2014-08-16 Thread Marcelo de Moraes Serpa
Hey everyone, I've updated org to 8.2.5 (by checking out the release_8.2.5 tag) from 7.9.4. After updating remote and checking out the mentioned branch, I ran "make" and then "make install". However, when starting Emacs, I get the following error: Symbol's function definition is void: org-babel-

[O] Bug: Imenu can't jump to parents

2014-08-16 Thread Carlos Pita
Say you have the following document: """ * Level 1 Text here ** Level 1.1 Text here * Level 2 Text here """ Then the structure of Imenu will be: Level 1 / Level 1.1 Level 2 Thus you will be unable to jump to Level 1, because Imenu require to specify the sublevel. Moreover, this doesn't

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Thorsten Jolitz
Steven Arntson writes: > I'm using org-babel to enter lilypond code for music typesetting. I had > an old version of lilypond from the Ubuntu repos installed in > /usr/bin. This worked, but the version was getting old. I installed the > latest stable version from the lilypond.org website, and it

[O] where Babel looks for binaries?

2014-08-16 Thread Steven Arntson
I'm using org-babel to enter lilypond code for music typesetting. I had an old version of lilypond from the Ubuntu repos installed in /usr/bin. This worked, but the version was getting old. I installed the latest stable version from the lilypond.org website, and it ended up in /usr/local. I removed

Re: [O] R code block produces only partial output

2014-08-16 Thread Charles C. Berry
On Fri, 15 Aug 2014, Aaron Ecay wrote: Hi Chuck, hi all, Attached to this message is a draft patch to complete this idea. It should address the issue of including warnings, errors, and messages in output. It uses the “evaluate” R package, originally created for the knitr literate programming

[O] Usage, OPML, Toodledo (was Re: MobileOrg documentation?)

2014-08-16 Thread David Masterson
Sean Escriva writes: > Christian Kruse writes: > >> Am 07.08.14 09:13, schrieb David Masterson: >>> Anyone using MobileOrg? >> >> I use the iPhone version, via WebDAV. For exactly two things: >> capturing TODOs and having my todo list at hand when I need it. It >> works pretty well for these two

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-16 Thread Thomas S. Dye
Charles Berry writes: > Nick Dokos gmail.com> writes: > >> >> tsd tsdye.com (Thomas S. Dye) writes: >> >> > Aloha Jenia, >> > >> > jenia.ivlev gmail.com (jenia.ivlev) writes: >> > >> >> Hello. >> >> >> >> I'm trying to go through the org-mode tutorial on its official page. >> >> > > [discuss

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-16 Thread Charles Berry
Nick Dokos gmail.com> writes: > > tsd tsdye.com (Thomas S. Dye) writes: > > > Aloha Jenia, > > > > jenia.ivlev gmail.com (jenia.ivlev) writes: > > > >> Hello. > >> > >> I'm trying to go through the org-mode tutorial on its official page. > >> [discussion showing that (if (listp value)...) ge

Re: [O] Clocking in on non-org files

2014-08-16 Thread Thorsten Jolitz
Marcin Borkowski writes: > Dnia 2014-08-16, o godz. 17:02:05 > Thorsten Jolitz napisał(a): > >> Marcin Borkowski writes: >> >> > Dnia 2014-08-16, o godz. 16:01:39 >> > Thorsten Jolitz napisał(a): >> > >> >> Marcin Borkowski writes: >> >> >> >> >> I'm editing this file, C-c C-x C-i just star

Re: [O] Clocking in on non-org files

2014-08-16 Thread Marcin Borkowski
Dnia 2014-08-16, o godz. 17:02:05 Thorsten Jolitz napisał(a): > Marcin Borkowski writes: > > > Dnia 2014-08-16, o godz. 16:01:39 > > Thorsten Jolitz napisał(a): > > > >> Marcin Borkowski writes: > >> > >> >> I'm editing this file, C-c C-x C-i just starts clocking. > >> > >> > I finally had

Re: [O] Clocking in on non-org files

2014-08-16 Thread Thorsten Jolitz
Marcin Borkowski writes: > Dnia 2014-08-16, o godz. 16:01:39 > Thorsten Jolitz napisał(a): > >> Marcin Borkowski writes: >> >> >> I'm editing this file, C-c C-x C-i just starts clocking. >> >> > I finally had some time & motivation to look into it. Below is my >> > solution. >> >> This al

Re: [O] Clocking in on non-org files

2014-08-16 Thread Marcin Borkowski
Dnia 2014-08-16, o godz. 16:01:39 Thorsten Jolitz napisał(a): > Marcin Borkowski writes: > > >> I'm editing this file, C-c C-x C-i just starts clocking. > > > I finally had some time & motivation to look into it. Below is my > > solution. > > This almost works with outshine.el (use head of

[O] Bug in the Org-mode version that comes with Emacs

2014-08-16 Thread darc...@gmail.com
Hi, I track the emacs repo (http://git.savannah.gnu.org/r/emacs.git) and from time to time I update my local version and starting using the new version. A few days ago I notice that my org files started opening with all trees fully expanded instead of collapsed and, worse, fill-paragraph didn't f

Re: [O] Clocking in on non-org files

2014-08-16 Thread Marcin Borkowski
Dnia 2014-08-16, o godz. 15:47:58 Marcin Borkowski napisał(a): > OK, sorry for spamming the list, but here's what I established (with > the help of Edebug). The problem is with org-heading-components; for > some reason, the variable org-complex-heading-regexp is nil when > running that function.

Re: [O] Markdown exporter deletes a line before a list

2014-08-16 Thread Nicolas Goaziou
Hello, Rafael writes: > I'm not sure if this is a feature or a bug. Consider this org file: > > #+BEGIN_SRC org > ,* A test > - one > - two > > ,* Another test > > Consider this list: > > - three > - four > #+END_SRC > > Using the markdown exporter, this exports to (after

Re: [O] Clocking in on non-org files

2014-08-16 Thread Thorsten Jolitz
Marcin Borkowski writes: >> I'm editing this file, C-c C-x C-i just starts clocking. > I finally had some time & motivation to look into it. Below is my > solution. This almost works with outshine.el (use head of tj-outshine branch). Insert outshine header in emacs-lisp-mode buffer: ,

Re: [O] Clocking in on non-org files

2014-08-16 Thread Marcin Borkowski
Dnia 2014-08-16, o godz. 14:31:17 Marcin Borkowski napisał(a): > Dnia 2014-08-16, o godz. 14:12:48 > Marcin Borkowski napisał(a): > > > abovementioned TODO, for example), I can also C-c C-x C-i to clock > > in, C-c C-x C-o to clock out and C-c C-x C-x to cancel the clock. > > Oops. Clocking i

Re: [O] org-agenda-write to .org exports headings in reversed order?!

2014-08-16 Thread Charles Millar
Martin, M wrote: Hi, I'm still experimenting with agenda export and I found that I can write an agenda to an org-mode file by C-x C-w (org-agenda-write). However, if I do that and select filename.org as target, I get all headings in the agenda, but the last one first and the first one

Re: [O] Proposal to replace the prefix repetition with whitespace during expansion of noweb references

2014-08-16 Thread Pierre-Henry FRÖHRING
I would like to back this proposition with our use case : #+BEGIN_SRC js REACTIVE_STATE = TYPE_BUILDER( <> , "reactive_state" , <> ) #+END_SRC Where `<>` is expanded as expected, and `, <>` is not, leading to `, ` pref

Re: [O] Clocking in on non-org files

2014-08-16 Thread Marcin Borkowski
Dnia 2014-08-16, o godz. 14:12:48 Marcin Borkowski napisał(a): > abovementioned TODO, for example), I can also C-c C-x C-i to clock in, > C-c C-x C-o to clock out and C-c C-x C-x to cancel the clock. Oops. Clocking in doesn't work for some weird reason. I sometimes get the "org-heading-compone

Re: [O] Clocking in on non-org files

2014-08-16 Thread Marcin Borkowski
Dnia 2013-10-06, o godz. 23:26:25 Marcin Borkowski napisał(a): > Dnia 2013-10-06, o godz. 17:11:25 > Suvayu Ali napisał(a): > > > On Sun, Oct 06, 2013 at 02:07:45PM +0200, Marcin Borkowski wrote: > > > > > > I have a bunch of TODO items connected with LaTeX files (in > > > general: projects) I

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-16 Thread Nicolas Goaziou
Hello, Federico Beffa writes: > From the elisp manual: > "... Advising a function can cause confusion in debugging, since people > who debug calls to the original function may not notice that it has > been modified with advice. Therefore, if you have the possibility to > change the code of th

[O] org-agenda-write to .org exports headings in reversed order?!

2014-08-16 Thread M
Hi, I'm still experimenting with agenda export and I found that I can write an agenda to an org-mode file by C-x C-w (org-agenda-write). However, if I do that and select filename.org as target, I get all headings in the agenda, but the last one first and the first one last. Is there an opti

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-16 Thread Federico Beffa
On Mon, Aug 11, 2014 at 10:44 PM, Nicolas Goaziou wrote: > Rasmus writes: > >> How about adding the possibility to add hooks to org-fill-paragraph? >> So that people can add "extensions" to fill as they want and the core >> function can rely on org-element only? > > You can `defadvice' anything t

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-16 Thread Federico Beffa
On Mon, Aug 11, 2014 at 10:40 PM, Nicolas Goaziou > I'm just pointing out an ergonomy (or consistency) annoyance in your > proposal. I'm not thrilled by faking the filling mechanism. Well, that has nothing to do with consistency (neither with ergonomy, unless you produce a large scale statistical

[O] Can I export/publish an agenda or todo tree (or similar), like a filtered toc linked to the original export page?

2014-08-16 Thread M
Hi, I have to hand over a lot of projects to my colleagues. Org-mode is incredibly useful here, as it lets me export all the notes to html and I get wiki-like, cross-linked pages with my notes and tasks. The problem is: I have way too many notes and for the colleagues it is important to get an ov