Re: [O] Agenda: Disable grayed headings having/checkboxes

2019-07-09 Thread Matthew Piziak
If I were you I'd check the status of variables `org-enforce-todo-checkbox-dependencies` and `org-agenda-dim-blocked-tasks`. My guess is that those checkboxes are blocking the parent heading. On Tue, Jul 09, 2019 at 9:31PM Nathan Neff wrote: > Hello all, > > I found that my agenda view will

[O] Agenda: Disable grayed headings having/checkboxes

2019-07-09 Thread Nathan Neff
Hello all, I found that my agenda view will show a scheduled heading as gray if it contains checkboxes in the body. Can I disable this? Thanks, --Nate

Re: [O] Bug: Tramp sudo links do not work when using short notation [9.1.9 (release_9.1.9-65-g5e4542 @ /home/guraltsev/.emacs.d/straight/build/org-plus-contrib/)]

2019-07-09 Thread Bruno Barbier
Hi Gennady, Gennady Uraltsev writes: > Hyperlinking to a file in an org-mode file using tramp does not work as > expected. Consider this file: > > ** > > This link works > [[/sudo:root@localhost:/etc/hosts]] > this link doesn't > [[/sudo::/etc/hosts]] > > * >

[O] Bug: Tramp sudo links do not work when using short notation [9.1.9 (release_9.1.9-65-g5e4542 @ /home/guraltsev/.emacs.d/straight/build/org-plus-contrib/)]

2019-07-09 Thread Gennady Uraltsev
Hyperlinking to a file in an org-mode file using tramp does not work as expected. Consider this file: ** This link works [[/sudo:root@localhost:/etc/hosts]] this link doesn't [[/sudo::/etc/hosts]] * The first one starts tramp as expected but the second version

Re: [O] [PATCH] Export with verbatim LaTeX removes spaces

2019-07-09 Thread Nicolas Goaziou
Hello, Michaël Cadilhac writes: > When LaTeX is exported verbatim, some spaces are lost. Try for instance: > M-: (let ((org-html-with-latex 'verbatim)) (org-html-export-as-html)) RET > on a buffer containing "$a$ $b$". Post-blanks were simply not added > back, see below. I applied a

Re: [O] Bug: Docstrings of =org-agenda-todo-ignore-with-date= and =org-agenda-todo-ignore-timestamp= unclear [9.2 (release_9.2-215-g5b39d8 @ /home/mbork/others-works/emacs/org-mode/lisp/)]

2019-07-09 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > Hello there, > > any comments? Thank you for the patches. I applied the first one. Could you expound the commit message in the second one: what bug is it? Regards, -- Nicolas Goaziou

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

2019-07-09 Thread Nicolas Goaziou
Hello, Gustav Wikström writes: > Final patches attached for full disclosure before applying them. I see you applied your patches. Thank you. Just some remarks: - "Capture, Attachments, RSS Feeds and Protocols" is too long: we ought to find a shorter title, - Sub-nodes behind "Attachments"

Re: [O] Bug: Plain list indentation on 'org-indent-item' with 'org-list-demote-modify-bullet' [9.2.4 (9.2.4-3-g7bc6f8-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190701/)]

2019-07-09 Thread Nicolas Goaziou
Hello, Gustavo Barros writes: > 'org-indent-item' disrupts indentation of lines other than the first one of a > given item when 'org-list-demote-modify-bullet' is non-nil. More precisely, > the lines below the first one get one extra space upon "org-metaright". > > Steps to reproduce: > > -