Re: [O] Bug: org manual 15.10.2 Packages that conflict with Org mode doesn't include EDE [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Vladimir Nikishkin
EDE is Emacs Development Environment, is shipped with stock Emacs and is recommended to be turned on as a global minor mode, in the official Emacs Manual, Section 25.4, page 330 of the printed version, or 352 of the pdf. It's not a 'mere keybinding conflict', it's a conflict that anyone reading

Re: [O] [RFC] Link-type for attachments, more attach options

2019-07-06 Thread Nicolas Goaziou
Hello, Gustav Wikström writes: > + (if should-get > + (progn (message "Running git annex get \"%s\"." path-relative) > +(call-process "git" nil nil nil "annex" "get" path-relative)) > + (error "File %s stored in git annex but it is not available, and was > not

Re: [O] Bug: org manual 15.10.2 Packages that conflict with Org mode doesn't include EDE [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Nicolas Goaziou
Hello, Vladimir Nikishkin writes: > Although they actually do conflict is that the default bindings for EDE > start with C-c . , > whereas Org uses this keybinding branch as an org-time-stamp binding. I don't know what is EDE. Anyway I don't think a mere key-binding conflict deserves an entry

Re: [O] Bug: babel-plantuml doesn't support multipage diagrams [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Nicolas Goaziou
Hello, Vladimir Nikishkin writes: > my mwe is the following: > > #+begin_src plantuml :file test.png,test_001.png :export both > 'title "Title 1" > class "Class1" as c1 > newpage > 'title "Title 2" > class "Class2" as c2 > #+end_src > > PlantUML supports generating multipage documents as of

[O] Bug: org manual 15.10.2 Packages that conflict with Org mode doesn't include EDE [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Vladimir Nikishkin
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] Bug: babel plantuml doesn't support multipage diagrams [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Vladimir Nikishkin
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] Bug: babel-plantuml doesn't support multipage diagrams [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Vladimir Nikishkin
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Org Version 9.2.4 Insert Template at Point Doesn't Respect :empty-lines Property

2019-07-06 Thread Nicolas Goaziou
Hello, Dominic Surano writes: > I recently upgraded to Org-mode version 9.2.4 from 9.1.9 and when I insert > a capture template at point in an org-file using C-0 C-c c or C-0 M-x > org-capture, it appears that properties :empty-lines, :empty-lines-after, > and :empty-lines-before are not

[O] org-todo-keywords (add note when switch to DONE)

2019-07-06 Thread Uwe Brauer
Hi I am using the following setting (which I found (setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)"))) Which works, almost like charms. The only thing is, when I switch the states, at least optionally, I want to have the possibility to add a note,

Re: [O] Bug: org-agenda-list attempts to add text properties to agenda header even if org-agenda-overriding-header is set to "" [9.2.4 (release_9.2.4-386-gb855ac @ /home/nick/elisp/org-mode/lisp/)]

2019-07-06 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Evaluate the following form: > > (let ((org-agenda-overriding-header "")) (org-agenda-list)) > > It fails with > > org-agenda-list: Args out of range: 0, 1 Fixed. Thank you. Regards, -- Nicolas Goaziou