Re: [Orgmode] Feature suggestion: context sensitive movement

2009-06-18 Thread Carsten Dominik
On Jun 18, 2009, at 9:54 PM, Samuel Wales wrote: Others have pointed out the relevant commands. Here are some possible bindings for you. What I do is bind c-m-arrow, analogous to the way I bind them in Lisp. Maybe you will find those bindings useful. The relevant insight is trees -- both Lis

Re: [Orgmode] Re: my-mini-table(something)

2009-06-18 Thread Carsten Dominik
On Jun 19, 2009, at 2:19 AM, Bastien wrote: Matthew Lundin writes: #+MACRO: special-table #+HTML: something Note that you can also use a variable in your macro: #+MACRO: special-table #+HTML: $1 {{{special-table(something)}}} PS: this is not yet documented in the manual. It is now. T

Re: [Orgmode] my-mini-table(something)

2009-06-18 Thread Carsten Dominik
On Jun 18, 2009, at 3:11 PM, giovanni.rido...@yahoo.it wrote: --- Gio 18/6/09, Stefan Vollmar ha scritto: #+MACRO is exactly what I was looking for. (1) The release notes of 6.27 say: Macro processing for export has been enhanced: - You can use arguments in a macro, for example #+macro he

Re: [Orgmode] checkbox problem

2009-06-18 Thread Manish
On Wed, Jun 17, 2009 at 12:24 AM, Thomas S. Dye wrote: > Aloha all, > First, org-mode is really useful. The more I use it, the more useful it > gets and the more I appreciate its flexibility. I've been using it for > several months but still feel like a newbie. Perhaps the problem I'm hav

Re: [Orgmode] Checkbox query

2009-06-18 Thread Manish
On Fri, Jun 19, 2009 at 10:32 AM, Thomas S. Dye wrote: > Aloha all, > My earlier query didn't make it past the moderators. I just wanted > to say that I figured out how to fix the problem I was having with > checkboxes. It strikes me as weird that I had to Esc-Q, then TAB on > every lin

[Orgmode] Checkbox query

2009-06-18 Thread Thomas S. Dye
Aloha all, My earlier query didn't make it past the moderators. I just wanted to say that I figured out how to fix the problem I was having with checkboxes. It strikes me as weird that I had to Esc-Q, then TAB on every line. But it worked. org-mode is still neat, even though you compute

[Orgmode] org plot scripts

2009-06-18 Thread josephzxu
Hi: I've been trying to make candlestick plots with org-plot, and the only way I've found that I can do this is by specifying a custom script in the +PLOT options. However, I noticed that when I specify a script, all other +PLOT options I specify, such as with set: or line:, are completely ignored

[Orgmode] org-plot : interaction problem with gnuplot

2009-06-18 Thread d . tchin
Hi, I would like to use gnuplot with org-mode tabular function.But I haven't managed to use it until now. I would like to submit to you few remarks I have done. I use GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) on Microsoft Windows XP OS. I have installed gnuplot and I can use it with gnuplot-mode.

[Orgmode] Error saving remember item in non org-mode buffer

2009-06-18 Thread Jere McDevitt
Org-mode version: 6.27a I configured org-remember-templates to use a file named "project.todo" to hold todo entries for me. (setq org-remember-templates ("Project" ?p "* TODO %?\n %u" "~/org/project.todo" bottom ))) I hadn't added the .todo extension to the auto-mode-alist so when it wa

[Orgmode] checkbox problem

2009-06-18 Thread Thomas S. Dye
Aloha all, First, org-mode is really useful. The more I use it, the more useful it gets and the more I appreciate its flexibility. I've been using it for several months but still feel like a newbie. Perhaps the problem I'm having stems from this. I use the checkbox feature a lot, with

Re: [Orgmode] Re: my-mini-table(something)

2009-06-18 Thread Bastien
Matthew Lundin writes: > #+MACRO: special-table #+HTML: src="./images/icon.png"/>something Note that you can also use a variable in your macro: #+MACRO: special-table #+HTML: $1 {{{special-table(something)}}} PS: this is not yet documented in the manual. -- Bastien _

[Orgmode] Re: Change line spacing for lists for LaTeX export

2009-06-18 Thread Alan E. Davis
I apologize for sending so many updates. I was able to get the feature I desire by adding the following to the top of the exported LaTeX and replacing "itemize" with "packed_item". \newenvironment{packed_item}{ \begin{itemize} \setlength{\itemsep}{1pt} \setlength{\parskip}{0pt} \setlength{\

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-18 Thread Samuel Wales
Strange that it is not reproducible even with the minimal startup. It happens to me every time I save a remember that is long enough to trigger auto-save. On Fri, Jun 5, 2009 at 00:00, Carsten Dominik wrote: > I am still unable to reproduce this. > > Anyone? > > - Carsten > > On Jun 5, 2009, at 5

Re: [Orgmode] [ANN] org-fstree: insert directory subtrees into org buffers / UPDATE

2009-06-18 Thread Lindsay Todd
On Thu, Jun 11, 2009 at 11:56 PM, Andreas Burtzlaff wrote: > you remembered me to publish the new version 0.4 of org-fstree, that > features dynamic generation and deletion of directory contents on > visibility change and thus makes the complete filesystem browsable in > real time inside the org fi

[Orgmode] Re: Change line spacing for lists for LaTeX export

2009-06-18 Thread Alan E. Davis
I had used the following: #+LATEX_HEADER:\addtolength{\itemsep}{-4pt} and, previously: #+LATEX_HEADER:\setlength{\itemsep}{1pt} Neither of them makes a difference. Alan On Fri, Jun 19, 2009 at 8:18 AM, Alan E. Davis wrote: > I can see now that the LaTeX source for my outline is not in l

[Orgmode] Re: Change line spacing for lists for LaTeX export

2009-06-18 Thread Alan E. Davis
I can see now that the LaTeX source for my outline is not in list form, but in sections. When I reformat to use list notation in org, the following do not change anything in the pdf that is output. Interestingly, when I export LaTeX into a buffer latex then complains about too many nested levels

[Orgmode] Change line spacing for lists for LaTeX export

2009-06-18 Thread Alan E. Davis
I need to print outlines in a more compact form than LaTeX lists ordinarily provide. I often have used the paralist package, although it conflicts with some other packages. How can I alter the line spacing for the lists directly, for export? I found this suggestion, and I was going to use #+LATE

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Sebastian Rose
Xin Shi writes: > Hi Sebastian, > > I see. So, in your initial email, "using mouse" only means click on the > links make by the js file. Yes. Modifying the history is considered dangerous (it is). But you can return from file b to file a using the browsers back button. Now to the very point

Re: [Orgmode] problem exporting to latex with latest git release

2009-06-18 Thread Eric S Fraga
Carsten Dominik writes: > Fixed, thanks. Thank *you*! Works just fine now. ___ 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] problem exporting to latex with latest git release

2009-06-18 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jun 18, 2009, at 6:53 PM, Eric S Fraga wrote: Carsten et al., I have run into the following problem with the latest git release of org-mode. When attempting to export an org file as latex, I get the following (truncated to remove excess amount of file contents etc

Re: [Orgmode] OT: How to tell if your message made it to the list

2009-06-18 Thread Scot Becker
Thanks for the post. Investigating helped me find a problem with my own subscription to the list. (I had subscribed with a different address than I was posting with). No wonder discussions often seemed to proceed as if I hadn't answered. My messages were always waiting in the approve queue. If

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Xin Shi
Hi Sebastian, I see. So, in your initial email, "using mouse" only means click on the links make by the js file. Xin On Thu, Jun 18, 2009 at 10:58 AM, Sebastian Rose wrote: > Xin Shi writes: > > Hi Sebastian, > > > > This is a really great feature I was hoping to have! > > > > I tried to get

[Orgmode] OT: How to tell if your message made it to the list

2009-06-18 Thread Samuel Wales
In gmail, there doesn't seem to be an obvious indication that your message made it to the list. That is, you do not have both messages (your sent mail and the received one). Is there a way? This seems relevant. Thanks. On 2009-06-18, Manish wrote: > On Thu, Jun 18, 2009 at 1:51 PM, Carsten

Re: [Orgmode] Feature suggestion: context sensitive movement

2009-06-18 Thread Samuel Wales
Others have pointed out the relevant commands. Here are some possible bindings for you. What I do is bind c-m-arrow, analogous to the way I bind them in Lisp. Maybe you will find those bindings useful. The relevant insight is trees -- both Lisp and outlines instantiate them. Would be great if

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Sebastian Rose
Xin Shi writes: > Hi Sebastian, > > This is a really great feature I was hoping to have! > > I tried to get the http://orgmode.org/org-info.js and tested on Firefox > 3.0.11, the "B" works but click on the go back button is not working. ... > not sure why. The reason for this is, we can not modi

Re: [Orgmode] [Buglet] issue where org-agenda always prints to PostScript "with faces"

2009-06-18 Thread Manish
On Thu, Jun 18, 2009 at 1:27 PM, Carsten Dominik wrote: > > On Jun 16, 2009, at 5:27 PM, Manish wrote: > >> On Tue, Jun 16, 2009 at 9:49 AM, James wrote: >>> >>> If you tweak org-agenda-custom-commands to create a PostScript >>> version of your agenda (for example by following this

[Orgmode] problem exporting to latex with latest git release

2009-06-18 Thread Eric S Fraga
Carsten et al., I have run into the following problem with the latest git release of org-mode. When attempting to export an org file as latex, I get the following (truncated to remove excess amount of file contents etc) debug trace: , | Debugger entered--Lisp error: (void-variable org-export

Re: [Orgmode] capturing headings with |||

2009-06-18 Thread Carsten Dominik
On Jun 18, 2009, at 12:18 PM, Giovanni Ridolfi wrote: Dear all, I have found a strange behaviour in capturing column view. Org-mode version 6.27trans (of the 08th of June 2009) GNU Emacs 23.0.94.1 (i386-mingw-nt5.1.2600) of 2009-05-24 on SOFT- MJASON 1. vertical bars in the heading given t

Re: [Orgmode] Emailing: org-27.ed.zip an edited version of org.texi for 6.27

2009-06-18 Thread Carsten Dominik
Hi Michael, thank you very much for this extensive set of changes! I have applied the patch. - Carsten On Jun 16, 2009, at 4:50 PM, Kaelbling, Michael wrote: <> I took the liberty of editing for punctuation and typos. I can diff it if you like (diff -u is 65 KB zipped). Mit freundlichen

Re: [Orgmode] Alternate Table Row Colors

2009-06-18 Thread Xin Shi
Hi Carsten, That's great! Thanks a lot! Just one tiny typo in the docstring: "these ca be Lisp forms" ~~~ -> can Xin On Thu, Jun 18, 2009 at 1:09 AM, Carsten Dominik wrote: > Hi Xin, > > I have pushed a change to this effect. It introduces a new variable > org-export-table-row-ta

Re: [Orgmode] Volunteer wanted for administration of emacs-orgmode

2009-06-18 Thread Manish
On Thu, Jun 18, 2009 at 1:51 PM, Carsten Dominik wrote: > Hi all, > > Paul Rivier is one of the two[1] moderators of emacs-orgmode, > i.e. one if the two great guys that make sure any mail arriving on > our list from non-subscribers is passed through timely, but only if > it is releva

Re: [Orgmode] Re: Feature suggestion: context sensitive movement

2009-06-18 Thread Bill White
On Thu Jun 18 2009 at 07:02, Matthew Lundin wrote: > Hi Rick, > > Rick Moynihan writes: > >> I was just thinking that often I want to jump around items in >> org-mode more quickly than I do at present, depending on the context >> of the point. >> >> e.g. >> >> * Foo >> blah blah blah >> * Bar

[Orgmode] FR: Ability to override the header in custom stuck projects view

2009-06-18 Thread Nicolas Girard
Hi, stuck projects views can be used for many things beyond their initial purpose. It would be nice to be able to override the header when building a custom view -- currently it is set to "List of stuck projects: ". Many thanks in advance, Nicolas ___

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Xin Shi
Hi Sebastian, This is a really great feature I was hoping to have! I tried to get the http://orgmode.org/org-info.js and tested on Firefox 3.0.11, the "B" works but click on the go back button is not working. ... not sure why. Thanks! Xin One question is in one org file, how to specify the int

Re: [Orgmode] Feature suggestion: context sensitive movement

2009-06-18 Thread Sebastian Rose
Rick Moynihan writes: > I was just thinking that often I want to jump around items in org-mode > more quickly than I do at present, depending on the context of the > point. > > e.g. > > * Foo > blah blah blah > * Bar | > blah blah blah > * Baz > > Assuming the point is located at | I might want t

Re: [Orgmode] my-mini-table(something)

2009-06-18 Thread Sebastian Rose
Ahh - I knew this technique existed. But I tried to find it in the manual (since I never used yet). Documentation for this is missing. Maybe mention it in the concept index would help? Regards Sebastian diff --git a/doc/org.texi b/doc/org.texi index a8a6105..77584d4 100644 --- a/doc/org.te

Re: Re: [Orgmode] my-mini-table(something)

2009-06-18 Thread giovanni . ridolfi
--- Gio 18/6/09, Stefan Vollmar ha scritto: > #+MACRO is exactly what I was looking for. > > (1) The release notes of 6.27 say: > > Macro processing for export has been enhanced: > > - You can use arguments in a macro, for example > #+macro hello Greet the $1: Hello $1 > which is just what I h

Re: [Orgmode] Volunteer wanted for administration of emacs-orgmode

2009-06-18 Thread Greg Newman
I can lend one hand guys. *Greg Newman* http://20seven.org twitter: 20seven On Thu, Jun 18, 2009 at 4:21 AM, Carsten Dominik wrote: > Hi all, > > Paul Rivier is one of the two[1] moderators of emacs-orgmode, i.e. one if > the two > great guys that make sure any mail arriving on our list from

[Orgmode] Re: I just discovered the clone subtree command

2009-06-18 Thread Matthew Lundin
Carsten Dominik writes: >> * Training Log >> [2009-06-19 Fri] >> >> Change the square brackets to angle brackets then you will >> find the cloning works! > > I guess inactive time stamps should be shifted as well? > I am not entirely sure about this, but I have made that change. > > Comments? >

[Orgmode] Re: my-mini-table(something)

2009-06-18 Thread Matthew Lundin
Hi Stefan, Stefan Vollmar writes: > we have used org-mode for creating HTML content for software > documentation and it beats everything we have tried over the last > couple of years hands down, excellent work! > > For one project, I used several statements like this (simplified): > > #+HTML: t

[Orgmode] Re: Feature suggestion: context sensitive movement

2009-06-18 Thread Matthew Lundin
Hi Rick, Rick Moynihan writes: > I was just thinking that often I want to jump around items in org-mode > more quickly than I do at present, depending on the context of the > point. > > e.g. > > * Foo > blah blah blah > * Bar | > blah blah blah > * Baz > > Assuming the point is located at | I

Re: [Orgmode] Feature suggestion: context sensitive movement

2009-06-18 Thread Russell Adams
C-c C-n C-c C-p Enjoy! On Thu, Jun 18, 2009 at 12:10:53PM +0100, Rick Moynihan wrote: > I was just thinking that often I want to jump around items in org-mode > more quickly than I do at present, depending on the context of the > point. > > e.g. > > * Foo > blah blah blah > * Bar | > blah blah

[Orgmode] Re: Volunteer wanted for administration of emacs-orgmode

2009-06-18 Thread Mikael Fornius
I can help out with this. -- Mikael Fornius ___ 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] my-mini-table(something)

2009-06-18 Thread Stefan Vollmar
Dear Giovanni, excellent, many thanks! #+MACRO is exactly what I was looking for. (1) The release notes of 6.27 say: > Macro processing for export has been enhanced: > > - You can use arguments in a macro, for example > #+macro hello Greet the $1: Hello $1 which is just what I had been hopin

[Orgmode] Feature suggestion: context sensitive movement

2009-06-18 Thread Rick Moynihan
I was just thinking that often I want to jump around items in org-mode more quickly than I do at present, depending on the context of the point. e.g. * Foo blah blah blah * Bar | blah blah blah * Baz Assuming the point is located at | I might want to quickly jump to previous headings by pushing

[Orgmode] capturing headings with |||

2009-06-18 Thread Giovanni Ridolfi
Dear all, I have found a strange behaviour in capturing column view. Org-mode version 6.27trans (of the 08th of June 2009) GNU Emacs 23.0.94.1 (i386-mingw-nt5.1.2600) of 2009-05-24 on SOFT-MJASON 1. vertical bars in the heading given the file file.org --file.org- -*- mode

Re: [Orgmode] my-mini-table(something)

2009-06-18 Thread Giovanni Ridolfi
--- Gio 18/6/09, Stefan Vollmar ha scritto: > > For one project, I used several statements like this > (simplified): > > #+HTML: src="./images/icon.png"/>something > > #+HTML: src="./images/icon.png"/>other > > The result looks exactly the way we have planned it, > however, ideally one woul

[Orgmode] my-mini-table(something)

2009-06-18 Thread Stefan Vollmar
Hello, we have used org-mode for creating HTML content for software documentation and it beats everything we have tried over the last couple of years hands down, excellent work! For one project, I used several statements like this (simplified): #+HTML: td>something #+HTML: td>other The

Re: [Orgmode] org-exp-blocks: what about previewing blocks ?

2009-06-18 Thread Nicolas Girard
2009/6/18 Carsten Dominik > > On Jun 17, 2009, at 2:40 AM, Nicolas Girard wrote: > > Hi all, >> >> currently the code in org-exp-blocks is intended for pre-processing only. >> It seems to me like org-mode would gain a very powerful feature, if >> blocks could also be previewed in their own buffe

Re: [Orgmode] Error when saving remember entries in non org-mode file types.

2009-06-18 Thread Carsten Dominik
On Jun 17, 2009, at 1:25 AM, Jere McDevitt wrote: Org-mode version: 6.27a I configured org-remember-templates to use a file named "project.todo" to hold todo entries for me. (setq org-remember-templates ("Project" ?p "* TODO %?\n %u" "~/org/project.todo" bottom ))) I hadn't added

Re: [Orgmode] Makefile: missing rule for org-exp-blocks.elc

2009-06-18 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jun 17, 2009, at 2:25 AM, Nicolas Girard wrote: Hi, following the last commits, it seems like a rule for org-exp-blocks.elc is missing in the Makefile. Cheers, Nicolas ___ Emacs-orgmode mailing list Remember: use `Reply

Re: [Orgmode] org-exp-blocks: what about previewing blocks ?

2009-06-18 Thread Carsten Dominik
On Jun 17, 2009, at 2:40 AM, Nicolas Girard wrote: Hi all, currently the code in org-exp-blocks is intended for pre-processing only. It seems to me like org-mode would gain a very powerful feature, if blocks could also be previewed in their own buffer, using the same mechanism as the org-fo

[Orgmode] Volunteer wanted for administration of emacs-orgmode

2009-06-18 Thread Carsten Dominik
Hi all, Paul Rivier is one of the two[1] moderators of emacs-orgmode, i.e. one if the two great guys that make sure any mail arriving on our list from non- subscribers is passed through timely, but only if it is relevant and no spam. Paul says that he would like to be relieved of this task b

Re: [Orgmode] Patch to LaTeX Export verbatim

2009-06-18 Thread Carsten Dominik
Applied, with the following changes: The variable has been renamed to org-export-latex-verbatim-wrap and its definition has been moved to org-latex.el. The value of the variable must be a cons cell, not a list (just because this is how Org usually works for options like this, not because it is t

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Carsten Dominik
Hi Sebastian, On Jun 17, 2009, at 11:52 PM, Sebastian Rose wrote: Hi, just cannot resist posting this here: Why would you even consider to resist? :-) this is really great, I missed the possibility to go back to the most recent position. - Carsten The navigation of org-info.js has

Re: [Orgmode] org-exp-blocks: what about previewing blocks ?

2009-06-18 Thread Carsten Dominik
On Jun 17, 2009, at 2:40 AM, Nicolas Girard wrote: Hi all, currently the code in org-exp-blocks is intended for pre-processing only. It seems to me like org-mode would gain a very powerful feature, if blocks could also be previewed in their own buffer, using the same mechanism as the org-fo

Re: [Orgmode] [Buglet] issue where org-agenda always prints to PostScript "with faces"

2009-06-18 Thread Carsten Dominik
On Jun 16, 2009, at 5:27 PM, Manish wrote: On Tue, Jun 16, 2009 at 9:49 AM, James wrote: If you tweak org-agenda-custom-commands to create a PostScript version of your agenda (for example by following this link... http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php#sec-5.4

Re: [Orgmode] #+LATEX_HEADER: does not seem to work

2009-06-18 Thread Carsten Dominik
On Jun 17, 2009, at 1:01 AM, Nicolas Girard wrote: Hi, as title says: using the trunk version of org-mode, I couldn't get #+LATEX_HEADER: to work. It works just fine for me. - Carsten ___ Emacs-orgmode mailing list Remember: use `Reply All' to

Re: [Orgmode] Makefile: missing rule for org-exp-blocks.elc

2009-06-18 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jun 17, 2009, at 2:25 AM, Nicolas Girard wrote: Hi, following the last commits, it seems like a rule for org-exp-blocks.elc is missing in the Makefile. Cheers, Nicolas ___ Emacs-orgmode mailing list Remember: use `Reply

Re: [Orgmode] Patch to LaTeX Export verbatim

2009-06-18 Thread Carsten Dominik
Applied, with the following changes: The variable has been renamed to org-export-latex-verbatim-wrap and its definition has been moved to org-latex.el. The value of the variable must be a cons cell, not a list (just because this is how Org usually works for options like this, not because it is t

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Carsten Dominik
Hi Sebastian, On Jun 17, 2009, at 11:52 PM, Sebastian Rose wrote: Hi, just cannot resist posting this here: Why would you even consider to resist? :-) this is really great, I missed the possibility to go back to the most recent position. - Carsten The navigation of org-info.js has

Re: [Orgmode] Re: I just discovered the clone subtree command

2009-06-18 Thread Carsten Dominik
On Jun 18, 2009, at 1:56 AM, Charles Cave wrote: Nicolas Aggelidis gmail.com> writes: Hi Charles!I have a training log that has the following headings * Training Log [2009-06-19 Fri] Change the square brackets to angle brackets then you will find the cloning works! I guess inactive time