2 Matching Annotations
  1. Apr 2018
    1. (global-set-key (kbd "C-c c") 'org-capture)
    2. (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