Re: [O] Org Properties and tab completion issues

2012-07-12 Thread dlc
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

[O] Org Properties and tab completion issues

2012-07-08 Thread dlc
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

[O] Tangling text files

2012-01-27 Thread dlc
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

[O] How to set a property defaults in a capture template.

2011-12-13 Thread dlc
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

Re: [O] org-capture template property completion

2011-10-31 Thread dlc
#+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

Re: [O] org-capture template property completion

2011-10-31 Thread dlc
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

[O] org-capture template property completion

2011-10-25 Thread dlc
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