1 #+STARTUP: align fold nodlcheck hidestars oddeven lognotestate
2 #+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
3 #+TAGS: Write(w) Update(u) Fix(f) Check(c)
4 #+EMAIL: bzg AT altern DOT org
5 #+TITLE: How to edit Worg files?
10 #+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
12 [[file:index.org][{Back to Worg's index}]]
14 Since Worg is just starting now, these conventions are just suggestions,
15 not recommendations. Please improve this.
21 Here is a table with default to-do keywords and their meaning.
23 | To-do keyword | Meaning |
24 |---------------+------------------------------------------|
25 | TODO(t) | Things to do |
26 | INPROGRESS(i) | Thing being in the process of being done |
27 | WAITING(w@) | Tasks stuck at some point |
28 | DONE(d) | Done task |
29 | CANCELED(c@) | Canceled task |
31 Feel free to discuss the relevance of these keywords and propose
36 : Write(w) Update(u) Fix(f) Check(c)
41 ** Conventions about content?
42 ** How rigit are these conventions?
44 (Suggestion: the farther from the index page you are, the more flexible
45 the conventions should perhaps be.)
47 * What is the default header for new files?
49 You can find a default header here: [[file:worg-header.org][worg-header.org]]
51 * How do I create a file?
53 Just create it. Before committing changes in Worg, make sure you add
54 the file to the repository index with =git add *.org=
56 * What about dynamic blocks
58 If you are using dynamic blocks in Worg, please don't forget to add the
59 relevant code in the =elisp/worg.el= file. See for example the dynamic
60 block for the timestamp in the [[file:index.org][index]] page.
62 * COMMENT How do I rename a file?
63 * COMMENT Can I create a directory?
64 * COMMENT What about non-org files in the repository?