Re: [Orgmode] display bug

2007-07-13 Thread Carsten Dominik
This is again an issue with emphasis. No fixed in this area for a while. - Carsten On Jul 14, 2007, at 3:42, Patrick Drechsler wrote: * foo : +- : +-+ -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 2

Re: [Orgmode] Re: Problem with org-show-todo-tree v5.02

2007-07-13 Thread Carsten Dominik
On Jul 14, 2007, at 2:58, Bernt Hansen wrote: Okay I think I know what I'm doing wrong here. For some files I'm changing the outline-regexp to something org mode isn't expecting. When I visit a *.txt file I change the outline-regexp to (setq outline-regexp "\\(?:\\*+\\|=+ \\)") which

Re: [Orgmode] Idea: Quicksilver-like Org-mode (anything.el)

2007-07-13 Thread Carsten Dominik
This looks quite interesting indeed! I guess it makes sense to wait a bit until anything.el converges a bit more. But this is certainly a great idea. - Carsten On Jul 14, 2007, at 1:28, Scott Jaderholm wrote: Hi all, So I just ran across anything.el (http://www.emacswiki.org/cgi-bin/emacs/a

Re: [Orgmode] Bugs report

2007-07-13 Thread Carsten Dominik
On Jul 14, 2007, at 2:01, Bastien wrote: Hi Carsten and all, i didn't find the time to explore org's new functionalities (properties & column view), but i won't allow myself to dive into it before i send you some bug reports and feature suggestions :) - The new C-e: when there is no tag on t

Re: [Orgmode] Re: Problem with archiving

2007-07-13 Thread Carsten Dominik
On Jul 13, 2007, at 16:18, J. David Boyd wrote: Archiving works almost perfectly in 5.03, thanks. Here's the new problem. Defined in my .emacs, I have '(org-todo-keywords (quote ("TODO" "REQUIREMENTS" "ACCOMPLISH" "VALIDATE" "TEST" "|" "CANCEL" "DONE"))) What is happening is that, when

[Orgmode] Re: display bug

2007-07-13 Thread Patrick Drechsler
Patrick Drechsler <[EMAIL PROTECTED]> writes: > Hi, > > small display bug (found while trying to use ascii art): > > Take ~/tmp/a.org: > > --8<---cut here---start->8--- > * foo > : +- > : +-+ > --8<---cut here---end--->8-

[Orgmode] display bug

2007-07-13 Thread Patrick Drechsler
Hi, small display bug (found while trying to use ascii art): Take ~/tmp/a.org: --8<---cut here---start->8--- * foo : +- : +-+ --8<---cut here---end--->8--- Displayed as (see attachment; note to horizontal black line)..

[Orgmode] customize exporting "visible" contents

2007-07-13 Thread Patrick Drechsler
Hi, I currently have a large knowledge-base in a single org file (>5k lines of code). When exporting certain sections I would like to exclude the rest completely. Furthermore I would like to have the current section displayed as title with all child section being adapted accordingly. Say I have

[Orgmode] Re: Problem with org-show-todo-tree v5.02

2007-07-13 Thread Bernt Hansen
Bernt Hansen <[EMAIL PROTECTED]> writes: > Carsten Dominik <[EMAIL PROTECTED]> writes: > >> I cannot reproduce this. Can you try to make a small example file >> and tell us where the cursor is and what the folding state >> of the buffer is when you call the command? >> >> - Carsten >> >> On Jul 1

[Orgmode] Re: customizing export timestamp?

2007-07-13 Thread Patrick Drechsler
Sorry for the privat mail Bastien, I hit `R' instead of `F'... Bastien <[EMAIL PROTECTED]> writes: > Patrick Drechsler <[EMAIL PROTECTED]> writes: > >> would it be useful for others to deactivate the timestamp when >> exporting? > > As an ugly workaround: > > .timestamp { display: none } > .t

[Orgmode] Bugs report

2007-07-13 Thread Bastien
Hi Carsten and all, i didn't find the time to explore org's new functionalities (properties & column view), but i won't allow myself to dive into it before i send you some bug reports and feature suggestions :) - The new C-e: when there is no tag on the line, C-e goes at the beginning of the

Re: [Orgmode] customizing export timestamp?

2007-07-13 Thread Bastien
Patrick Drechsler <[EMAIL PROTECTED]> writes: > would it be useful for others to deactivate the timestamp when > exporting? As an ugly workaround: .timestamp { display: none } .timestamp-kwd { display: none } ... in the css. But i do agree - that would be useful to have an option. -- Bas

[Orgmode] customizing export timestamp?

2007-07-13 Thread Patrick Drechsler
Hi, would it be useful for others to deactivate the timestamp when exporting? For example something like: #+OPTIONS: timestamp:nil WDT? Or did I miss something in the docs? Patrick -- You know the world is going crazy when the best rapper is a white guy, the best golfer is a black guy, the S

[Orgmode] Idea: Quicksilver-like Org-mode (anything.el)

2007-07-13 Thread Scott Jaderholm
Hi all, So I just ran across anything.el (http://www.emacswiki.org/cgi-bin/emacs/anything.el) from Bill Clementson's blog (http://bc.tech.coop/blog/070711.html). It's a Quicksilver-like program for Emacs that allows you to quickly select objects and run actions on them. The first thing I thought

[Orgmode] handling notes/bibliography

2007-07-13 Thread francois
Hello, Writing a draft of a article and handling bibliography and attached notes is always difficult. Even if there is no perfect solution, I would like to get feedbacks from people using org to deal with that. Currently, my organisation is the following: - I have a bibtex file. - I have another

Re: [Orgmode] Re: org-mode version 5.03

2007-07-13 Thread Carsten Dominik
On Jul 13, 2007, at 18:47, timotheus wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Bummer. This is fixed in 5.03b, already up both in CVS and on my website. Thanks for the fast report! - Carsten Hi Carsten, It would great if the Org-Mode Homepage mentioned that its head revision i

[Orgmode] Re: org-mode version 5.03

2007-07-13 Thread timotheus
Carsten Dominik <[EMAIL PROTECTED]> writes: > Bummer. This is fixed in 5.03b, already up both in CVS and > on my website. Thanks for the fast report! > > - Carsten Hi Carsten, It would great if the Org-Mode Homepage mentioned that its head revision is kept in official Emacs CVS -- and which bra

Re: [Orgmode] org-mode version 5.03

2007-07-13 Thread Carsten Dominik
On Jul 13, 2007, at 17:22, Scott Jaderholm wrote: On 7/13/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: - When the variable `org-special-ctrl-a/e' is set, C-e in a headline first goes to the end of the headline ignoring the tags. A second C-e then goes to after the tags. Thanks

Re: [Orgmode] org-mode version 5.03

2007-07-13 Thread Scott Jaderholm
On 7/13/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: - When the variable `org-special-ctrl-a/e' is set, C-e in a headline first goes to the end of the headline ignoring the tags. A second C-e then goes to after the tags. Thanks to Scott Jaderholm for this idea. Carsten, th

[Orgmode] Re: Problem with archiving

2007-07-13 Thread J. David Boyd
Archiving works almost perfectly in 5.03, thanks. Here's the new problem. Defined in my .emacs, I have '(org-todo-keywords (quote ("TODO" "REQUIREMENTS" "ACCOMPLISH" "VALIDATE" "TEST" "|" "CANCEL" "DONE"))) What is happening is that, when I archive an item, it gets moved correctly, the archi

Re: [Orgmode] Making a list to string

2007-07-13 Thread Carsten Dominik
On Jul 12, 2007, at 7:23, Cecil Westerhof wrote: And when I put ';S' after the formula, I get the same as with nothing after the formula. Why this error by ';N'? Also what is the meaning of the strange expansion by concat? Maybe not neccesary, but I like to understand what is happening. When y

Re: [Orgmode] Error Loading org Files with 5.02

2007-07-13 Thread Brian van den Broek
Ian Barton said unto the world upon 07/13/2007 08:05 AM: I have just upgraded from 4.75 to 5.02. When I try to load an org file I get: File mode specification error: void-variable macro-declaration-function This is with emacs 21.4.1 on Ubuntu Feisty. I think the problem is emacs version speci

[Orgmode] org-mode version 5.03

2007-07-13 Thread Carsten Dominik
Org-mode 5.03 is out. As usual Emacs CVS and http://www.astro.uva.nl/~dominik/Tools/org Enjoy. - Carsten Changes in version 5.03 --- * Incompatible Changes - The variable `org-special-ctrl-a' has been renamed to `org-special-ctrl-a/e'. The old one is still an alias

[Orgmode] Error Loading org Files with 5.02

2007-07-13 Thread Ian Barton
I have just upgraded from 4.75 to 5.02. When I try to load an org file I get: File mode specification error: void-variable macro-declaration-function This is with emacs 21.4.1 on Ubuntu Feisty. I think the problem is emacs version specific because I don't get the error running emacs snapshot o

Re: [Orgmode] Re: org mode and reftex

2007-07-13 Thread Carsten Dominik
Please try to make a backtrace of the bug, check the Org-mode manual on how to produce one. Thanks. - Carsten On Jul 13, 2007, at 13:16, francois wrote: Carsten Dominik science.uva.nl> writes: How about (and (buffer-file-name) (file-exists-p (buffer-file-name)) (reft

[Orgmode] Re: org mode and reftex

2007-07-13 Thread francois
Carsten Dominik science.uva.nl> writes: > How about > (and (buffer-file-name) > (file-exists-p (buffer-file-name)) > (reftex-parse-all)) hi, I have still the same error. It seems that the cause is not reftex-parse-all. Even removed, i am facing with same problem. Here is

[Orgmode] Re: Screencast

2007-07-13 Thread Xavier Maillard
Ian Barton manor-farm.org> writes: > > > > > Watch the screencast at: http://jaderholm.com/screencasts.html > > > > Scott, > > Looks good. Is there any way of downloading it for off-line viewing? Did you read the screencast page ? Quote: "If you need to view it off-line, right click here

Re: [Orgmode] Re: org mode and reftex

2007-07-13 Thread Carsten Dominik
On Jul 13, 2007, at 9:18, francois wrote: Carsten Dominik science.uva.nl> writes: thanks for your prompt reply. To customize this citation I have defined in my .emacs (defun my-org-mode-setup () Are you adding this function to org-mode-hook? yes Change (reftex-parse-all) ; to make re

[Orgmode] Re: Screencast

2007-07-13 Thread ignotus
> Regarding 'Re: Screencast'; Ian Barton adds: >> Watch the screencast at: http://jaderholm.com/screencasts.html > Looks good. Is there any way of downloading it for off-line viewing? I watched it too, but flashed based players (for some unknown reason) have no sound on my machine (sinc

[Orgmode] Re: org mode and reftex

2007-07-13 Thread francois
Carsten Dominik science.uva.nl> writes: thanks for your prompt reply. > > To customize this citation I have defined in my .emacs > > (defun my-org-mode-setup () > Are you adding this function to org-mode-hook? yes > Change > > (reftex-parse-all) ; to make reftex aware of the biblio > >