Re: [Orgmode] orgtbl mode puzzle

2010-10-16 Thread Carsten Dominik
Hi Nigel, radio tables and list are not supposed to work in org-mode, only in other buffers with orgtbl-mode (for tables) and orgstruct-mode (for lists) activated. Things work OK for tables, but there is a new bug in the list part. I have asked Nicolas to take a look. - Carsten On Oct 15,

Re: [Orgmode] org-insert-heading

2010-10-16 Thread Andreas Röhler
Am 16.10.2010 07:30, schrieb Carsten Dominik: Hi Andreas, On Oct 15, 2010, at 7:38 PM, Andreas Röhler wrote: Hi, doku of `org-insert-heading' says: , | If point is not at the beginning, do not split the line, | but create the new headline after the current line. ` which sounds

[Orgmode] [BUG] org-latex ignores org-export-latex-hyperref-format?

2010-10-16 Thread Guy Wiener
I found the following weird thing in org-latex, and I think it is a bug: The customization option org-export-latex-hyperref-format is suppose to render links to hyperrefs in the exported tex file. However, in org-latex.el, lines 1889 and 1892, the string \\hyperref[%s]{%s} is hard-coded, so that

Re: [Orgmode] Worg - Using Lightbox Javascript.

2010-10-16 Thread Bastien
Hi Ian, Ian Barton li...@manor-farm.org writes: I am writing the screenshots page for my org-color-theme contribution. Usually when I am doing something like this I would make each picture about 500px wide and allow the user to see a full size popup using the Lightbox Javascript library.

[Orgmode] command-name org-insert-heading-respect-content

2010-10-16 Thread Andreas Röhler
Hi Carsten, seems I have to attach the remaining command-names manualy. That way studying org-mode along it's code. Maybe consider granting me write-access, so you must not check in patch by patch. Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components

[Orgmode] command-name org-insert-heading-respect-content

2010-10-16 Thread Andreas Röhler
Hi Carsten, herewith a first patch continuing command-name insertion (should be sent already but seems not). As the remaining has to be done manually, several patches will result. Maybe consider granting write-access. Cheers Andreas --

Re: [Orgmode] [Babel] Library calls and begin_example

2010-10-16 Thread Eric Schulte
Hi Tom, See the Evaluating code blocks section of the manual for information on how to pass header arguments to #+call: lines http://orgmode.org/manual/Evaluating-code-blocks.html#Evaluating-code-blocks something like #+lob: elispgantt(table=gantttest) :results latex should work Cheers --

[Orgmode] Tiny piece of customization for ctrl-c ctrl-c within a timestamp

2010-10-16 Thread Marc-Oliver Ihm
Hello ! I sometimes find myself adjusting timestamps just by editing its text; e.g. changing 2010-10-16 Su to 2011-10-16 Su. However after that editing, the day of week is usually wrong (or might be right, I just dont know). With this small piece of lisp, one just needs to press ctrl-c ctrl-c

Re: [Orgmode] Publishing htaccess files with a project

2010-10-16 Thread Sebastian Rose
Jeff Horn jrhorn...@gmail.com writes: Hi orgsters, I'm wondering how I should publish .htaccess files? My current setup is a source directory under ~/org/, which is kept at Dropbox, and a publishing directory under ~/Sites/, which is not. Since data loss is pyschologically crippling, I like

Re: [Orgmode] Applying inline styles to a section for exported HTML

2010-10-16 Thread Sebastian Rose
Jeff Horn jrhorn...@gmail.com writes: I'm aware we can define #+ATTR_HTML: for styling of divs containing images and tables. Is there similar functionality for section divs? Simply adding the required option below or above the section didn't do the trick. Since section divs aren't named

Re: [Orgmode] A LaTeX class for Org-mode export

2010-10-16 Thread Thomas S. Dye
Aloha Carsten, Thanks for your kind words. I'm having fun with org-article.cls and am happy to have Org support in the ways that you mention. Right now I think the class's main contribution is that it eases configuration of LaTeX export. For the future (perhaps distant), I'm hoping

[Orgmode] Re: [Babel] Library calls and begin_example, where may I find the code ?

2010-10-16 Thread Marc-Oliver Ihm
Hello ! Sorry for bothering but I have not been able to find this code. Could you please provide a pointer ? Thanx a lot ! with kind regards, Marc-Oliver Ihm Am 16.10.2010 04:55, schrieb Thomas S. Dye: Aloha all, I'm working with Eric Fraga's GANTT chart code, posted here recently. I'd

Re: [Orgmode] Babel for blogging

2010-10-16 Thread Olivier Schwander
Le 16 Oct 2010 00:13, Pere Quintana Seguí a écrit: Al 15/10/10 22:32, En/na Eric Schulte ha escrit: this approach might be less appropriate for RSS, mainly because code block output is most easily contained in an Org-mode file, and then exported along with the rest of the file. RSS files

[Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Hi, I'm using emacs version 22.2.1 on a Fedora Core 9 machine. I'm new to org-mode and am interested in using it to write LaTeX documents/Beamer presentations. When I load the export dispatcher with Cc Ce, however, I do not have the l option for LaTeX export; I only have the following:

Re: [Orgmode] Latex Export

2010-10-16 Thread Nick Dokos
chris.m.mal...@gmail.com wrote: Hi, I'm using emacs version 22.2.1 on a Fedora Core 9 machine.  I'm new to org-mode and am interested in using it to write LaTeX documents/Beamer presentations. When I load the export dispatcher with C-c C-e, however, I do not have the l option for LaTeX

[Orgmode] Latex Export

2010-10-16 Thread Chris Malone
Hi, I'm using emacs version 22.2.1 on a Fedora Core 9 machine. I'm new to org-mode and am interested in using it to write LaTeX documents/Beamer presentations. When I load the export dispatcher with C-c C-e, however, I do not have the l option for LaTeX export; I only have the following:

[Orgmode] How do I change when a new day starts in orgmode?

2010-10-16 Thread Joseph Buchignani
I have a customization question. I want to have my habits roll over when I wake up, rather than when the clock hits 12 AM. How do I make this happen? I know I read about it somewhere but I can't find it after determined Googling and checking the Org manual and Worg. Thanks, JB -- Ignore the

Re: Re: [Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Hi Nick, It does not export anything. The message window displays: No command associated with key l Chris On Oct 16, 2010 1:54pm, Nick Dokos nicholas.do...@hp.com wrote: chris.m.mal...@gmail.com wrote: Hi, I'm using emacs version 22.2.1 on a Fedora Core 9 machine. I'm new to

Re: [Orgmode] Latex Export

2010-10-16 Thread Thomas S. Dye
Aloha Chris, Perhaps you have an older version of org-mode? All the best, Tom On Oct 16, 2010, at 8:10 AM, chris.m.mal...@gmail.com wrote: Hi Nick, It does not export anything. The message window displays: No command associated with key l Chris On Oct 16, 2010 1:54pm, Nick Dokos

Re: Re: [Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Hi Thomas, This may be as it is the version that comes with Emacs 22.2.1 - is there an easy way to check the org-mode version? Chris On Oct 16, 2010 2:40pm, Thomas S. Dye t...@tsdye.com wrote: Aloha Chris, Perhaps you have an older version of org-mode? All the best, Tom

Re: Re: Re: [Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Sorry, I just checked the version: 4.67c Chris On Oct 16, 2010 2:48pm, chris.m.mal...@gmail.com wrote: Hi Thomas, This may be as it is the version that comes with Emacs 22.2.1 - is there an easy way to check the org-mode version? Chris On Oct 16, 2010 2:40pm, Thomas S. Dye

Re: [Orgmode] [Babel] Library calls and begin_example

2010-10-16 Thread Eric S Fraga
On Sat, 16 Oct 2010 08:59:03 -0600, Eric Schulte schulte.e...@gmail.com wrote: Hi Tom, See the Evaluating code blocks section of the manual for information on how to pass header arguments to #+call: lines http://orgmode.org/manual/Evaluating-code-blocks.html#Evaluating-code-blocks

Re: [Orgmode] How do I change when a new day starts in orgmode?

2010-10-16 Thread Jeff Horn
+1. I work late into many nights, and sometimes I go to the gym after midnight, so this would be helpful for me as well. On Sat, Oct 16, 2010 at 12:28 PM, Joseph Buchignani joseph.buchign...@gmail.com wrote: I have a customization question. I want to have my habits roll over when I wake up,

Re: [Orgmode] Latex Export

2010-10-16 Thread Thomas S. Dye
Hi Chris, Yes, 4.67c is old. I think Org-mode is at version 7.01 now. Have you found Worg? http://orgmode.org/worg/index.php There are tutorials there for configuring and using Org-mode for LaTeX and beamer export. I think that is where I learned how to update Org- mode. All the best,

Re: [Orgmode] Applying inline styles to a section for exported HTML

2010-10-16 Thread Jeff Horn
Maybe custom IDs are your friends? * A Word on Words  :PROPERTIES:  :CUSTOM_ID: word  :END:  Content Great idea, but something isn't working right. It catches and styles the headline, but not the content. Org text:

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-16 Thread Robert Horn
On 10/16/2010 01:32 AM, Carsten Dominik wrote: On Oct 15, 2010, at 4:43 PM, Ilya Shlyakhter wrote: Karl Maihofer ignoramus at gmx.de writes: Besides that I have tags in other contexts, e.g. GTD-related tags etc. So it would be very useful to be able to group the tags as it is possible for

Re: [Orgmode] Tiny piece of customization for ctrl-c ctrl-c within a timestamp

2010-10-16 Thread Jeff Horn
Very useful, since I often do the same! Thanks for this. On Sat, Oct 16, 2010 at 12:34 PM, Marc-Oliver Ihm i...@online.de wrote: Hello ! I sometimes find myself adjusting timestamps just by editing its text; e.g. changing 2010-10-16 Su to 2011-10-16 Su. However after that editing, the day

Re: [Orgmode] Tiny piece of customization for ctrl-c ctrl-c within a timestamp

2010-10-16 Thread Nick Dokos
Jeff Horn jrhorn...@gmail.com wrote: Very useful, since I often do the same! Thanks for this. On Sat, Oct 16, 2010 at 12:34 PM, Marc-Oliver Ihm i...@online.de wrote: Hello ! I sometimes find myself adjusting timestamps just by editing its text; e.g. changing 2010-10-16 Su to

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-16 Thread Carsten Dominik
On Oct 16, 2010, at 9:26 PM, Robert Horn wrote: On 10/16/2010 01:32 AM, Carsten Dominik wrote: On Oct 15, 2010, at 4:43 PM, Ilya Shlyakhter wrote: Karl Maihofer ignoramus at gmx.de writes: Besides that I have tags in other contexts, e.g. GTD-related tags etc. So it would be very useful

Re: [Orgmode] Tiny piece of customization for ctrl-c ctrl-c within a timestamp

2010-10-16 Thread Sebastian Rose
Marc-Oliver Ihm i...@online.de writes: Hello ! I sometimes find myself adjusting timestamps just by editing its text; e.g. changing 2010-10-16 Su to 2011-10-16 Su. However after that editing, the day of week is usually wrong (or might be right, I just dont know). Hi Marc-Oliver,

Re: [Orgmode] Latex Export

2010-10-16 Thread Scot Becker
I guess you have an ancient version of org mode. (do M-x org-version, after org-mode has started. Current release version is 7.01h). See how to get the latest version here: http://orgmode.org/manual/Installation.html#Installation And find the link to the latest version on: http://orgmode.org

Re: [Orgmode] [PATCH] Fix Typo in README_maintainer

2010-10-16 Thread Noorul Islam
On Sat, Oct 16, 2010 at 10:49 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Oct 15, 2010, at 7:19 PM, Noorul Islam wrote: Fix typo * README_maintainer: Fix typo Thanks! - Carsten I could see that the patch is applied in 8820a2527611d46b9f09bd741792628cc57416b4 but the author

Re: [Orgmode] [BUG] org-latex ignores org-export-latex-hyperref-format?

2010-10-16 Thread Noorul Islam
On Sat, Oct 16, 2010 at 3:32 PM, Guy Wiener wiener@gmail.com wrote: I found the following weird thing in org-latex, and I think it is a bug: The customization option org-export-latex-hyperref-format is suppose to render links to hyperrefs in the exported tex file. However, in org-latex.el,

[Orgmode] xemacs compatibility

2010-10-16 Thread Ilya Shlyakhter
The following functions used in org-mode don't seem to exist in the development version of xemacs: booleanp decompose-region restore-buffer-modified-p Maybe, include versions of them with org-mode sources? ilya ___ Emacs-orgmode mailing list Please

Re: [Orgmode] [PATCH] Fix Typo in README_maintainer

2010-10-16 Thread Carsten Dominik
On Oct 17, 2010, at 5:17 AM, Noorul Islam wrote: On Sat, Oct 16, 2010 at 10:49 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Oct 15, 2010, at 7:19 PM, Noorul Islam wrote: Fix typo * README_maintainer: Fix typo Thanks! - Carsten I could see that the patch is applied in

Re: [Orgmode] [BUG] org-latex ignores org-export-latex-hyperref-format?

2010-10-16 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 17, 2010, at 5:29 AM, Noorul Islam wrote: On Sat, Oct 16, 2010 at 3:32 PM, Guy Wiener wiener@gmail.com wrote: I found the following weird thing in org-latex, and I think it is a bug: The customization option org-export-latex-hyperref-format is

Re: [Orgmode] Applying inline styles to a section for exported HTML

2010-10-16 Thread Carsten Dominik
On Oct 16, 2010, at 9:18 PM, Jeff Horn wrote: Maybe custom IDs are your friends? * A Word on Words :PROPERTIES: :CUSTOM_ID: word :END: Content Great idea, but something isn't working right. It catches and styles the headline, but not the content. Org text:

Re: [Orgmode] How do I change when a new day starts in orgmode?

2010-10-16 Thread Carsten Dominik
On Oct 16, 2010, at 6:28 PM, Joseph Buchignani wrote: I have a customization question. I want to have my habits roll over when I wake up, rather than when the clock hits 12 AM. How do I make this happen? We do have a variable `org-extend-today-until' which could be used also for this

Re: [Orgmode] A LaTeX class for Org-mode export

2010-10-16 Thread Carsten Dominik
Hi Tom, On Oct 16, 2010, at 7:08 PM, Thomas S. Dye wrote: Aloha Carsten, Thanks for your kind words. I'm having fun with org-article.cls and am happy to have Org support in the ways that you mention. Great. Would you like to make me a patch which does all this? If you want, you can also

[Orgmode] Exporting #+lob

2010-10-16 Thread Thomas S. Dye
Aloha all, This bit of an Org-mode buffer: #+begin_example #+lob: elispgantt(table=gantttesttable) :results output latex #+end_example is exported to LaTeX like this: \begin{lstlisting} : elispgantt(table=gantttesttable) \end{lstlisting} How can I get the header arguments (:results output