cmc/org-templates

Org-mode templates.

clone: git clone https://gitbay.org/cmc/org-templates.git

main: templates/programming/coding-notes.org · raw

 1#+TITLE: Coding Notes - [Topic]
 2#+DATE: %<%Y-%m-%d>
 3#+FILETAGS: :code:reference:
 4
 5* Summary
 6
 7* Examples
 8#+BEGIN_SRC python
 9def hello():
10    print("Hello, world!")
11#+END_SRC
12
13* Gotchas
14
15* References