[Orgmode] Setting org-log-into-drawer in a property

2009-05-18 Thread Daniel J. Sinder
Most of my tasks have only one state change (TODO->DONE), so I like to be able to quickly see my log notes by fully expanding all headings in a sub-tree. Thus, I do NOT use the LOGBOOK property. However, for repeating items the list of log entries can get quite long. If I fully expand a sub-

Re: [Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
On Mon, May 18, 2009 at 10:15 PM, Dan Davison wrote: > Tom Tobin writes: >> Hmm ... C-c ' now works only if the block is flush with the left >> margin.  Is this intentional? > > Yes, it's intentional. The # has to be the first character on the > line. It's the same with the other org syntax which

Re: [Orgmode] begin_src problems

2009-05-18 Thread Dan Davison
Tom Tobin writes: > On Mon, May 18, 2009 at 7:47 PM, Dan Davison wrote: >> Tom Tobin writes: >>> I'm having some issues using #+BEGIN_SRC; doing the following doesn't >>> seem to use the org-code face, and doesn't seem to work correctly with >>> "C-c i": >> >> C-c i is undefined with my setup.

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Manish
On Sat, May 16, 2009 at 8:41 PM, Carsten Dominik wrote: > > On May 15, 2009, at 11:33 PM, Marcelo de Moraes Serpa wrote: > >> Hello list, >> >> I'd like to do a little modification to the code that grabs the >> summary of items for the agenda view. For each item that has a >> pare

Re: [Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
On Mon, May 18, 2009 at 7:47 PM, Dan Davison wrote: > Tom Tobin writes: >> I'm having some issues using #+BEGIN_SRC; doing the following doesn't >> seem to use the org-code face, and doesn't seem to work correctly with >> "C-c i": > > C-c i is undefined with my setup. Did you mean C-c '? Yeah, s

Re: [Orgmode] begin_src problems

2009-05-18 Thread Dan Davison
Hi Tom, Tom Tobin writes: > I'm having some issues using #+BEGIN_SRC; doing the following doesn't > seem to use the org-code face, and doesn't seem to work correctly with > "C-c i": C-c i is undefined with my setup. Did you mean C-c '? > > #+BEGIN_SRC html-mode > foobar > #+END_SRC I think yo

Re: [Orgmode] cannot edit two source code examples simultaneously

2009-05-18 Thread Hsiu-Khuern Tang
* On Sat 05:39PM +, 16 May 2009, Carsten Dominik (carsten.domi...@gmail.com) wrote: > Hi Hsiu-Khuern, > > On May 15, 2009, at 7:38 AM, Hsiu-Khuern Tang wrote: > > Hi Carsten, > > You recently changed org-edit-src-code to use a separate buffer instead of an > indirect buffer. One side effec

[Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
I'm having some issues using #+BEGIN_SRC; doing the following doesn't seem to use the org-code face, and doesn't seem to work correctly with "C-c i": #+BEGIN_SRC html-mode foobar #+END_SRC Am I missing something? The "short" form for code literals (prepending a line with colon-space) seems to wo

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Eraldo Helal
I had the idea of using CATEGORY as a keyword. Benefit: using #+CATEGORY (or the CATEGORY property) has the disadvantage that if I change the headline the category does not update: example: Org-file: * PROJECT *my_renamed_project1* :PROPERTIES: :CATEGORY: *myproject1* :END: ** TODO clean g

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Eraldo Helal
On Tue, May 19, 2009 at 00:16, Samuel Wales wrote: > No, just a workaround of inserting both the parent and the child and > letting the dots tell you the relationship between them. > How? I would have to show all Project headlines in order to make this work... However, I only want the parent of m

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Samuel Wales
No, just a workaround of inserting both the parent and the child and letting the dots tell you the relationship between them. But perhaps I am not following the thread closely enough. On Mon, May 18, 2009 at 15:01, Eraldo Helal wrote: > On Mon, May 18, 2009 at 18:21, Samuel Wales wrote: >> >> I

[Orgmode] recursive todo/checkbox statistics

2009-05-18 Thread Alexander
Hi, Forgive me if there is an obvious way to do this that I haven't found. Is there an easy way to calculate the total number of tasks for a file or a subtree? For example, if the checkbox/todo progress cookie would calculate the number of checkboxes/todos recursively for a subtree. so that thi

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Eraldo Helal
On Mon, May 18, 2009 at 18:21, Samuel Wales wrote: > I recall that there was a variable that controls whether dots get put > into the agenda line to show that it is a child of the previous agenda > line, or something like that. > > Might possibly work if you include the parent? I remember having

Re: [Orgmode] [ANN] org-crypt Version 0.3

2009-05-18 Thread Samuel Wales
I think that typically you load a library, then run a function to add stuff to hooks. That way, loading the library does not have side-effects. Some packages use the term "insinuate". I'd opt for a default of always encrypting when saving and only decrypting when manually done. Maybe a little n

Re: [Orgmode] [ANN] org-crypt Version 0.3

2009-05-18 Thread Scot Becker
> I'd like to find out how people feel about that.  Should org-crypt > attach itself to org-mode-hook so that it can decrypt encrypted entries > after you open an org file?  At first I thought yes, but now I'm leaning > towards no, you should decrypt entries manually as needed. Yes, manually sound

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Stefan Vollmar
Dear Sebastian, On 18.05.2009, at 14:33, Sebastian Rose wrote: You might want to take a look into the stylesheets on orgmode.org: http://orgmode.org/org.css and http://orgmode.org/worg/worg.css Depending on the tools you use on your site, modifiing the files on the fly (on output, maybe

[Orgmode] how to debug org-return-follows-link

2009-05-18 Thread Samuel Wales
Almost every time I click on a link, it inserts a return. I then have to do org-reload, and it works for a bit. Then the next time I need to follow a link (with intervening commands) it doesn't work. Hints on how to provide information (post-command-hook?) to ease debugging would be appreciated.

Re: [Orgmode] cannot edit two source code examples simultaneously

2009-05-18 Thread Dan Davison
Carsten Dominik writes: > On May 18, 2009, at 8:27 AM, Taru Karttunen wrote: > >> Excerpts from Dan Davison's message of Mon May 18 09:07:11 +0300 2009: >>> I think it's more complicated than that: source code loss is also the >>> motivation for doing something like this. If you are editing the >

Re: [Orgmode] ascii export of links to notes broken?

2009-05-18 Thread Samuel Wales
=== #this is a comment because of a vague recollection that the #first line isn't supposed to be a headline. has that been #fixed? * this is a headline with a link. [[http://google.com][a search engine]] this is body text. i put point on the headline at bol, then do c-spc c-spc down down down d

[Orgmode] [ANN] org-crypt Version 0.3

2009-05-18 Thread Peter Jones
Sorry for the delays in getting this posted, I've been doing a lot of traveling lately. The attached version of org-crypt fixes a few bugs and is just about ready to be included in org proper. The only thing it might need before inclusion in org is automatic encryption via hooks. I'd like to fin

Re: [Orgmode] cannot edit two source code examples simultaneously

2009-05-18 Thread Carsten Dominik
On May 18, 2009, at 8:27 AM, Taru Karttunen wrote: Excerpts from Dan Davison's message of Mon May 18 09:07:11 +0300 2009: I think it's more complicated than that: source code loss is also the motivation for doing something like this. If you are editing the code in the *Org Edit Src* buffer,

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Samuel Wales
I recall that there was a variable that controls whether dots get put into the agenda line to show that it is a child of the previous agenda line, or something like that. Might possibly work if you include the parent? What was the name of that variable anyway? On Sun, May 17, 2009 at 19:07, Matt

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Marcelo de Moraes Serpa
The follow-mode works fine, and this is what I use currently, but usually the item doesn't have data that tells clearly what it's parent item is. It'd be nice to have this overview, in the flat form -- like Eraldo said, if you'd like to print or just have a 10.000 feet view of the actions. I'm not

Re: [Orgmode] Commas in {{date(FORMAT)}}}

2009-05-18 Thread Dale Smith
Carsten Dominik writes: > On May 14, 2009, at 11:03 PM, Dale Smith wrote: > > I'm confused about the value of FORMAT in {{{date(FORMAT)}}}. > > I wanted to use "%B %e, %Y", but I have two problems. With the > quotes, I get an "eval: End of file during parsing" message. Without > the quo

Re: [Orgmode] Possible?

2009-05-18 Thread Carsten Dominik
Hi Tennis, On May 17, 2009, at 7:48 PM, Tennis Smith wrote: Hi, I'm a newbie user of org-mode, and it looks very promising. However, there are several key combinations that I have to change if I'm going to use it. I use the combinations C-tab for iswitchb, You could free up C-tab by cu

Re: [Orgmode] The patch (org-exp-blocks), the question and the bug

2009-05-18 Thread Eric Schulte
Thanks for the example. I've added it along with a line crediting you as the author to the org-exp-blocks page on worg. Cheers -- Eric Nicolas Goaziou writes: > Hello, > > Here is a simple asymptote block : > > #+begin_asy out.pdf > import graph; > > size(0,4cm); > > real f(real t) {return 1+c

Re: [Orgmode] Re: Organize Your Life In Plain Text!

2009-05-18 Thread Eric Schulte
Ian Barton writes: [...] >>> Meanwhile have another problem:) When I try to view a page I can see >>> the basic navigation structure, but no style info or content. I notice >>> that there is no stylesheet.css in ~/blogs and I tried copying one >>> from the blorgit directory there. I do have an

[Orgmode] test

2009-05-18 Thread Carsten Dominik
this is a test, please ignore ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Sebastian Rose
You might want to take a look into the stylesheets on orgmode.org: http://orgmode.org/org.css and http://orgmode.org/worg/worg.css Depending on the tools you use on your site, modifiing the files on the fly (on output, maybe cached) might be a good solution too (DOM or XML parser). You might

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Carsten Dominik
On May 18, 2009, at 1:36 PM, Stefan Vollmar wrote: Hallo, I am new to this list and apologize if this has been asked before. Before I forget: many thanks for this EXCELLENT package! (1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system. At least I think I have installed th

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Ian Barton
Ian Barton wrote: (1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system. At least I think I have installed that version correctly (Aquamacs 1.7 uses an older version of org-mode) - how can I find out which version I am really using? org/Documentation/Show version in an org buf

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Ian Barton
(1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system. At least I think I have installed that version correctly (Aquamacs 1.7 uses an older version of org-mode) - how can I find out which version I am really using? org/Documentation/Show version in an org buffer, or M-x orgvers

Re: [Orgmode] The patch (org-exp-blocks), the question and the bug

2009-05-18 Thread Nicolas Goaziou
Hello, Here is a simple asymptote block : #+begin_asy out.pdf import graph; size(0,4cm); real f(real t) {return 1+cos(t);} path g=polargraph(f,0,2pi,operator ..)--cycle; filldraw(g,pink); xaxis("$x$",above=true); yaxis("$y$",above=true); dot("$(a,0)$",(1,0),N); dot("$(2a,0)$",(2,0),N+E); #+e

[Orgmode] HTML export, org-mode version

2009-05-18 Thread Stefan Vollmar
Hallo, I am new to this list and apologize if this has been asked before. Before I forget: many thanks for this EXCELLENT package! (1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system. At least I think I have installed that version correctly (Aquamacs 1.7 uses an older ver

Re: [Orgmode] cannot edit two source code examples simultaneously

2009-05-18 Thread Carsten Dominik
On May 17, 2009, at 7:28 PM, Dan Davison wrote: Following on from this, I'd like to suggest that, while it is being edited, the source code is removed from the org buffer, to avoid concurrency problems. I just had a go at that -- the patch below replaces the source code with a work-in-progress

Re: [Orgmode] cannot edit two source code examples simultaneously

2009-05-18 Thread Carsten Dominik
On May 18, 2009, at 8:27 AM, Taru Karttunen wrote: Excerpts from Dan Davison's message of Mon May 18 09:07:11 +0300 2009: I think it's more complicated than that: source code loss is also the motivation for doing something like this. If you are editing the code in the *Org Edit Src* buffer,

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Eraldo Helal
On Mon, May 18, 2009 at 04:07, Matthew Lundin wrote: > In my opinion, the easiest way to figure out which project a TODO > belongs to is to use follow mode in the agenda. That way you can see the > original context (i.e., project) to which a todo belongs. > This works great for working with the

Re: [Orgmode] ascii export of links to notes broken?

2009-05-18 Thread Carsten Dominik
Can you please send me the exact buffer you are using, the exact range that is covered by the active region, and the command you then use? So far I have not been abe to reproduce what you are saying. - Carsten On May 18, 2009, at 12:33 AM, Samuel Wales wrote: The bug occurs when the region