Re: [O] [BUG] org-return after an empty description list item gives error

2016-02-11 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I get an error from org-element-context if I have set > org-return-follows-link to t and hit RET after an empty desc list item. > Here is what I mean by that: > > = org buffer = > - desc123 :: > > = > > To better recreate this

[O] webDAV setup for mobile-org (Android)

2016-02-11 Thread Saša Janiška
Hello, org-mode works nicely with my ownCloud instance for syncing calendars by using org-caldav and DAVdroid on my Android phone(s) and I'm going to configure org-vcard to sync my contacts. However, I'd like to use mobile-org to sync my tasks with via ownCloud, but wonder about setting up

Re: [O] org-attach-commit optional

2016-02-11 Thread Marco Wahl
Hi! John J Foerch writes: > I would like for org-attach's automatic committing of attachments to be > easily disabled. Something along the lines of the attached patch. > Thoughts? I think this is a good idea since it extends the user's possibility. Further it looks

Re: [O] org-attach-commit optional

2016-02-11 Thread Nicolas Goaziou
Hello, John J Foerch writes: > I would like for org-attach's automatic committing of attachments to be > easily disabled. Something along the lines of the attached patch. > Thoughts? Thank you. A few stylistic comments follow. > Subject: [PATCH] org-attach-attach:

Re: [O] Icalendar export and contacts

2016-02-11 Thread Simon Thum
Hi, do you refer to master, maint or something else? I'm on 8.3 but am considering an upgrade. Also I think org-contacts should declare the link type if it has support for it (in the vcard export). I'd be happy to do that if it can be done as a TINYCHANGE. Cheers, Simon On 02/12/2016

Re: [O] Scanning for duplicate IDs of whole buffer when exporting a sub-heading

2016-02-11 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hi Nicolas! > Karl Voit writes: > >>> Does your large file contain some [[id:...]] link? >> >> Yes. >> I am on maint, 75ee067410abf0ebab77b1b05d7dcfe2ddf53f4d. I should think of automatically adding my current

[O] babel question: how to detect the REPL has finished replying

2016-02-11 Thread Alan Schmitt
Hello, I’m tweaking ob-coq and I’m trying to make it more robust. I have a question about the way the code detects that the toplevel has finished replying. Here is the current code (the function name has changed, but the code is the same): #+begin_src emacs-lisp (defun

Re: [O] [PATCH] org-attach.el: Get attachments from git annex

2016-02-11 Thread Achim Gratz
Erik Hetzner writes: > Can you explain how this improves on what I had? The time spent appears to be > the same on my system (tested after clearing the filesystem cache): For users that are not using git-annex, it's doing exactly the same thing as before. The rest kicks in as long as git-annex

Re: [O] babel question: how to detect the REPL has finished replying

2016-02-11 Thread Aaron Ecay
Hi Alan, Other backends send an unlikely string literal to the interpreter as the last command, which will be echoed back verbatim. The code detects the presence of this string in the output stream, and thus knows that the interaction has finished. Check out the ‘org-babel-comint-with-output’

Re: [O] webDAV setup for mobile-org (Android)

2016-02-11 Thread Saša Janiška
Saša Janiška writes: > However, I'd like to use mobile-org to sync my tasks with via ownCloud, > but wonder about setting up proper URL for > http://url.com/path/index.org? Ahh, found out, soon after posting. :-( > Sincerely, > Gour -- When your intelligence has passed out

Re: [O] Export org file to pdf: unable to resolve link

2016-02-11 Thread Nicolas Goaziou
Hello, Sergio Bacelar writes: > Yes, that will work but I hoped that the file > won't need to be changed to be exported to > pdf. You may ask for an upstream update, the syntax used in the document is invalid (i.e., an internal link pointing to no active location).

Re: [O] strange behaviour with org-indent-mode

2016-02-11 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > It would appear that the environment for capture has changed and, to be > specific, the value of org-adapt-indentation is not being changed to > reflect the desired behaviour implied by org-indent-mode. Globally > setting org-adapt-indentation

Re: [O] Archiving?

2016-02-11 Thread Johann Spies
On 9 February 2016 at 18:28, Kyle Meyer wrote: > > > > I'm guessing that you have an Emacs version < 25 and have a mixed > installation issue. If you're installing from ELPA, please uninstall > and then, before the builtin version of Org is loaded, reinstall. > Thanks Kyle,

Re: [O] Bug: using org-publish, `#+OPTIONS title:nil` is invalid

2016-02-11 Thread Nicolas Goaziou
Hello, lux writes: > first, I write a org file: > > #+TITLE: Just test > #+OPTIONS: doc:nil title:nil num:nil > > * h1 > hello world > > as you see, I define `title:nil` in #+OPTIONS. > > I wan't `title` just display in tag, and don't

Re: [O] strange behaviour with org-indent-mode

2016-02-11 Thread Eric S Fraga
On Wednesday, 10 Feb 2016 at 21:20, Thorsten Jolitz wrote: [...] > Maybe > > , > | C-h v org--indent TAB > ` > > shows you some potential culprits? Hi Thorsten, Thanks for the suggestion. This has helped me solve the second problem. It would appear that the environment for capture

Re: [O] Export org file to pdf: unable to resolve link

2016-02-11 Thread John Hendy
On Thu, Feb 11, 2016 at 4:36 AM, Nicolas Goaziou wrote: > Hello, > > Sergio Bacelar writes: > >> Yes, that will work but I hoped that the file >> won't need to be changed to be exported to >> pdf. > > You may ask for an upstream update, the

[O] Bug and possible fix / work-around using org-mobile with group tags

2016-02-11 Thread John Hutchinson
- Running org-mobile-push with group tags defined in init.el file using :startgrouptag etc. results in an error, and (in my case) DropBox not being updated. Here's the log from the *Messages* buffer: Creating agendas... Agenda written to Org file

Re: [O] org-attach-commit optional

2016-02-11 Thread John J Foerch
Nicolas Goaziou writes: > Hello, > > John J Foerch writes: > >> I would like for org-attach's automatic committing of attachments to be >> easily disabled. Something along the lines of the attached patch. >> Thoughts? > > Thank you. A few

Re: [O] strange behaviour with org-indent-mode

2016-02-11 Thread Eric S Fraga
On Thursday, 11 Feb 2016 at 14:12, Nicolas Goaziou wrote: [...] > Could you provide an ECM demonstrating the issue? I will try and will post here if I manage. thanks, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.90.1, Org release_8.3.3-535-g7213aa

[O] Icalendar export and contacts

2016-02-11 Thread Simon Thum
Hi all, I'm using the icalendar exporter and the vcard export in org-contacts. I use the [[tel:xxx]] links as they help keep things clean. Unfortunately I now get user-error: Unable to resolve link "tel:xxx" and the icalendar export full stops. Is there a way to declare the link type (I am

Re: [O] Icalendar export and contacts

2016-02-11 Thread Nicolas Goaziou
Hello, Simon Thum writes: > Unfortunately I now get > > user-error: Unable to resolve link "tel:xxx" > > and the icalendar export full stops. Is there a way to declare the > link type (I am loading org-contact) See `org-add-link-type' in particular with the export argument.

Re: [O] Columnview *** is exported as *

2016-02-11 Thread Axel Kielhorn
> Am 04.02.2016 um 23:10 schrieb Nicolas Goaziou : > > Hello, > > Axel Kielhorn writes: > >> Is there a way to render the different level via different indenting as it >> is done for clocktables? >> I looked at the code for clocktable but

Re: [O] Columnview *** is exported as *

2016-02-11 Thread Nicolas Goaziou
Hello, Axel Kielhorn writes: > When I overwrite the ITME with a custom text it doesn’t: > :COLUMNS: %ITEM(Item) %6Zeit{+} %6Effort(Plan){+} %6Kosten{+} %10Fällig > %Fertig{X/} %8TAGS(Verant.): Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [BUG] org-return after an empty description list item gives error

2016-02-11 Thread Kaushal Modi
Thanks for fixing this quickly. On Thu, Feb 11, 2016 at 3:58 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > > I get an error from org-element-context if I have set > > org-return-follows-link to t and hit RET after an empty desc

Re: [O] Archiving?

2016-02-11 Thread Kyle Meyer
Johann Spies writes: > That was the correct guess. After removing .emacs.d/elpa the archiving > worked. I then reinstalled a few elpa/melpa packages - most of them ox-* > in order to enable some spesific exports. > > Now the archive is broken again. > > What do you

Re: [O] Errors get suppressed by org-babel-execute-src-block

2016-02-11 Thread Nick Dokos
Aaron Ecay writes: > Hi Gary, > > 2016ko otsailak 8an, Gary Oberbrunner-ek idatzi zuen: >> >> org-babel-execute-src-block has a big unwind-protect that basically eats >> all errors inside it. I don't think it used to do that. > > The unwind-protect exists since 2010, so

Re: [O] What does the _ in `(defun org-element-section-parser (_) ...)' stands for?

2016-02-11 Thread Thorsten Jolitz
John Kitchin writes: > On Wed, Feb 10, 2016 at 3:13 PM, Thorsten Jolitz > wrote: > > #+BEGIN_SRC emacs-lisp > (defun my-foo (_) > "Hello World. > Argument _ unknown argument." > (+ 1 1)) > #+END_SRC > > strange. in Emacs 25.1,

[O] bug#22399: org-mode fontification

2016-02-11 Thread Phillip Lord
Bastien Guerry writes: > Kyle Meyer writes: > >>> Thanks for installing this -- Kyle, do you confirm you installed the >>> change in Org's git repo? >> >> Yes, in a4edee4. > > Thanks! And thank you everyone for fixing! Phil

Re: [O] Export org file to pdf: unable to resolve link

2016-02-11 Thread Sergio Bacelar
Yes, that will work but I hoped that the file won't need to be changed to be exported to pdf. Regards, Sergio Bacelar

Re: [O] org-attach-commit optional

2016-02-11 Thread Nicolas Goaziou
Hello, John J Foerch writes: > I would be glad to do the paperwork, but as it's such a simple change, I > have no objections to anybody else implementing this feature request in > my place if they want to. I think it would save time. There is no rush. Besides, your

Re: [O] What does the _ in `(defun org-element-section-parser (_) ...)' stands for?

2016-02-11 Thread Nick Dokos
Thorsten Jolitz writes: > John Kitchin writes: > >> On Wed, Feb 10, 2016 at 3:13 PM, Thorsten Jolitz >> wrote: >> >> #+BEGIN_SRC emacs-lisp >> (defun my-foo (_) >> "Hello World. >> Argument _ unknown argument." >>

Re: [O] What does the _ in `(defun org-element-section-parser (_) ...)' stands for?

2016-02-11 Thread John Kitchin
There is up to date ... And up to date funnily enough I run a near bleeding edge version of Emacs from home brew and org 8.2.10 from Melpa. On Thursday, February 11, 2016, Thorsten Jolitz wrote: > John Kitchin > writes: > > > On Wed,

Re: [O] Scanning for duplicate IDs of whole buffer when exporting a sub-heading

2016-02-11 Thread Nicolas Goaziou
Hello, Karl Voit writes: > What is the policy of merging changes from master to maint? Does > this happen only for major issues? Only before releases? Usually maint contains either very important or trivial fixes. To put it differently, fixes that might not go in maint

[O] resuming an interrupted org-publish to ftp

2016-02-11 Thread Julien Cubizolles
I have a huge number of files to publish to a ftp server (I had to reexport them after an Org upgrade) and org-publish fails because the ftp server closes the connection before the *whole* transfer is done. And it seems that in this case none of the timestamps used to control which file has to be

Re: [O] org-attach-commit optional

2016-02-11 Thread John J Foerch
Nicolas Goaziou writes: > Hello, > > John J Foerch writes: > >> I would be glad to do the paperwork, but as it's such a simple change, I >> have no objections to anybody else implementing this feature request in >> my place if they want to. I