diff options
Diffstat (limited to 'ennum.el')
-rw-r--r-- | ennum.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -544,15 +544,15 @@ result as a string." (or (plist-get ennum-blog property) (user-error "Property %s not defined" property))) ((or :atom-feed-number-of-posts :atom-feed-file - :blog-scheme :default-image-width - :image-link-width :index-posts-per-page + :blog-scheme :index-posts-per-page + :image-width :image-link-width :locale-alist :other-files-directory :store :tag-directory :thumbnail-image-width) (plist-get (org-combine-plists (list :atom-feed-number-of-posts 12 :atom-feed-file "blog.atom" :blog-scheme "https" - :default-image-width 640 + :image-width 640 :image-link-width 1024 :index-posts-per-page 12 :locale-alist '(("en" . "C")) @@ -633,7 +633,7 @@ recognized as a directory, it should end in a slash. See (ennum--file-join (ennum-setting :images-directory) (ennum-link-path link)) width)) - (list (ennum-setting :default-image-width) + (list (ennum-setting :image-width) (ennum-setting :image-link-width)))) ('static (list |