[Orgmode] BUG: org-emphasize (C-c C-x C-f) returns with error

2008-10-28 Thread Vladi Solutka
Hi! I just noticed that org-emphasize (when called via C-c C-x C-f) returns an error. In org.el:3501 there seems to be a problem when 'org-emphasis-alist' contains empty strings for html tags; I in fact made the error go away by adding html tags for the org-verbatim entry of this list (org.el:2255

[Orgmode] Re: Error exporting indirect buffer to ASCII

2008-10-22 Thread Vladi Solutka
Hi! > Well, the code snippet you mentioned is only reached if that variable > is set, or f you export using a double prefix argument.. > > Anyway, I believe this problem is now fixed, get back to me if it > persists in the latest git version. I just took the latest git snapshot and get the s

[Orgmode] Re: Error exporting indirect buffer to ASCII

2008-10-22 Thread Vladi Solutka
Hi! > > I get a "wrong type argument: stringp, nil" when exporting to ASCII > > from > > an indirect buffer. I guess the problem is in the file > > > > org-6.09a/org-exp.el at line 1052: > > > > (file-name-nondirectory (buffer-file-name)) > have you customized org-export-run-in-background? No,

[Orgmode] Problem with org-archive-to-archive-sibling

2008-10-21 Thread Vladi Solutka
Hi! I have the following org file: snip--- * Heading 0 * Heading 1 * Heading 2 snip--- When I move the cursor to the second line (Heading 1) and do a org-archive-to-archive-sibling (C-c C-x A), I get the following: snip--- * Heading 0

[Orgmode] Error exporting indirect buffer to ASCII

2008-10-21 Thread Vladi Solutka
Hi! I get a "wrong type argument: stringp, nil" when exporting to ASCII from an indirect buffer. I guess the problem is in the file org-6.09a/org-exp.el at line 1052: (file-name-nondirectory (buffer-file-name)) (using emacs 22.3.1) --- \\/ladi --- \\/ladi

[Orgmode] Re: custom commands 'todo-tree' and org-agenda-skip-function

2008-10-01 Thread Vladi Solutka
Hi! Carsten Dominik uva.nl> writes: > > I'm currently playing with org-agenda-custom-commands and noticed that > > skipping scheduled entries does not work for todo-trees. > > > > Example: The following works fine for 'todo', but with 'todo-tree' > > (as used here) scheduled entries are also sho

[Orgmode] Re: Overview of agenda files

2008-10-01 Thread Vladi Solutka
Hi! Carsten Dominik uva.nl> writes: > >> Lisp error: (void-variable my-count-todo-states-internal) > It turns out that I had to fix a little bug to make this hack it work, > obviously you already pulled the latest version before you tried. > > So yes, Vladi, you need to either get the git ve

[Orgmode] Re: Overview of agenda files

2008-09-28 Thread Vladi Solutka
Hi! Carsten Dominik uva.nl> writes: > > All I currently miss is the possibility to have a top overview of my > > projects, listing the count of the different keywords (since each > > project has its own file, this would be in fact an overview of my > > agenda files). [...] > There is nothing

[Orgmode] custom commands 'todo-tree' and org-agenda-skip-function

2008-09-26 Thread Vladi Solutka
Hello, I'm currently playing with org-agenda-custom-commands and noticed that skipping scheduled entries does not work for todo-trees. Example: The following works fine for 'todo', but with 'todo-tree' (as used here) scheduled entries are also shown. (setq org-agenda-custom-commands '(("x" "Ope

[Orgmode] Overview of agenda files

2008-09-24 Thread Vladi Solutka
Hi! First: Thanks for orgmode! Didn't know that it would be possible to love my emacs even more :-)) After I'd watched Dominiks Google Talk about org-mode (thanks for that, very interesting), I started to organize my stuff in a more "information centric" way. It looks like this is a very good app