Use org-media-note to annotate movies
This commit is contained in:
parent
40e49c8dda
commit
9098a3bec1
19
doom.org
19
doom.org
@ -1411,6 +1411,18 @@ https://kitchingroup.cheme.cmu.edu/blog/2016/11/07/Better-equation-numbering-in-
|
|||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Org Media Note
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! org-media-note
|
||||||
|
:hook (org-mode . org-media-note-setup-org-ref)
|
||||||
|
:bind (
|
||||||
|
("H-v" . org-media-note-hydra/body)) ;; Main entrance
|
||||||
|
:config
|
||||||
|
(setq org-media-note-screenshot-image-dir "~/Pictures/") ;; Folder to save screencast
|
||||||
|
(setq org-media-note-use-refcite-first t) ;; use videocite link instead of video link if possible
|
||||||
|
)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Org Auto Tangle
|
** Org Auto Tangle
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp :tangle no
|
||||||
(use-package! org-auto-tangle
|
(use-package! org-auto-tangle
|
||||||
@ -3322,6 +3334,13 @@ Choose account label to feed msmtp -a option based on From header in Message buf
|
|||||||
(package! vimrc-mode)
|
(package! vimrc-mode)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(package! org-media-note
|
||||||
|
:recipe (:host github :repo "yuchen-lea/org-media-note"))
|
||||||
|
(package! mpv)
|
||||||
|
(package! pretty-hydra)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; Automatic toggling of LaTeX fragments
|
;; Automatic toggling of LaTeX fragments
|
||||||
(package! org-fragtog)
|
(package! org-fragtog)
|
||||||
|
Loading…
Reference in New Issue
Block a user