- Jun 2023
-
orgmode.org orgmode.org
-
https://web.archive.org/web/20230625094359/https://orgmode.org/worg/org-syntax.html
https://braintool.org/2022/04/29/Tools4Thought-should-use-Org-for-interop.html
Proposal for org-mode syntax as the interoperability standard for tools for thought. The issue with things like markdown and opml is said to be the lack of semantic mark-up. Is that different in org-mode?
Tags
Annotators
URL
-
- Apr 2018
-
doc.rix.si doc.rix.si
-
Format clock summary as x:xx
Dont do this I hate invisible zeros
-
Use the built-in compose-mail to send mails.
Maybe no Check and see if this will open external mail program
-
Log the time a task is completed.
used to (setq org-log-done-with-time t)
-
Open things in current frame.
I dont want this
-
Be smart about killing and moving; if there is a closed fold, act on the entire fold.
This is very good
-
Don't let me close Projecst that have incomplete tasks.
-
Show an empty line between trees if it is there.
This does not appear to work as hoped
-
Turn on org-indent by default, this makes text indent to the level of its org-mode heading. Looks great paired with the hidden leading stars below.
I think I hate indented bullets though I want to hide the leading stars but I also want to hide the extra index for successive levels...
-
(global-set-key (kbd "C-c c") 'org-capture)
-
(define-key org-mode-map (kbd "<f9> t") 'bh/insert-inactive-timestamp)
I added:
(define-key org-mode-map (kbd "<f8> t") 'insert-active-timestamp)
as well as:(define-key org-mode-map (kbd "<f8> T") 'toggle-insert-active-timestamp)
I haven't tested it yet We'll see
-