Problems:
1. If the property is not yet used on an entry, tab completion only
shows "property_ALL" instead of "property", and of course there is no
completion on possible values.
There was a small bug here -- please pull from git and test.
Thanks for reporting this.
2. inherited properties
Using the example in the Org Manual doesn't seem to work although I am new to
emacs and org mode so maybe i'm not grasping the concept.
I set org-use-inheritance to true, I saved the file and loaded it fresh and
tried C-c C-c on the #+PROPERTY line to refresh local setup.
Problems:
1. If the pr
How do I tangle txt to a txt file?
#+TITLE: Centos 5 Apache Configuration
#+AUTHOR: David Coate
* Basic Conguration
* Php Settings
* Virtual Host
e.g. for apache configuration
** example.com
Use this as main website, use drupal, various other notes
#+BEGIN_SRC: txt :tangle vhost.conf
S
I am trying to set up a capture template to record personal contact
information for sales lead management. I want to have some properties
preset to defaults in the capture template
I have created an org file with each person as a top level entry.
Below is a shortened example.
* Last Name
#+PROPERTY Effort_ALL 0:10 0:20 0:30 1:00 to provide the
value list for the choosing of 'effort'
On Oct 31, 2011, at 10:00 AM, Giovanni Ridolfi wrote:
dlc writes:
While prompting the user for property "MyProtperty", Is there a way
to
get completion on the "MyPropert
n Oct 29, 2011, at 7:02 AM, Bastien wrote:
Hi,
dlc writes:
I am an emacs novice attempting to use an org-capture template.
The manual
indicates completion is available while expanding %^{prompt}. Can
one get
completion on %^{prop}p for a property? I tried the same syntax
for prompt
a
I am an emacs novice attempting to use an org-capture template. The
manual indicates completion is available while expanding %^{prompt}.
Can one get completion on %^{prop}p for a property? I tried the same
syntax for prompt and that did not work.
David