Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-10 Thread Alan Schmitt
On 2015-09-09 17:59, Dmitri Makarov writes: > This is refactored patch that uses org-mac-paste-applescript-links LGTM (with a tiny caveat that I can fix: the first line of the commit message should not end with a dot). Nicolas, can I push this? Thanks, Alan --

[O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Rainer M Krug
Kyle Meyer writes: > Hi, > > Rainer M Krug writes: > >> Hi >> >> when doing global cycling using org in emacs 25.0.50.1, I get an "Before >> first heading" error (see backtrace below). >> >> It doesn't matter if the cursor is before or after the first header in

Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-10 Thread Nicolas Goaziou
Hello, Dmitri Makarov writes: > If you haven't pushed the patch yet, here is attached an updated > patch, with a correction in the commit message, and a minor correction > in one of the comments. Thank you. Some comments follow. > > On Thu, Sep 10, 2015 at 11:28

[O] Bug in tangling with hyperlink at beginning of line

2015-09-10 Thread Rainer M Krug
Hi Tangling of --8<---cut here---start->8--- #+PROPERTY: header-args+ :comments both * Improved leaves :PROPERTIES: :header-args+: :tangle yes :END: List all leaves and their dependencies. Based on

Re: [O] [docupatch] Prefix argument to exclude agenda items

2015-09-10 Thread Nicolas Goaziou
Marco Wahl writes: > I just found out by accident that a prefix argument to < > (org-agenda-filter-by-category) excludes the category of the item at > point from the agenda. Looks like that feature did not make it into the > documentation. > > Is the extension of the

Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-10 Thread Dmitri Makarov
Hello Alan, If you haven't pushed the patch yet, here is attached an updated patch, with a correction in the commit message, and a minor correction in one of the comments. Regards, Dmitri On Thu, Sep 10, 2015 at 11:28 AM, Alan Schmitt wrote: > On 2015-09-09

Re: [O] Bug in tangling with hyperlink at beginning of line

2015-09-10 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > Tangling of > > #+PROPERTY: header-args+ :comments both > > * Improved leaves > :PROPERTIES: > :header-args+: :tangle yes > :END: > List all leaves and their dependencies. Based on >

Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-10 Thread Dmitri Makarov
Attached is the patch with requested corrections. I hope now this small patch is sufficiently well commented. Regards, Dmitri On Thu, Sep 10, 2015 at 11:57 AM, Nicolas Goaziou wrote: > Hello, > > Dmitri Makarov writes: > >> If you haven't

Re: [O] koma export and order of options

2015-09-10 Thread Alan Schmitt
Hello Nicolas, On 2015-09-09 22:59, Nicolas Goaziou writes: >> I thought that local options would override the ones from the lco. Is >> there something I’m doing wrong here for it to fail? (I tried reading >> the code, but I don’t understand how

Re: [O] Statistics cookies export to html

2015-09-10 Thread Nicolas Goaziou
Hello, Thomas S. Dye writes: > I expect the following ECM to *not* export the statistics cookie "[1/1]" > because I've set stat:nil. But it does export it with emacs -Q. Or, is > the [1/1] not a statistics cookie? > > #+OPTIONS: html-link-use-abs-url:nil html-postamble:auto >

Re: [O] Bug in tangling with hyperlink at beginning of line

2015-09-10 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> Tangling of >> >> #+PROPERTY: header-args+ :comments both >> >> * Improved leaves >> :PROPERTIES: >> :header-args+: :tangle yes >> :END: >> List all leaves and their dependencies. Based on

Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Kyle Meyer writes: > >> Hi, >> >> Rainer M Krug writes: >> >>> Hi >>> >>> when doing global cycling using org in emacs 25.0.50.1, I get an "Before >>> first heading" error (see backtrace below). >>> >>> It

Re: [O] Merge branch 'maint'

2015-09-10 Thread Oleh Krehel
Kyle Meyer writes: > Hello, > > Oleh Krehel writes: > >> Hi all, >> >> Was the issue of abundant "Merge branch 'maint'" commit messages >> discussed before? I couldn't find a reference... >> >> It's not a big deal, really, but I personally prefer to have

[O] Closing buffers after clock-in

2015-09-10 Thread Julian M. Burgos
Dear list, When clocking in at some particular task, org-mode opens all my agenda files (I assume to check if there are dangling clocks). I have many agenda files, and I rather avoid opening tons of new buffers. Is there any way to make org-mode not check for dangling clocks in other agenda

[O] Spreadsheet - issue with remote reference to named column

2015-09-10 Thread Daniel Gerber
Hi, The docs say that the REF argument to remote can be "@3$3 or $somename, valid in the referenced table". So, adapting the tutorial, the last column here should get the same values as the second one, right? | currency | rate (@r$c ref) | rate (named ref) |

Re: [O] [docupatch] Prefix argument to exclude agenda items

2015-09-10 Thread Nicolas Goaziou
Marco Wahl writes: > I applied the changes you suggested and directly committed to branch > maint (commits 0b71022 and a4375e8). Thank you. Regards,

Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: >> Kyle Meyer writes: >> >>> Hi, >>> >>> Rainer M Krug writes: >>> Hi when doing global cycling using org in emacs 25.0.50.1, I get

Re: [O] [docupatch] Prefix argument to exclude agenda items

2015-09-10 Thread Marco Wahl
>> modified doc/org.texi >> @@ -8616,9 +8616,10 @@ selected. >> @vindex org-agenda-category-filter-preset >> >> Filter the current agenda view with respect to the category of the item at >> -point. Pressing @code{<} another time will remove this filter. You can add >> -a filter preset

Re: [O] koma export and order of options

2015-09-10 Thread Nicolas Goaziou
Alan Schmitt writes: > Thanks, I confirm it works for email, but I’m having trouble getting rid > of the place. Here is an ECM: > > testlco.lco > \ProvidesFile{testlco.lco} > > \setkomavar{place}{Rennes} > > \endinput > > letter.org > #+latex_class: my-letter >

Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-10 Thread Alan Schmitt
On 2015-09-10 12:26, Dmitri Makarov writes: > Attached is the patch with requested corrections. I hope now this > small patch is sufficiently well commented. Applied and pushed. Thanks! Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Last week athmospheric CO₂ average

Re: [O] failed tests

2015-09-10 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I’m now getting two failed tests when compiling org (instead of the > expected single failed test about bash): > > 2 unexpected results: >FAILED ob-shell/bash-uses-assoc-arrays >FAILED

Re: [O] koma export and order of options

2015-09-10 Thread Alan Schmitt
On 2015-09-10 14:31, Nicolas Goaziou writes: > "place" is a bit tricky because there is no \KOMAoption{place}{false} > setting. Anyway, I think it should now be fixed: any time you alter > place setting (with "place" OPTION item or PLACE keyword), it is set > after LCO

[O] Bug in LaTeX export with short captions

2015-09-10 Thread Suvayu Ali
Hi, When I export the following table to latex, #+name: tab:foo #+caption[/s/-weights]: /s/-weights. | A | B | C |D | |---+---+---+--| | 70347 | 10885 | 68502 | 4021 | | 68458 | 20310 | 66683 | 5853 | | 69418 | 22329 | 67617 | 6431 | | 71336 |

[O] failed tests

2015-09-10 Thread Alan Schmitt
Hello, I’m now getting two failed tests when compiling org (instead of the expected single failed test about bash): 2 unexpected results: FAILED ob-shell/bash-uses-assoc-arrays FAILED test-org-babel/indented-cached-org-bracket-link Is this expected? Thanks, Alan -- OpenPGP Key ID :

Re: [O] failed tests

2015-09-10 Thread Alan Schmitt
On 2015-09-10 14:33, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I’m now getting two failed tests when compiling org (instead of the >> expected single failed test about bash): >> >> 2 unexpected results: >>FAILED

[O] two sets of default header arguments for one language

2015-09-10 Thread Alan Schmitt
Hello, I’m writing some lab exercises where I have a fairly long list of header arguments for each source block. I know I can use language-specific default arguments, but I need to switch between questions (short list): #+begin_src ocaml :tangle tp1.ml and answers #+begin_src ocaml :exports

Re: [O] Merge branch 'maint'

2015-09-10 Thread Robert Klein
Hi, Oleh Krehel wrote: > Kyle Meyer writes: > > > Hello, > > > > Oleh Krehel writes: > > > >> Hi all, > >> > >> Was the issue of abundant "Merge branch 'maint'" commit messages > >> discussed before? I couldn't find a reference... >

[O] Events not showing in Calfw (for newbies)

2015-09-10 Thread Eduardo Mercovich
Dear all. I can see in the agenda (C-c a a) the events in my org agenda files. However, if I open a new buffer with the calendar framework (using M-x cfw:open-calendar-buffer) there are only a few standard dates appearing there, but not my events. I thought that just by including the calendar

Re: [O] Show timestamps but not SCHEDULED

2015-09-10 Thread Michael Brand
Hi Ken On Thu, Sep 10, 2015 at 6:51 PM, Ken Mankoff wrote: > This variable will exclude entire entries if they have a SCHEDULED > line. I am looking to see those entries, but only at the date time > in , not the date time SCHELUDE:. I see, I missed your real requirement in

Re: [O] Show timestamps but not SCHEDULED

2015-09-10 Thread Michael Brand
Hi Ken On Sun, Aug 30, 2015 at 2:26 PM, Ken Mankoff wrote: > I'd like a custom agenda view that shows these EVENTS based on their > timestamp, but not the SCHEDULED or DEADLINE timestamps. Is this > possible? There is a custom agenda variable for this, see "C-h v

Re: [O] Bug in LaTeX export with short captions

2015-09-10 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > When I export the following table to latex, > > #+name: tab:foo > #+caption[/s/-weights]: /s/-weights. > | A | B | C |D | > |---+---+---+--| > | 70347 | 10885 | 68502 | 4021 | > | 68458 | 20310

Re: [O] Show timestamps but not SCHEDULED

2015-09-10 Thread Ken Mankoff
On 2015-09-10 at 12:33, Michael Brand wrote: > On Sun, Aug 30, 2015 at 2:26 PM, Ken Mankoff wrote: > >> I'd like a custom agenda view that shows these EVENTS based on their >> timestamp, but not the SCHEDULED or DEADLINE timestamps. Is this >>

Re: [O] Events not showing in Calfw (for newbies)

2015-09-10 Thread Ken Mankoff
calfw expects agenda files in the `org-agenda-files` variable. If you never explicitly set that variable globally, instead setting it locally in each custom agenda, that may be the problem. Also, try calling =cfw:open-org-calendar=, not =cfw:open-calendar-buffer=. -k. On 2015-09-10 at

Re: [O] Events not showing in Calfw (for newbies)

2015-09-10 Thread Eduardo Mercovich
Hi Ken. >> I can see in the agenda (C-c a a) the events in my org agenda files. >> However, if I open a new buffer with the calendar framework (using M-x >> cfw:open-calendar-buffer) there are only a few standard dates >> appearing there, but not my events. [...] > calfw expects agenda files

Re: [O] two sets of default header arguments for one language

2015-09-10 Thread Charles C. Berry
On Thu, 10 Sep 2015, Alan Schmitt wrote: Hello, I’m writing some lab exercises where I have a fairly long list of header arguments for each source block. I know I can use language-specific default arguments, but I need to switch between questions (short list): #+begin_src ocaml :tangle tp1.ml

Re: [O] two sets of default header arguments for one language

2015-09-10 Thread Charles C. Berry
One more thing ... On Thu, 10 Sep 2015, Charles C. Berry wrote: On Thu, 10 Sep 2015, Alan Schmitt wrote: Hello, I’m writing some lab exercises where I have a fairly long list of header arguments for each source block. I know I can use language-specific default arguments, but I need to

Re: [O] Merge branch 'maint'

2015-09-10 Thread Kyle Meyer
Oleh Krehel writes: > Why not just cherry-pick the commits from master onto maint, or the > other way around? That would result in no merge commits. The result of doing that is IMO worse than many merge commits. For each fix in maint, you'd end up with two commits that are

Re: [O] Bug: Internal links broken when exporting from org mode to markdown and odt [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-10 Thread Denis Bitouzé
Hi, Le 10/09/15 à 22h06, Nicolas Goaziou a écrit : > Thank you for the report. You're welcome. > I fixed it in Markdown back-end yesterday. Many thanks. > You may want to upgrade Org. Via ELPA, it will be okay? > However, I don't see anything wrong with ODT. I

[O] obtain ob-template.el for Babel language extension

2015-09-10 Thread Joe Riel
How do I get a copy of ob-template.el? The file can be viewed at http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el however, that is an html file and not the elisp. I tried using git to clone http://orgmode.org/w/worg.git but that does not work. -- Joe Riel

Re: [O] 8.3 export slower

2015-09-10 Thread Samuel Wales
i can't reproduce it with emacs -Q, so it's in my .emacs. i just have no idea where. so this is just for your amusement, because you probably cannot reproduce. this is for a few words. but i am not doing anything unusual with org-id. *** results org-id-find

[O] org-drill question

2015-09-10 Thread Julien Cubizolles
I'm trying to use org-drill for learning my new student's names along with their faces. I tried the following structure for the org file: --8<---cut here---start->8--- * Class ** Student :drill:

Re: [O] failed tests

2015-09-10 Thread Nicolas Goaziou
Alan Schmitt writes: > The babel one is new. Here is the output on my terminal: > > "/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T/tmp-orgtest/test.txt" > Test test-org-babel/indented-cached-org-bracket-link backtrace: > (if (unwind-protect (setq value-50001

Re: [O] Statistics cookies export to html

2015-09-10 Thread Thomas S . Dye
Aloha Nicolas Nicolas Goaziou writes: > Hello, > > Thomas S. Dye writes: > >> I expect the following ECM to *not* export the statistics cookie "[1/1]" >> because I've set stat:nil. But it does export it with emacs -Q. Or, is >> the [1/1] not a

[O] Bug: Internal links broken when exporting from org mode to markdown and odt [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-10 Thread Denis Bitouzé
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] Bug 25.0: `parse-colon-path' deals with `//' diferently as unix systems

2015-09-10 Thread Tino Calancha
Current implementation use `substitute-in-file-name' which substitute environment variables; that function deal with '//' differently as expected on unix systems: In unix systems there is no difference between: I) /foo//bar/baz II) /foo/bar/baz but `substitute-in-file-name' will translate

Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Thorsten Jolitz
Rainer M Krug writes: Hi Rainer, >> This might be the issue discussed earlier [1]. If so, it is solved >> (see the linked thread). I just applied the (hopefully relevant) patch for this on github, so this should propagate to MELA anytime soon. I tried to close some of the

Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Rainer M Krug
Envoyé de mon iPhone > Le 10 sept. 2015 à 21:28, Kaushal Modi a écrit : > > The author just merged my PR. So it should be in Melpa shortly, in its next > build cycle. > Thanks - perfect. Rainer >> On Sep 10, 2015 6:50 AM, "Rainer M Krug" wrote:

Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Kaushal Modi
The author just merged my PR. So it should be in Melpa shortly, in its next build cycle. On Sep 10, 2015 6:50 AM, "Rainer M Krug" wrote: > Andreas Leha writes: > > > Hi Rainer, > > > > Rainer M Krug writes: > >> Kyle Meyer

Re: [O] Bug: Internal links broken when exporting from org mode to markdown and odt [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-10 Thread Nicolas Goaziou
Hello, dbito...@wanadoo.fr (Denis Bitouzé) writes: > When exporting from ~org-mode~, the internal links are okay for ~latex~ or > ~html~ export but are broken for ~markdown~ (and ~odt~ as well but ). > > For instance, the following file: > > #+NAME: test.org > #+begin_src org > * One section >

[O] ODT export backend missing

2015-09-10 Thread Jorge
The export dispatcher does not show ODT. I see no errors in the messages buffer, and Emacs does not print any error to the terminal. This is Ubuntu 15.04, Emacs 24.5 (compiled myself). I have tested with recent Org (from package.el) and with stock Org. I have in fact tested with stock emacs

Re: [O] ODT export backend missing

2015-09-10 Thread Jorge
On Thu, Sep 10, 2015 at 5:48 PM, Jorge wrote: > The export dispatcher does not show ODT. I see no errors in the > messages buffer, and Emacs does not print any error to the terminal. I discovered command org-odt-export-to-odt and called it directly. Worked. Should have

Re: [O] two sets of default header arguments for one language

2015-09-10 Thread Thomas S . Dye
Aloha Alan, Alan Schmitt writes: > Hello, > > I’m writing some lab exercises where I have a fairly long list of header > arguments for each source block. I know I can use language-specific > default arguments, but I need to switch between questions (short list):

Re: [O] two sets of default header arguments for one language

2015-09-10 Thread Rainer M Krug
Envoyé de mon iPhone > Le 10 sept. 2015 à 15:54, Alan Schmitt a > écrit : > > Hello, > > I’m writing some lab exercises where I have a fairly long list of header > arguments for each source block. I know I can use language-specific > default arguments, but I

Re: [O] two sets of default header arguments for one language

2015-09-10 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > Do macros work for properties ? If yes, you could degine two macro, > one for each set of properties. No, they don't. Regards, -- Nicolas Goaziou

Re: [O] ODT export backend missing

2015-09-10 Thread Nick Dokos
Jorge writes: > The export dispatcher does not show ODT. I see no errors in the > messages buffer, and Emacs does not print any error to the terminal. > > This is Ubuntu 15.04, Emacs 24.5 (compiled myself). I have tested > with recent Org (from package.el) and with stock