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
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'
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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:
,
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
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
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
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
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
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
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
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
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
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
41 matches
Mail list logo