[O] org-download.el

2015-01-12 Thread Chao Lu
Dear all, Does anyone get org-download.el to work under Mac OSX? I'm struggling to get it work, but it seems to help a lot, empowering org to handle images a lot easier. I believe I've installed org-download.el correctly, but when I'm dragging and drop the image into an org buffer, all I get is t

Re: [O] Hiring a programmer

2015-01-12 Thread Achim Gratz
Yuri Niyazov writes: > I'd like to hire a programmer to hack on some things in org-mode for > my use. If these improvements are contributed back the main org-mode > repository, would the copyright assignment have to come from me, or > from the programmer? IANAL… you'd normally own the resulting pr

Re: [O] Table of contents for just one section?

2015-01-12 Thread Rasmus
Hi, Nicolas Goaziou writes: > AFAIU, this is the only solution since we do not support titletoc in > core. As said, I'd prefer load hyperref via org-latex-hyperref-template, but it's probably too big a change too late. Though, it would resolve the "issue" that if I do (setq org-latex-defa

[O] New patches WAS Re: [PATCH] inline src block results can be removed

2015-01-12 Thread Charles C. Berry
On Sun, 16 Nov 2014, Nicolas Goaziou wrote: "Charles C. Berry" writes: For now, I'd be willing to make patches that will allow removal of the inline src block results that do *not* involve these header args: - :file - :wrap - :results latex html drawer org code which I can do barely touch

Re: [O] Table of contents for just one section?

2015-01-12 Thread Nicolas Goaziou
Rasmus writes: > I can add documentation, but please reconfirm that you find the above > limitations acceptable and want to see suggestions of modifying > org-latex-packages-alist in the manual! AFAIU, this is the only solution since we do not support titletoc in core. The modification is pretty

Re: [O] doc patch: move footnote in external links

2015-01-12 Thread Nicolas Goaziou
Alan Schmitt writes: > Should we assume the cookie is at the end of the headline or not? The cookie can be anywhere within the headline text. > I'd gladly do this, but to use the `org-element-map' function it seem > that I need a parse tree. How can I get it? Or is it possible to use > directly

Re: [O] Transforming org-mode project in Gantt graphes

2015-01-12 Thread Alexandre Norman
Hello, I reworked on my code. You can find it here : https://pypi.python.org/pypi/python-gantt/ or with pip :: pip install python-gantt Enclosed, there is two parts : - python-gantt : this library is used to draw gantt svg charts from python - org2gantt : used to transform org-mode files to

Re: [O] Hiring a programmer

2015-01-12 Thread Peter Davis
Yuri Niyazov writes: > I'd like to hire a programmer to hack on some things in org-mode for > my use. If these improvements are contributed back the main org-mode > repository, would the copyright assignment have to come from me, or > from the programmer? It actually depends on the terms of hiri

[O] Hiring a programmer

2015-01-12 Thread Yuri Niyazov
I'd like to hire a programmer to hack on some things in org-mode for my use. If these improvements are contributed back the main org-mode repository, would the copyright assignment have to come from me, or from the programmer?

[O] [Bug] org-store-link produces different results if called from keyboard macro

2015-01-12 Thread Felix Fernandes
In the following post, http://stackoverflow.com/questions/27872038/emacs-keyboard-macro-fails-to-invoke-org-mode-capture-template, artscan showed that org capture templates don't work in org v.8.2.10 when invoked from within a keyboard macro. I reproduce his results here. The following function (

Re: [O] Order of drawers will be checked i nnew org version

2015-01-12 Thread Marco Wahl
Hi! "Stefan-W. Hahn" writes: > I tried current version of org-mode: > > commit 10954832e5168c301e4c0d266089a5f77062212b > Author: Nicolas Goaziou > Date: Thu Jan 1 21:37:35 2015 +0100 > > and got the problem that most of my drawers are now regarded as > misformatted and I'm asked for re

[O] contribution: ob-php

2015-01-12 Thread Hex
I use org mode for code review quite a bit. It's awesome to be able to throw snippets of code in a doc and be able to verify fixes within the doc. I noticed there's no PHP mode (and totally understand why seeing as how "literate programming" is a keyword ;) so I wrote one. Elsip isn't exactly a la

[O] Order of drawers will be checked i nnew org version

2015-01-12 Thread Stefan-W. Hahn
Hello, I tried current version of org-mode: commit 10954832e5168c301e4c0d266089a5f77062212b Author: Nicolas Goaziou Date: Thu Jan 1 21:37:35 2015 +0100 and got the problem that most of my drawers are now regarded as misformatted and I'm asked for repair. Adding a new property to a task

Re: [O] [bug] Wrong type argument: arrayp, nil

2015-01-12 Thread Rasmus
Sebastien Vauban writes: > What counts is that *you* *fixed* it! I also introduced it cf. the log! -- . . . It begins of course with The Internet. A Net of Peers

Re: [O] [bug] Wrong type argument: arrayp, nil

2015-01-12 Thread Sebastien Vauban
Hi Rasmus, Rasmus wrote: > Sebastien Vauban writes: > >> - baz :: >> >> generates the error "replace-regexp-in-string: Wrong type argument: >> arrayp, nil". > > This has been fixed. OK, thanks! > I forgot to acknowledge that you reported the bug. Sorry!! > I can revert the commit and redo the c

Re: [O] Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists

2015-01-12 Thread Marco Wahl
Marco Wahl writes: > Christoph LANGE writes: >>[...] >> The following workaround helps: >> >> (defalias 'calendar-absolute-from-iso 'calendar-iso-to-absolute) > [...] > > I try to fix the concrete issue immediately. Fixed, I think. The workaround should be not necessary any more for the curr

Re: [O] doc patch: move footnote in external links

2015-01-12 Thread Alan Schmitt
On 2015-01-12 09:43, Nicolas Goaziou writes: > Alan Schmitt writes: > >> I don't understand: won't you need the "[33%]" bit for an exact >> search? > > A statistics cookie is a variable part. If it ever changes, all your > links become invalid. It is better to simply ignore them (which is > alre

Re: [O] Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists

2015-01-12 Thread Marco Wahl
Christoph LANGE writes: > Hi all, > > I'm using clocktables to compute my working hours per calendar week, > e.g. > > #+NAME: T2014-W50 > #+BEGIN: clocktable :block 2014-W50 :maxlevel 0 :scope ("default.org") > > :indent > > #+CAPTION: Clock summary at [2015-01-12 Mon 09:47], for week 2014-W50.

Re: [O] [bug] Wrong type argument: arrayp, nil

2015-01-12 Thread Rasmus
Hi Seb, Sebastien Vauban writes: > - baz :: > > generates the error "replace-regexp-in-string: Wrong type argument: > arrayp, nil". This has been fixed. I forgot to acknowledge that you reported the bug. Sorry!! I can revert the commit and redo the commit if you think? –Rasmus -- Dobbelt-A

Re: [O] Table of contents for just one section?

2015-01-12 Thread Rasmus
Hi, Nicolas Goaziou writes: >> One more thing. For LaTeX, *we must load titletoc before hyperref*. > > Requiring packages is not our problem. For titletoc, you can only enable it by either 1. adding a new org-latex-class 2. insert titletoc in org-latex-default-packages-alist manually.

[O] [bug] Wrong type argument: arrayp, nil

2015-01-12 Thread Sebastien Vauban
Hello, Trying to export the following in HTML: - foo :: Bar - baz :: generates the error "replace-regexp-in-string: Wrong type argument: arrayp, nil". Best regards, Seb -- Sebastien Vauban

[O] Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists

2015-01-12 Thread Christoph LANGE
Hi all, I'm using clocktables to compute my working hours per calendar week, e.g. #+NAME: T2014-W50 #+BEGIN: clocktable :block 2014-W50 :maxlevel 0 :scope ("default.org") :indent #+CAPTION: Clock summary at [2015-01-12 Mon 09:47], for week 2014-W50. | File| Headline | Time|

Re: [O] doc patch: move footnote in external links

2015-01-12 Thread Nicolas Goaziou
Alan Schmitt writes: > I don't understand: won't you need the "[33%]" bit for an exact > search? A statistics cookie is a variable part. If it ever changes, all your links become invalid. It is better to simply ignore them (which is already the case). > Also, does ignoring whitespace mean repla

Re: [O] Table of contents for just one section?

2015-01-12 Thread Nicolas Goaziou
Rasmus writes: > One more thing. For LaTeX, *we must load titletoc before hyperref*. Requiring packages is not our problem. > 3. Or we can add to the manual this deficit and advice how to solve it > "manually". I don't mind updating the footnote relative to titletoc package in the manual. Do