convert readme to markdown

org version seems to have problems with links...
This commit is contained in:
Eric Danan 2017-12-18 22:19:44 +01:00
parent 8e0d430082
commit d6ca81fa17
2 changed files with 656 additions and 4 deletions

View file

@ -240,7 +240,7 @@ The following sub-action variables are defined:
** Setting ~counsel-projectile-org-capture~ templates
The available capture templates for ~counsel-projectile-org-capture~ are read from the variable ~counsel-projectile-org-capture-templates~. This variable has the same format as the variable ~org-capture-templates~, except that in all strings of in an entrys target slot, all instances of "${root}" and "${name}" are replaced with the current project root and name, respectively.
The available capture templates for ~counsel-projectile-org-capture~ are read from the variable ~counsel-projectile-org-capture-templates~. This variable has the same format as the variable ~org-capture-templates~, except that in all strings of in an entrys target slot, all instances of ~${root}~ and ~${name}~ are replaced with the current project root and name, respectively.
The default value contains a single template, whose target is:
@ -248,7 +248,7 @@ The default value contains a single template, whose target is:
(file+headline "${root}/notes.org}" "Tasks")
#+END_SRC
This points to headline "Tasks" in file "notes.org" in the
This points to headline ~Tasks~ in file ~notes.org~ in the
project root directory (one file per project).
Another example of a valid target is:
@ -257,8 +257,8 @@ Another example of a valid target is:
(file+olp "~/notes.org" "${root}" "Tasks")
#+END_SRC
This points to outline path "<project-root>/Tasks" in file
"~/notes.org" (same file for all projects).
This points to outline path ~<project-root>/Tasks~ in file
~~/notes.org~ (same file for all projects).
Templates contexts are read from the variable ~counsel-projectile-org-capture-templates-contexts~, which has the same format as ~capture-templates-contexts~