Skip to content

Some question about functionalities ? #86

Answered by rasendubi
reyman asked this question in Q&A
Discussion options

You must be logged in to vote

Hey

Literate programming: org-babel parsing works. It will export the source code. You can test this in playground.

Tags and filtering: that should be possible. org-astro allows you to import org files as Astro components (and access their metadata) and it's up to you how you filter and map it to paths. (As an example, here is a filtering by directory and #+DRAFT: keyword.)

dynamic blocks: dynamic blocks parsing currently is not implemented (it is parsed as begin + content + end keywords). For exporting this basically means that content is exported as is. So as long as your org file has up-to-date block value, it should be exported correctly.

If there is interest in parsing dynamic blocks…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rasendubi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #82 on August 24, 2023 13:03.