Tim Cross writes: > Thanks Juan. It will be fairly trivial to compile the information you > have provided into a basic org document which I can then add to org. If > on the other hand you would prefer to write it up, all I need is an org > document which is based on the (current) org 'worg' template, which is > very simple i.e. > > #+:begin_src org > > #+TITLE: [No title for now, please update] > #+AUTHOR: Worg people > > #+OPTIONS: H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t d:(HIDE) > tags:not-in-toc > #+STARTUP: align fold nodlcheck hidestars oddeven lognotestate > > #+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@) > > #+TAGS: Write(w) Update(u) Fix(f) Check(c) > #+LANGUAGE: en > > #+PRIORITIES: A C B > #+CATEGORY: worg > > #+HTML_LINK_UP: index.html > #+HTML_LINK_HOME: https://orgmode.org/worg/ > > # This file is released by its authors and contributors under the GNU > # Free Documentation license v1.3 or later, code examples are released > # under the GNU General Public License v3 or later. > > # This file is the default header for new Org files in Worg. Feel free > # to tailor it to your needs. > > #+end_src
Thanks so much for all the pointers, Tim. I can collect and clean up (and possibly expand) all the information I've put in this thread and make an Org document with this template. I agree with Ihor that the template would be a great addition to Org-Mode. Best regards, Juan Manuel