[Orgmode] typo? in org-install, org-5.12b

2007-10-12 Thread Stuart McLean
Hi, firstly, thanks for Org-mode, I live in this mode, so to speak ;-) I think this might be a typo in the file `org-install.el', line 56: (autoload 'org-show-toc org-toc Create and display a table of contents t) Shouldn't this be `org-toc-show'? Regards, Stuart

[Orgmode] sparse-tree in indirect buffer

2007-10-22 Thread Stuart McLean
Hi, First some background, I am using GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.10.13) of 2007-08-21 on excelsior, modified by Debian and org-mode version 5.13a I have headings like (for example) * September ** similar stuff to October * October ** Oct 1 *** Work :PROPERTIES:

[Orgmode] handling cyclic tasks (general question)

2007-11-03 Thread Stuart McLean
Hi, Following is an example of the setup I currently have. What I am interested in is how other members of the group might more elegantly (or just differently) handle something similar. * 2007 ** January ... ** October ** November each date has the following within it, example: ** November **

Re: [Orgmode] handling cyclic tasks (general question)

2007-11-04 Thread Stuart McLean
Thanks again for your speedy response. I have to do a bit of thinking as to why I use the setup I do, I somehow just evolved as the Right Thing. I'll experiment with archiving the cyclic tasks, sounds like a great idea. I'm not very very new to org-mode, but it has grown on me so much that I try

[Orgmode] re: dependencies

2008-01-23 Thread Stuart McLean
Hi I am very interested in this functionality, but I have to have time to wrap my head around it and come up with some ideas. Cheers, Stuart ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] feature inquiry

2008-08-31 Thread Stuart McLean
Hello everyone, I have a large number of tasks that I do in a cyclic fashion, or at least would _like_ to do regularly. I do this via a SCHEDULED keyword under a TODO heading with a repeat like so * cyclic category 1 ** cyclic task 1 SCHEDULED: 2008-07-31 Sun .+1d I would like the following

[O] Filling a paragraph without filling SCHEDULED line

2012-04-03 Thread Stuart McLean
Hello everyone, I am wondering how to fill a paragraph without filling a SCHEDULED line as well. Here is an example: When I press `M-q', I would like 2. rather than 1. 1. * heading 1 SCHEDULED: 2012-04-02 Mon foo bar baz foo bar baz foo bar baz foo bar baz foo bar baz foo bar baz foo bar

Re: [O] Filling a paragraph without filling SCHEDULED line

2012-04-03 Thread Stuart McLean
be...@norang.ca wrote: Stuart McLean smclean0...@gmail.com writes: Hello everyone, I am wondering how to fill a paragraph without filling a SCHEDULED line as well. Here is an example: When I press `M-q', I would like 2. rather than 1. 1. * heading 1 SCHEDULED: 2012-04-02 Mon foo bar

Re: [O] Filling a paragraph without filling SCHEDULED line

2012-04-05 Thread Stuart McLean
Hello Bastien, I tried out `org-fill-paragraph' and it seems to work exactly the way I would like. Perhaps some people would prefer to have the scheduled line filled with the text, but I find this way makes the scheduled line stand out, and it is easier to delete without having to re-fill. Thank

[O] multiple date_tree values possible in a single file

2012-04-11 Thread Stuart McLean
Hello, everyone I really like the date tree hierarchy. I was wondering whether it was possible to use multiple date_tree hierarchies in a single file, or how one would go about setting it up. For example * Items TODO ** tree 1 :PROPERTIES: :DATE_TREE: t :END: ** tree 2 :PROPERTIES:

Re: [O] multiple date_tree values possible in a single file

2012-04-12 Thread Stuart McLean
an individual heading using the DATE_TREE property, but how would you use this for two different headings? I hope this is a little more clear, Stuart On 4/11/12, Nick Dokos nicholas.do...@hp.com wrote: Stuart McLean smclean0...@gmail.com wrote: Hello, everyone I really like the date tree hierarchy

[Orgmode] different result in spreadsheet tutorial

2010-09-14 Thread Stuart McLean
Hello, I am just beginning to learn org-mode's spreadsheet with the tutorial here: http://orgmode.org/worg/org-tutorials/org-spreadsheet-intro.php However, when I type C-c C-c on the TBLFM line below | Student | Maths | Physics | Mean | |--+---+-+--| | Bertrand |

[Orgmode] org-crypt fails to encrypt region

2010-10-25 Thread Stuart McLean
'org-crypt) (org-crypt-use-before-save-magic) (setq org-tags-exclude-from-inheritance (quote (crypt))) ; GPG key to use for encryption (setq org-crypt-key Stuart McLean) I generated a keypair using KGPG, and tried to encrypt a region like the following with `M-x org-encrypt-entry'. *** secret data