[O] switch off validate - how?

2019-05-19 Thread Colin Baxter
Hello, In exporting to html, how do I switch off the `validate' link at the bottom of the html file? I can't seem to find any appropriate variable. Colin Baxter m43...@yandex.com

[O] [PATCH] org-clock-out overrides frame-title-format [9.2.3 (9.2.3-17-g4df705-elpa @ ~/.emacs.d/elpa/org-20190513/)]

2019-05-19 Thread Andrii Kolomoiets
Hello. The org-frame-title-format-backup variable is initialized on org-clock.el loading and future changes to frame-title-format is ignored: 1. emacs -Q 2. M-: frame-title-format It's "%b" 3. M-: (require 'org-clock) 4. (setq frame-title-format "%b bar") 5. C-x b test.org 6. M-x org-mode 7. I

[O] Bug: org-code face not rendering over org-level-* faces [9.2.3 (release_9.2.3-374-g0b0aa4 @ /home/matt/.emacs.d/straight/build/org/)]

2019-05-19 Thread Matthew Piziak
If I load `emacs -q`, I can see `org-code` (text between ~ characters) rendering over headings just fine. However if I load `org-plus-contrib`, `org-level-1` et al. seem to override it. Is there a way I can check the precedence order? In my opinion `org-code` should be higher precedence for `fore

[O] Capture with date prompt defaults to yesterday

2019-05-19 Thread Neil Jerram
I have a capture template like this: '(org-capture-templates (quote (("a" "" entry (file "~/org/capture.org") "** TODO %? SCHEDULED: %^t" When I use that, the date prompt defaults to yesterday, whereas I'd expect it to default to today. I believe this is because I also ha