Re: [O] link recognition in orgmode

2017-09-05 Thread John Kitchin
Nicolas Goaziou writes: > Hello, > > John Kitchin writes: > >> With this definition of a link in org-9: >> >> #+BEGIN_SRC emacs-lisp >> (org-link-set-parameters "test" :follow (lambda (path) (message "check"))) >> #+END_SRC >> >> #+RESULTS: >> >> Should both of these be

[O] directory from which attachments are taken

2017-09-05 Thread kevinbanjo
I'm downloading files into my "~/Downloads" directory and attaching them to an org file in "~/Private/org" and every time it tries to look in the latter for the attachment and I have to navigate back to the former. Is there a setting where I can direct it where to initially look for the files to

Re: [O] Bug: Fix for org-make-link-description-function use in org-insert-link [9.0.10 (9.0.10-5-g1654a5-elpa @ /home/rrt/.emacs.d/elpa/org-20170904/)]

2017-09-05 Thread Nicolas Goaziou
Reuben Thomas writes: > ​If you (or someone) can confirm your interpretation above, I would be > happy to update my patch to implement the two behaviours required, namely, > that org-make-link-description-function is only called if the > default-description argument to

Re: [O] broken links to gmane on orgmode.org

2017-09-05 Thread Eric Abrahamsen
Ilya Shlyakhter writes: > At http://orgmode.org/community.html the links to browse or search > emacs-orgmode through Gmane are broken. Maybe, remove them until > Gmane is fixed? Is there another service similar to Gmane? You almost wish someone could get hold of the

Re: [O] [PATCH] Fix org-duration-to-minutes call on ox-taskjuggler

2017-09-05 Thread Nicolas Goaziou
Hello, Eduardo Bellani writes: > contrib/lisp/ox-taskjuggler.el (org-taskjuggler--build-task): Change call > From the removed 'org-duration-minutes' function to > 'org-duration-to-minutes'. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Scheme output results

2017-09-05 Thread Nicolas Goaziou
Hello, Neil Jerram writes: > Hi Bastien & Nicolas, > > I've been told by "Theodore Teah via RT " > that my copyright assignment is in place now. Great! I tried to build Org with your patch, but it generates compilation warnings. Could you

[O] text search and restriction lock bugs

2017-09-05 Thread Samuel Wales
recent maint. these are separate, but 1 and 3 might be related, and 1 and 2 might be related, so i hope you don't mind if i put them together. 1. is it expected behavior that if you do a restriction lock on a subtree, then do a text search, it will include matches from

[O] [PATCH] Fix org-duration-to-minutes call on ox-taskjuggler

2017-09-05 Thread Eduardo Bellani
contrib/lisp/ox-taskjuggler.el (org-taskjuggler--build-task): Change call From the removed 'org-duration-minutes' function to 'org-duration-to-minutes'. TINYCHANGE --- contrib/lisp/ox-taskjuggler.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[O] [PATCH] Fix table variable with commas in ob-sqlite

2017-09-05 Thread Eduardo Bellani
ob-sqlite.el: Enable table with fields containing commas to be used as arguments to sqlite source blocks * lisp/ob-sqlite.el: Stop interfering with the 'orgtbl-to-csv' default formatting. * testing/lisp/test-ob-sqlite.el:: Adds a test using a table with commas in the content of any of its

Re: [O] Scheme output results

2017-09-05 Thread Neil Jerram
Hi Bastien & Nicolas, I've been told by "Theodore Teah via RT " that my copyright assignment is in place now. Regards - Neil On 31/08/17 13:21, Neil Jerram wrote: Hi Bastien, Thanks for checking this. I've written to ass...@gnu.org to kick off sorting out the

Re: [O] Bug: Fix for org-make-link-description-function use in org-insert-link [9.0.10 (9.0.10-5-g1654a5-elpa @ /home/rrt/.emacs.d/elpa/org-20170904/)]

2017-09-05 Thread Reuben Thomas
On 5 September 2017 at 21:49, Nicolas Goaziou wrote: > Hello, > ​Hi, thanks for looking at this.​ > Reuben Thomas writes: > > > This seems to be incorrect behaviour, as the docstring for > > org-insert-link says: > > > > If

[O] broken links to gmane on orgmode.org

2017-09-05 Thread Ilya Shlyakhter
At http://orgmode.org/community.html the links to browse or search emacs-orgmode through Gmane are broken. Maybe, remove them until Gmane is fixed? Is there another service similar to Gmane?

Re: [O] link recognition in orgmode

2017-09-05 Thread Nicolas Goaziou
Hello, John Kitchin writes: > With this definition of a link in org-9: > > #+BEGIN_SRC emacs-lisp > (org-link-set-parameters "test" :follow (lambda (path) (message "check"))) > #+END_SRC > > #+RESULTS: > > Should both of these be "linkfied"? I would have expected the

Re: [O] Bug: Fix for org-make-link-description-function use in org-insert-link [9.0.10 (9.0.10-5-g1654a5-elpa @ /home/rrt/.emacs.d/elpa/org-20170904/)]

2017-09-05 Thread Nicolas Goaziou
Hello, Reuben Thomas writes: > This seems to be incorrect behaviour, as the docstring for > org-insert-link says: > > If `org-make-link-description-function' is non-nil, this function will be > called with the link target, and the result will be the default > link

Re: [O] How to use the list search?

2017-09-05 Thread Nick Dokos
Adam Porter writes: > You're not doing anything wrong, it's just not a very good search > engine. > Ah, Gmane, Gmane - wherefore art thou, Gmane? -- Nick

Re: [O] [RFC] Remove Org Struct mode

2017-09-05 Thread Michael Brand
On Tue, Aug 22, 2017 at 7:48 PM, Michael Brand wrote: > 6) No syntax highlighting of headings To get the above behavior of orgstruct-mode in outshine for programming modes I added outshine-fontify. It makes me ready to let orgstruct-mode go. outshine-fontify is a

Re: [O] setting local variables

2017-09-05 Thread Eric Abrahamsen
Rasmus writes: > Hi, > > (Sorry for replying to this old thread which I am only reading now) > > Eric Abrahamsen writes: > I'm writing an Emacs manual in Org, using https://github.com/tarsius/ox-texinfo-plus to make things a bit easier. >>>

Re: [O] Automatic mtime and ctime on all or select group of trees?

2017-09-05 Thread Jorge Morais Neto
[unfortunately the first email went only to Adam Porter; now I address the list] On 2 September 2017 at 22:10, Adam Porter wrote: > Thanks for sharing that, I didn't even remember org-expiry. Very clever > use of it! You seem to know more about elisp than you give yourself >

[O] Bug: Fix for org-make-link-description-function use in org-insert-link [9.0.10 (9.0.10-5-g1654a5-elpa @ /home/rrt/.emacs.d/elpa/org-20170904/)]

2017-09-05 Thread Reuben Thomas
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 mailing list.

Re: [O] Changing indentations of all the children at once

2017-09-05 Thread Eric S Fraga
On Tuesday, 5 Sep 2017 at 14:54, R Jain wrote: > Hi Everyone, > > Is it possible to change the indentations of all the children > (subheadings, subsubheadings, etc) at the same time, when we change > the indentation of the main heading. In other words: Try S-M-rightarrow. -- : Eric S Fraga via

[O] Changing indentations of all the children at once

2017-09-05 Thread R Jain
Hi Everyone,Is it possible to change the indentations of all the children (subheadings, subsubheadings, etc) at the same time, when we change the indentation of the main heading. In other words:A. Main thingB. Somethingwhich expands to:A. Main thingB. Something 1. First thing a. Second thing

Re: [O] mimetype for orgmode files

2017-09-05 Thread Bastien Guerry
John Kitchin writes: > I guess I have no objections. Let me know when it is done, and I will > see about updating mimedb. Done! -- Bastien

Re: [O] mimetype for orgmode files

2017-09-05 Thread John Kitchin
I guess I have no objections. Let me know when it is done, and I will see about updating mimedb. Carsten Dominik writes: > On Tue, Sep 5, 2017 at 8:30 AM, Bastien Guerry wrote: > >> Hi Yasushi, >> >> Yasushi SHOJI writes: >> >> > There is RFC 6648, which

Re: [O] Different kinds of enumerate in the same latex export

2017-09-05 Thread Julien Cubizolles
Eric S Fraga writes: > On Tuesday, 5 Sep 2017 at 11:41, Julien Cubizolles wrote: >> Does orgmode allow to pass some properties to a list that could be used >> to alter its format ? > > Try maybe: > > #+attr_latex: :environment plickers > 1. first > 2. second > > Works for me

Re: [O] setting local variables

2017-09-05 Thread Rasmus
Hi, (Sorry for replying to this old thread which I am only reading now) Eric Abrahamsen writes: >>> I'm writing an Emacs manual in Org, using >>> https://github.com/tarsius/ox-texinfo-plus to make things a bit >>> easier. >> >> I don't know that library, but as a

Re: [O] Different kinds of enumerate in the same latex export

2017-09-05 Thread Eric S Fraga
On Tuesday, 5 Sep 2017 at 11:41, Julien Cubizolles wrote: > Does orgmode allow to pass some properties to a list that could be used > to alter its format ? Try maybe: #+attr_latex: :environment plickers 1. first 2. second Works for me with the etaremune environment (reverse ordered numbering).

Re: [O] Different kinds of enumerate in the same latex export

2017-09-05 Thread Rasmus
Hi Julien, You could do it like this: #+latex_header: \usepackage{enumitem} #+latex_header: \newlist{plickers}{enumerate}{2} \setlist[plickers]{label=\alph*.} #+attr_latex: :environment plickers 1. A 2. B Hope it helps, Rasmus -- One thing that is clear: it's all down hill from here

[O] Different kinds of enumerate in the same latex export

2017-09-05 Thread Julien Cubizolles
I have to use two different enumerate items in the same document, one numbered (the default enumerate) and the other one ordered alphabetically (which I will now call "plickers"). In my LaTeX class, I've defined the "plickers" environment --8<---cut

Re: [O] mimetype for orgmode files

2017-09-05 Thread Carsten Dominik
On Tue, Sep 5, 2017 at 8:30 AM, Bastien Guerry wrote: > Hi Yasushi, > > Yasushi SHOJI writes: > > > There is RFC 6648, which "deprecating the "X-" Prefix". > > Thanks for letting us know! > > > So, it might be better to use "text/org". > > I’m fine with

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-05 Thread Loris Bennett
Tim Cross writes: > Loris Bennett writes: > >> Adam Porter writes: >> >>> "Loris Bennett" writes: >>> I didn't know about this function either. Is it correct that the org parts of 'org-plus-contrib' shadow the

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-05 Thread Tim Cross
This is an artefact of having the two packages. The package system does not support alternatives. I have posted a few times regarding this. I don't think it does any harm, but many people will find they have both org-plus-contrib as well as org installed. The main draw back is that updates can

Re: [O] mimetype for orgmode files

2017-09-05 Thread Bastien Guerry
Hi Yasushi, Yasushi SHOJI writes: > There is RFC 6648, which "deprecating the "X-" Prefix". Thanks for letting us know! > So, it might be better to use "text/org". I’m fine with "text/org". John? Others? I’ll make the change later this week if nobody disagrees.

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-05 Thread Loris Bennett
Adam Porter writes: > "Loris Bennett" writes: > >> I didn't know about this function either. Is it correct that the org >> parts of 'org-plus-contrib' shadow the whole of 'org', e.g. >> >> ... >>