diff options
author | Amin Bandali <bandali@gnu.org> | 2022-07-10 23:14:06 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-07-10 23:20:39 -0400 |
commit | 64e808f27bbe6c3ae8de23457577fdb90aaa2817 (patch) | |
tree | 934b792e17b141ac1a8e254a92b848747f032b92 /2022 | |
parent | 0781a492710fc28d37c434a593e89378be389dda (diff) | |
download | emacsconf-wiki-64e808f27bbe6c3ae8de23457577fdb90aaa2817.tar.xz emacsconf-wiki-64e808f27bbe6c3ae8de23457577fdb90aaa2817.zip |
* 2022/organizers-notebook.org: Add empty notebook for this year.
Diffstat (limited to '2022')
-rw-r--r-- | 2022/organizers-notebook.md | 8 | ||||
-rw-r--r-- | 2022/organizers-notebook.org | 31 |
2 files changed, 39 insertions, 0 deletions
diff --git a/2022/organizers-notebook.md b/2022/organizers-notebook.md new file mode 100644 index 00000000..ef914a0f --- /dev/null +++ b/2022/organizers-notebook.md @@ -0,0 +1,8 @@ +<!-- organizers-notebook.md is exported from organizers-notebook.org, please modify that instead. --> +[[!toc levels=4]] + + +# TODO Organizers notes for 2022 + +TBD + diff --git a/2022/organizers-notebook.org b/2022/organizers-notebook.org new file mode 100644 index 00000000..0207e45f --- /dev/null +++ b/2022/organizers-notebook.org @@ -0,0 +1,31 @@ +#+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]] + +* TODO Organizers notes for 2022 + +TBD + +** 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. |