如何将文件属性导出为ORGMODE中的Markdown属性?
假设我有一个组织文件:
#+EXCLUDE_TAGS: noexport
#+TITLE: Cool Title
#+AUTHOR: Cool Author
#+EMAIL: Cool Email
#+OPTIONS: prop:t toc:nil todo:nil
#+SUMMARY: this is the summary
#+TAGS: ['markdown', 'code', 'features']
* Title
description about things
是否有办法将其导出到Markdown,以便我将属性从文件的顶部获取:
___
title: Cool Title
tags: ['markdown', 'code', 'features']
author: Cool Author
exclude_tags: noexport
options: prop:t toc:nil todo:nil
summary: this is a summary
___
# Title
description about things
Say I have an org file as such:
#+EXCLUDE_TAGS: noexport
#+TITLE: Cool Title
#+AUTHOR: Cool Author
#+EMAIL: Cool Email
#+OPTIONS: prop:t toc:nil todo:nil
#+SUMMARY: this is the summary
#+TAGS: ['markdown', 'code', 'features']
* Title
description about things
Is there a way to export this to markdown so that I get the properties at the top of the file as such:
___
title: Cool Title
tags: ['markdown', 'code', 'features']
author: Cool Author
exclude_tags: noexport
options: prop:t toc:nil todo:nil
summary: this is a summary
___
# Title
description about things
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)