Re: [Orgmode] Literate programming

2010-05-10 Thread Jan Böcker
> Ivanov Dmitry writes: > >> The tree buffer seems an ideal tool for this project. What is this "tree buffer" you speak of? Are you telling me that I can already use Org to view the outline Leo-style, with the outline structure (folded to the "content" startup visibility) in one window and an in

[Orgmode] org-export-as-html: Does not increment index values

2010-05-10 Thread chandan
Hi all, Consider the following org file: * list 1. First item. #+BEGIN_SRC txt Some text. #+END_SRC 2. Second item. #+BEGIN_SRC txt Some more text. #+END_SRC Exporting an org file with the above listed contents generates an HTML page with non-incrementing indicies for "First item" and "Sec

Re: [Orgmode] Poll: Who is using these commands

2010-05-10 Thread Russell Adams
On Mon, May 10, 2010 at 08:33:16AM +0200, Carsten Dominik wrote: > How about if C-M-a went back to the beginning of the heading and then > you use speed commands? Would that be an alternative, or is that one > command to much? > > - Carsten Carsten, That's a good compromise. I never minded t

Re: [Orgmode] [ANN] Exporter for taskjuggler

2010-05-10 Thread Manish
>From where can I get the latest version of org-taskjuggler? Thanks -- Manish On Tue, Apr 20, 2010 at 1:39 PM, Christian Egli wrote: > John Hendy writes: > >> I'd stick with looking into TJ3 org-mode integration over 2.4. Or >> perhaps take a look at the first of the references on how to use b

Re: [Orgmode] Poll: Who is using these commands

2010-05-10 Thread Scott Randby
On 05/10/2010 02:33 AM, Carsten Dominik wrote: On May 9, 2010, at 12:03 AM, Scott Randby wrote: On 05/08/2010 04:22 PM, Friedrich Delgado Friedrichs wrote: Hi! Carsten Dominik schrieb: I am wondering: How many of your are using these keys C-c C-f C-c C-b C-c C-n C-c C-p Never. I always u

[Orgmode] Re: Recent export bug?

2010-05-10 Thread Thomas S. Dye
On May 10, 2010, at 2:13 PM, Bernt Hansen wrote: Thomas S. Dye writes: Aloha all, The following minimal example doesn't export the Second heading to html. The problem seems to be the :export: tag on the First heading. If I remove the tag, then both the First and Second headings make it int

[Orgmode] Re: Recent export bug?

2010-05-10 Thread Bernt Hansen
Thomas S. Dye writes: > Aloha all, > > The following minimal example doesn't export the Second heading to > html. The problem seems to be the :export: tag on the First heading. > If I remove the tag, then both the First and Second headings make it > into the export. I don't expect the :export:

[Orgmode] Recent export bug?

2010-05-10 Thread Thomas S . Dye
Aloha all, The following minimal example doesn't export the Second heading to html. The problem seems to be the :export: tag on the First heading. If I remove the tag, then both the First and Second headings make it into the export. I don't expect the :export: tag on the First heading

Re: [Orgmode] huge font in column view

2010-05-10 Thread Eraldo Helal
Carsten Dominik writes: > Hi Eraldo, > > what is the spec of the face org-column in your setup? Font: DejaVu Sans Mono Height in 1/10 pt: 120 > Please read the docstring of that face and see if that helps > you track down the problem. Does it make a difference to > specify the size for org-colum

Re: [Orgmode] Re: org-mode color schemes with white or light background and black foregroung

2010-05-10 Thread Eric Schulte
I've started a place for color-theme collection on Worg -- which includes a link to instructions for gettings and using the color-theme.el color theme management package. Please see http://orgmode.org/worg/org-color-themes.php Hopefully this page will serve as a simple way for org-mode users to s

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Leo
On 2010-05-10 23:12 +0100, Carsten Dominik wrote: >> OK. Feel free to revert the change. > > Sorry about that, and thank you very much for the attempt! No worries, Carsten. We did find out the cause of the mysterious auto-fill problem except the time to fix it has passed. Leo __

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Carsten Dominik
On May 11, 2010, at 12:02 AM, Leo wrote: On 2010-05-10 22:42 +0100, Carsten Dominik wrote: Hi Leo, I did not realize that this change will make \S- match \n. I was surprised too so I checked other modes and they have the same behaviour. think I have to take this change back then. I do not

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Leo
On 2010-05-10 22:42 +0100, Carsten Dominik wrote: > Hi Leo, I did not realize that this change will make \S- match \n. I was surprised too so I checked other modes and they have the same behaviour. > think I have to take this change back then. I do not oversee in any > way how many regexps might

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Carsten Dominik
On May 10, 2010, at 11:05 PM, Leo wrote: On 2010-05-10 19:50 +0100, Bernt Hansen wrote: Actually I got this to occur both in emacs 22 and on an older version of Emacs 23 on windows today. GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-03 on LENNART-69DE564 (patched) GNU Emacs 22.2.

[Orgmode] Re: Frequently used files/headings

2010-05-10 Thread Štěpán Němec
Stephan Schmitt writes: > Hi Nathan, > > when the lambda form is evaluated (when you press f6) the variable > shortcut-def doesn't exist any more. > > The problem is that elisp doesn't support closures. See > this info page: > (elisp) Top > Variables > Variable Scoping > Extent > > As a workaraou

Re: [Orgmode] Re: Frequently used files/headings

2010-05-10 Thread Stephan Schmitt
Hi Nathan, when the lambda form is evaluated (when you press f6) the variable shortcut-def doesn't exist any more. The problem is that elisp doesn't support closures. See this info page: (elisp) Top > Variables > Variable Scoping > Extent As a workaraound you can save the table in a global var

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Leo
On 2010-05-10 19:50 +0100, Bernt Hansen wrote: > Actually I got this to occur both in emacs 22 and on an older version of > Emacs 23 on windows today. > > GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-03 on > LENNART-69DE564 (patched) > > GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2

[Orgmode] Re: Frequently used files/headings

2010-05-10 Thread Nathan Neff
On Mon, May 10, 2010 at 6:35 AM, Štěpán Němec wrote: > Nathan Neff writes: >> I tried something like this, but all I get is "Wrong type argument: >> integer-or-marker-p, (quote (second shortcut-def))" >> >> #+srcname: map-nav(navigation-shortcuts=navigation-shortcuts) >> #+begin_src emacs-lisp >>

[Orgmode] wish list: underscore

2010-05-10 Thread Sean Sieger
In Org files putting an underscore at each of a word begets an ugly underline that extends to the original underscores and doubles them. In Gnus mail putting an underscore at each end of a _word_ begets an expected result of underlining the word itself. I wish that Org would do that too, or at le

[Orgmode] Re: escape '|' in a table

2010-05-10 Thread Mikael Fornius
david.haj...@curie.net writes: > I would like to escape '|' character in a table. Is it possible? I think not. For export you can use \vert or write abs(x) instead. -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Reply All' to send repl

[Orgmode] Re: [babel] ascii package

2010-05-10 Thread david . hajage
I definitly will. I found a bug in my example: | | Estimate | Std. Error | t value | Pr(>\|t\|) | |-+--++-+--| | (Intercept) | -0.0679 | 0.1038 | -0.6543 | 0.5144 | | x | 0.9899 | 0.1056 | 9.3744 | 0.00

[Orgmode] escape '|' in a table

2010-05-10 Thread david . hajage
Hello, I would like to escape '|' character in a table. Is it possible? For example: | p(t > \|x\|) | |--| | 0.1 | 'Export as HTML' or 'export as LaTeX' doesn't produce the correct output ( org-mode 6.36 in emacs 23). Thank you very much for any help. david L'intégrité

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Bernt Hansen
Leo writes: > On 2010-05-10 17:33 +0100, Carsten Dominik wrote: >> Hi Bernt, >> >> can I ask you to try out which of the following lines (or both) cause >> the problem? >> >> + (org-set-local 'comment-start "#") >> + (modify-syntax-entry ?\n ">") >> >> Could you comment one and then the other t

[Orgmode] Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Leo
On 2010-05-10 17:33 +0100, Carsten Dominik wrote: > Hi Bernt, > > can I ask you to try out which of the following lines (or both) cause > the problem? > > + (org-set-local 'comment-start "#") > + (modify-syntax-entry ?\n ">") > > Could you comment one and then the other to check? > > Thanks. > >

[Orgmode] Question: org-remember and level>1 target headline

2010-05-10 Thread Martin Pohlack
Hi all, to practically prevent merge conflicts between the different machines that I use I want to capture new items not directly under the global "Inbox" headline, but under "Inbox/$HOSTNAME". For example, I often capture new items on my desktop and my notebook and later sync. The new items wil

Re: [Orgmode] Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Bernt Hansen
Carsten Dominik writes: > Hi Bernt, > > can I ask you to try out which of the following lines (or both) cause > the problem? > > + (org-set-local 'comment-start "#") Commenting out this doesn't change the behaviour. > + (modify-syntax-entry ?\n ">") Commenting out this fixes the problem for

Re: [Orgmode] Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Carsten Dominik
Hi Bernt, can I ask you to try out which of the following lines (or both) cause the problem? + (org-set-local 'comment-start "#") + (modify-syntax-entry ?\n ">") Could you comment one and then the other to check? Thanks. - Carsten On May 10, 2010, at 4:48 PM, Bernt Hansen wrote: Rem

[Orgmode] Re: [babel] ascii package

2010-05-10 Thread Dan Davison
david.haj...@curie.net writes: > Hello, > > I am developping a R package named ascii (available on CRAN). It can produce > org markup from several class of R object. > I think this could be usefull for some org/R users (with ':results org'), and > so that it could be mentioned in the "Tips for u

[Orgmode] Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]

2010-05-10 Thread Bernt Hansen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[Orgmode] [babel] ascii package

2010-05-10 Thread david . hajage
Hello, I am developping a R package named ascii (available on CRAN). It can produce org markup from several class of R object. I think this could be usefull for some org/R users (with ':results org'), and so that it could be mentioned in the "Tips for usage", just after "LaTeX code from R" on

[Orgmode] Re: Frequently used files/headings

2010-05-10 Thread Štěpán Němec
Nathan Neff writes: > I tried something like this, but all I get is "Wrong type argument: > integer-or-marker-p, (quote (second shortcut-def))" > > #+srcname: map-nav(navigation-shortcuts=navigation-shortcuts) > #+begin_src emacs-lisp > (defun map-navigation-shortcuts (shortcut-def) > (global-set

Re: [Orgmode] Re: huge font in column view

2010-05-10 Thread Carsten Dominik
Hi Sebastian, well, you org-column face says that it wants to be 122/10 points, so that is already relatively big. It is possible (but I am not sure) that the factor 1.8 you have set for level on faces still shines through as well, but I don't think this should be the case. You need to f

[Orgmode] Re: huge font in column view

2010-05-10 Thread Sébastien Vauban
Carsten, Carsten Dominik wrote: > On May 10, 2010, at 11:53 AM, Sébastien Vauban wrote: >> Carsten Dominik wrote: >>> On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: >>> When I press 'C-c C-x C-c' on a headline in org-mode, I get into column view as expected, however the font is huuuge!

Re: [Orgmode] Poll: Who is using these commands

2010-05-10 Thread Carsten Dominik
On May 9, 2010, at 12:03 AM, Scott Randby wrote: On 05/08/2010 04:22 PM, Friedrich Delgado Friedrichs wrote: Hi! Carsten Dominik schrieb: I am wondering: How many of your are using these keys C-c C-f C-c C-b C-c C-n C-c C-p Never. I always use the speed commands since they became availabl

[Orgmode] auto-fill in a body often insert a space?

2010-05-10 Thread sun yongke
Hi,body: I am running the org-mode(6.34c-1) from the deb on emacs23 on ubuntu(lucid). I have turned on auto-fill and set fill-column when I use the command 'org-export-as-html',there are some spaces in where the auto-fill is. I want to modify this bug by edit the file /usr/share/emacs/site-lisp

Re: [Orgmode] Re: huge font in column view

2010-05-10 Thread Carsten Dominik
On May 10, 2010, at 11:53 AM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: When I press 'C-c C-x C-c' on a headline in org-mode, I get into column view as expected, however the font is huuuge! I remember seeing the same sized

[Orgmode] Re: huge font in column view

2010-05-10 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: > >> When I press 'C-c C-x C-c' on a headline in org-mode, I get into column >> view as expected, however the font is huuuge! I remember seeing the same >> sized font when starting emacs without my config file. I

[Orgmode] Re: Exporting to single LaTeX file and multiple HTML files

2010-05-10 Thread Ulf Stegemann
Hi David, Eric, all, David Maus wrote: > The function below could be a starting point of a more general > functionality: It takes a file and splits copys all headlines with a > certain level to a separate output file. Eric Schulte wrote: > Possibly one of these... > - http://eschulte.github.c

[Orgmode] Re: Poll: Who is using these commands

2010-05-10 Thread Ulf Stegemann
Carsten Dominik wrote: > How many of your are using these keys > > C-c C-f > C-c C-b > C-c C-n > C-c C-p > > for navigation through the outline? I use them all the time but I don't mind if they'd change. > Another question: > > C-c C-v currently make the TODO sparse tree. dto. Ulf

Re: [Orgmode] Poll: Who is using these commands

2010-05-10 Thread Jörg Hagmann
Using them all, JH On 5/8/10 11:14 AM, Carsten Dominik wrote: Hi everyone, I am wondering: How many of your are using these keys C-c C-f C-c C-b C-c C-n C-c C-p for navigation through the outline? These are first class keys, and I would have good uses for these keys if most people don't ac

Re: [Orgmode] huge font in column view

2010-05-10 Thread Carsten Dominik
On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: When I press 'C-c C-x C-c' on a headline in org-mode, I get into column view as expected, however the font is huuuge! I remember seeing the same sized font when starting emacs without my config file. I have set the font size for this very reaso

[Orgmode] Re: huge font in column view

2010-05-10 Thread Sébastien Vauban
Hi Eraldo, Eraldo Helal wrote: > When I press 'C-c C-x C-c' on a headline in org-mode, I get into column view > as expected, however the font is huuuge! > I remember seeing the same sized font when starting emacs without my config > file. > I have set the font size for this very reason... but colu

[Orgmode] Re: C-v and M-v in inserting dates

2010-05-10 Thread Leo
On 2010-05-10 07:56 +0100, Carsten Dominik wrote: >> Hello Carsten, >> I think the key C-v and M-v during inserting date (ie. C-c !) should >> do something similar as those in the calendar window. > > Yes, this works now like this. Thank you. Tested it and it worked well. Leo __

Re: [Orgmode] C-v and M-v in inserting dates

2010-05-10 Thread Carsten Dominik
On May 8, 2010, at 10:48 PM, Leo wrote: Hello Carsten, I think the key C-v and M-v during inserting date (ie. C-c !) should do something similar as those in the calendar window. Yes, this works now like this. Thanks. - Carsten ___ Emacs-org

Re: [Orgmode] Bug: [PATCH] org-store-link not working for Gnus articles on gmane.emacs.orgmode [6.36trans (release_6.36.3.gd087.dirty)]

2010-05-10 Thread Carsten Dominik
Applied, thanks. - Carsten On May 9, 2010, at 6:02 PM, Gregory J. Grubbs wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug re

Re: [Orgmode] Bug: Docstring of org-export-as-latex [6.35i]

2010-05-10 Thread Carsten Dominik
Applied, thanks. - Carsten On May 9, 2010, at 2:11 PM, Jan Moringen wrote: Hi, the docstring of org-export-as-latex contains incorrectly escaped \ characters resulting in two passages being rendered like ^Hegin{document}...^Hnd{document}. The attached patch should fix the problem (The patch