diff options
author | jao <jao@gnu.org> | 2021-04-27 00:54:59 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-27 00:54:59 +0100 |
commit | cf247865bb9cd96123101889aa22e3bf2157085c (patch) | |
tree | 2f872a24071528b2db6203dda89f769012d6a999 | |
parent | 3018669168ee47af00f2a4079d8b21e351db2efd (diff) | |
download | elibs-cf247865bb9cd96123101889aa22e3bf2157085c.tar.gz elibs-cf247865bb9cd96123101889aa22e3bf2157085c.tar.bz2 |
org: display remote inline images
-rw-r--r-- | org.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,8 +9,9 @@ org-complete-tags-always-offer-all-agenda-tags t org-cycle-separator-lines 0 ;; no blank lines when all colapsed org-deadline-warning-days 14 - org-directory jao-org-dir org-default-notes-file (expand-file-name "inbox.org" org-directory) + org-directory jao-org-dir + org-display-remote-inline-images 'download ;; 'skip 'cache org-ellipsis " .." ;; ↴ org-email-link-description-format "Email %c: %s" org-enforce-todo-dependencies t |