You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not so much an issue as a question. I would like to use ox-jekyll-subtree for multiple blogs, that are published separately. The simplest way I can think of doing this is to set #+BLOGDIR and #+BASEURL in each file and write a script to check to see if these properties are set and if they are, then setq endless/blog-base-url and endless/blog-dir.
Is there a simple way of grabbing the value of a property in orgmode? I haven't written any elisp in 7 years and am a bit rusty.
The text was updated successfully, but these errors were encountered:
The simplest way I can think of doing this is to set #+BLOGDIR and #+BASEURL in each file and write a script to check to see if these properties are set and if they are, then setq endless/blog-base-url and endless/blog-dir.
Sounds like we could get that by adding something like this to the outermost let of endless/export-to-blog.
This is not so much an issue as a question. I would like to use ox-jekyll-subtree for multiple blogs, that are published separately. The simplest way I can think of doing this is to set #+BLOGDIR and #+BASEURL in each file and write a script to check to see if these properties are set and if they are, then setq endless/blog-base-url and endless/blog-dir.
Is there a simple way of grabbing the value of a property in orgmode? I haven't written any elisp in 7 years and am a bit rusty.
The text was updated successfully, but these errors were encountered: