[O] org-detangle seems broken

2018-06-01 Thread Frederick Giasson
Hi Everybody, It appears that org-detangle is broken. I am using spacemacs, but even with a vanilla Emacs (emacs -Q) it appears to be broken. When I tangle a file with =:comments link= every things works as expected and the comments are added in the tangled file. When I just detangle that tangle

[O] Make org-fill-paragraph behave as Emacs 26.1 fill-paragraph

2018-06-01 Thread Vicente Vera
Hi. Since Emacs 26.1 ‘fill-paragraph’ doesn't change the buffer contents if no filling is needed on the current paragraph. It would be nice if ‘org-fill-paragraph’ worked the same way. Not a very relevant change to make, really, but still. Just to avoid those pesky false-positive asteriks!

Re: [O] Bug: Args out of range error in HTML export [9.1.13 (9.1.13-elpa @ /home/neil/.emacs.d/elpa/org-20180514/)]

2018-06-01 Thread Neil Jerram
FYI I can avoid this error by adding a space before the open and close braces; i.e. this is OK: #+BEGIN_SRC sh { cat < writes: > With this Org source: > > #+BEGIN_SRC sh > { > cat < failsafeInboundHostPorts: > EOF > } > #+END_SRC > > With `C-c C-e h h', to export that as HTML, I get: >

[O] Bug: Args out of range error in HTML export [9.1.13 (9.1.13-elpa @ /home/neil/.emacs.d/elpa/org-20180514/)]

2018-06-01 Thread Neil Jerram
With this Org source: #+BEGIN_SRC sh { cat < 0 1) parse-partial-sexp(1 0) syntax-ppss(0) sh--inside-noncommand-expression(0) sh--inside-noncommand-expression(10) sh-font-lock-open-heredoc(10 "EOF" 16) sh-syntax-propertize-function(1 50) syntax-propertize(50) font-lock-fontify-s

[O] Suppress *org caldav sync result* buffer

2018-06-01 Thread Loris Bennett
Hi, >From Bastian's setup here: https://github.com/bzg/dotemacs/blob/master/emacs.el I stole (thanks, Bastian!) and modified some code to get: (defun lb/caldav-sync-priv () (interactive) (let ((org-caldav-inbox "~/org/calendar.org") (org-caldav-url "https://some.server