Compare commits

...

2 Commits

Author SHA1 Message Date
352bf38d03 Add remote imaging package 2025-11-05 10:31:01 +01:00
48cc2c513f Move poster location in properties 2025-11-05 10:30:36 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -354,6 +354,9 @@
(when (executable-find "pandoc")
(setq markdown-command "pandoc -f markdown -t html")))
(use-package org-remoteimg
:straight (org-remoteimg :type git :host github :repo "gaoDean/org-remoteimg"))
(setq
;; Edit settings
org-auto-align-tags nil
@@ -361,6 +364,7 @@
org-catch-invisible-edits 'show-and-error
org-special-ctrl-a/e t
org-insert-heading-respect-content t
org-display-remote-inline-images 'cache
)
;; Programming configuration

View File

@@ -99,8 +99,8 @@ Errors when the request fails or the API reports an error."
(org-set-property "runtime" runtime)
(org-set-property "genre" genre)
(org-set-property "director" director)
(org-set-property "poster" (concat "[[" poster "]]"))
(org-set-property "plot" plot)
(org-set-property "poster" (concat "[[" poster "]]"))
))
(org-movies-mode 1)
(org-movies-mode 1)