Re: [O] store-link protocol does not store the title

2018-07-17 Thread Mario Martelli
Hi Aline, I just called it from my browser and got a nice org link after executing ‘org-insert-link’. With ‘C-y’ you’ll get only the URL. Cheers Mario — GNU Emacs 25.3.3 (x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) of 2017-09-28 Org mode version 9.1.2 (release_9.1.2-154-g99

Re: [O] [BUG] org-special-ctrl-k no longer protects tags

2018-07-17 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Since commit e87ebca2a7, setting org-special-ctrl-k to t no longer > protects tags if when pressing C-k (org-kill-line) in the middle of a > headline. The expected behavior is described in the docstring for > org-special-ctrl-k: "When in the middle of the headline te

[O] [BUG] org-special-ctrl-k no longer protects tags

2018-07-17 Thread Matt Lundin
Since commit e87ebca2a7, setting org-special-ctrl-k to t no longer protects tags if when pressing C-k (org-kill-line) in the middle of a headline. The expected behavior is described in the docstring for org-special-ctrl-k: "When in the middle of the headline text, kill the headline up to the tags."

[O] store-link protocol does not store the title

2018-07-17 Thread Aline Gerard
Hi all, I'm testing store-link protocol. When I execute ' emacsclient "org-protocol://store-link?url=URL&title=TITLE" ' the title is not stored, just url is stored. I don't have [[URL][TITLE]] but just URL ! Any idea ? Thanks. -- Aline

Re: [O] Bug: (org-clock-in 4) fails from non-Org buffer due to nil org-complex-heading-regexp [9.1.13 (9.1.13-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20180702/)]

2018-07-17 Thread Nicolas Goaziou
Hello, Robert Irelan writes: > How to reproduce: > > 1. Clock into default task. > 2. Switch to non-Org buffer (I used `*scratch*`). > 3. Type C-u M-x org-clock-info > 4. Type d to clock into default task (which is located in a buffer >that's part of my agenda). > > Clocking in will then fai

Re: [O] bug: org-table-sort-lines does only case sensitive alphabetical sorting

2018-07-17 Thread Sebastian Reuße
Heikki Lehvaslaiho writes: > x86_64-apple-darwin14.5.0 Looking at the C source of ‘string-collate-lessp’ (src/fns.c), it looks like there exists a case where Emacs itself will fall back on ‘string-lessp’ even when ‘string-collate-lessp’ is invoked. #else /* !__STDC_ISO_10646__, !WINDOWSN