11 Matching Annotations
  1. Jun 2023
    1. 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?

  2. Apr 2018
    1. Format clock summary as x:xx

      Dont do this I hate invisible zeros

    2. Use the built-in compose-mail to send mails.

      Maybe no Check and see if this will open external mail program

    3. Log the time a task is completed.

      used to (setq org-log-done-with-time t)

    4. Open things in current frame.

      I dont want this

    5. Be smart about killing and moving; if there is a closed fold, act on the entire fold.

      This is very good

    6. Don't let me close Projecst that have incomplete tasks.
    7. Show an empty line between trees if it is there.

      This does not appear to work as hoped

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

    9. (global-set-key (kbd "C-c c") 'org-capture)
    10. (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