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
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
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
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