Re: [Orgmode] Publishing org files : index

2008-07-08 Thread Manuel Hermenegildo
Hi Carsten, > Any news on this, Manuel? A call went missing when the patch I sent you was applied (my fault for not using -u ;-)) but it is actually fixed in the current git version. Btw, the current index includes directory information, so that if I have in my project two files: org/test/to

Re: [Orgmode] Publishing org files : index

2008-07-08 Thread Carsten Dominik
Any news on this, Manuel? - Carsten On Jun 26, 2008, at 8:02 PM, Manuel Hermenegildo wrote: Should the auto generated index.org and index.html (auto-index t) not pick up the #title property for included pages as the link text? I had fixed this but I think something happened when the patch

[Orgmode] Selecting to end of line

2008-07-08 Thread Ted Roden
Hi Everyone, On the agenda screen, if I try to mark (using transient mark mode) and select to the end of the line, it doesn't let me select the last character on the line. If I select to the end of the line with a mouse, it works fine. So to reproduce, 1) control-space 2) move cursor to end of li

Re: [Orgmode] deleting hidden parts of sparse trees

2008-07-08 Thread Dan Davison
On Tue, Jul 08, 2008 at 10:28:04AM -0700, Carsten Dominik wrote: > Hi Dan, this is very interesting. > > Maybe you would like to write a little document how you use Org for this > purpose, what your setup is, why you chose Org to do this etc and put it Yep, I'd be happy to. (It was somewhat pret

[Orgmode] Re: org-agenda-list-stuck-projects and nested projects

2008-07-08 Thread Ross Patterson
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Ross, > > The "stuck projects" view depends on the hypothesis that you can > clearly identify what a "project means". In the default setup, projects > are assumed to have LEVEL=2 and should not be DONE. > > In the hierarchy you are using, it seems

Re: [Orgmode] deleting hidden parts of sparse trees

2008-07-08 Thread Dan Davison
On Mon, Jul 07, 2008 at 09:48:37AM -0700, Carsten Dominik wrote: > > On Jul 7, 2008, at 9:44 AM, Carsten Dominik wrote: >> <...> >> >> Do I need to mention that this will be a dangerous operation, deleting >> lots of invisible text? You might find out only ater it is too late >> to recover. > > >

Re: [Orgmode] org-agenda-list-stuck-projects and nested projects

2008-07-08 Thread Carsten Dominik
Hi Ross, The "stuck projects" view depends on the hypothesis that you can clearly identify what a "project means". In the default setup, projects are assumed to have LEVEL=2 and should not be DONE. In the hierarchy you are using, it seems that any entry can be called a "projects", and that you

[Orgmode] Re: [PATCH] Fix typo in function call

2008-07-08 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 8, 2008, at 6:17 AM, Bernt Hansen wrote: file-name-as-direcory -> file-name-as-directory --- lisp/org-publish.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index f7dbf19..26eee4d 100644 ---

[Orgmode] [PATCH] Fix typo in function call

2008-07-08 Thread Bernt Hansen
file-name-as-direcory -> file-name-as-directory --- lisp/org-publish.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index f7dbf19..26eee4d 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -297,7 +297,7 @@ If funct