diff options
author | Amin Bandali <bandali@gnu.org> | 2022-07-10 23:09:57 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-07-10 23:20:35 -0400 |
commit | 0781a492710fc28d37c434a593e89378be389dda (patch) | |
tree | 0148f383cc0659b6b80c408dc330263327137992 | |
parent | b756a93ea4a38b7bdd98f7b51840fc657eb825c3 (diff) | |
download | emacsconf-wiki-0781a492710fc28d37c434a593e89378be389dda.tar.xz emacsconf-wiki-0781a492710fc28d37c434a593e89378be389dda.zip |
* 2021/organizers-notebook.org: Export to markdown.
-rw-r--r-- | 2021/organizers-notebook.md | 10 | ||||
-rw-r--r-- | 2021/organizers-notebook.org | 32 |
2 files changed, 41 insertions, 1 deletions
diff --git a/2021/organizers-notebook.md b/2021/organizers-notebook.md new file mode 100644 index 00000000..1234cf00 --- /dev/null +++ b/2021/organizers-notebook.md @@ -0,0 +1,10 @@ +<!-- organizers-notebook.md is exported from organizers-notebook.org, please modify that instead. --> +[[!toc levels=4]] + + +# Notes for next time + +- sachac: It might be more inclusive to call it a "Call for + Participation" instead of a "Call for Proposals", since we're + inviting more than proposals. + diff --git a/2021/organizers-notebook.org b/2021/organizers-notebook.org index ede3ed28..7cca07a0 100644 --- a/2021/organizers-notebook.org +++ b/2021/organizers-notebook.org @@ -1,3 +1,33 @@ +#+todo: TODO(t) INPROGRESS(i) | DONE(d) CANCELLED(c) +#+OPTIONS: h:6 toc:nil +#+PROPERTY: header-args :results silent :exports code :tangle yes + +#+begin_export md +<!-- organizers-notebook.md is exported from organizers-notebook.org, please modify that instead. --> +[[!toc levels=4]] +#+end_export + +* COMMENT How to export this file :noexport: + +- [[elisp:(progn (org-md-export-to-markdown) (org-babel-tangle))][Export and tangle]] +- [[elisp:(org-babel-execute-buffer)][Execute buffer]] + * Notes for next time -- sachac: It might be more inclusive to call it a "Call for Participation" instead of a "Call for Proposals", since we're inviting more than proposals. +- sachac: It might be more inclusive to call it a "Call for + Participation" instead of a "Call for Proposals", since we're + inviting more than proposals. + +** COMMENT Copyright & License + + Copyright (C) 2020, 2021 Sacha Chua + + The EmacsConf 2021 organizers' notebook is part of the EmacsConf + wiki, and is dual-licensed under the terms of the Creative Commons + Attribution-ShareAlike 4.0 International Public License; and the GNU + General Public License as published by the Free Software Foundation, + either version 3 of the License, or (at your option) any later + version. + + A copy of these two licenses is available on the EmacsConf wiki, in + the [[https://emacsconf.org/COPYING.CC-BY-SA][COPYING.CC-BY-SA]] and [[https://emacsconf.org/COPYING.GPL][COPYING.GPL]] files. |