[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 tha

Re: [Orgmode] Worg - Using Lightbox Javascript.

2010-10-16 Thread Bastien
Hi Ian, Ian Barton 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. Lightbox is licenced

[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 https://

[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 -- https://code.launchpad.net/~a-roehler/python-mode/python

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-

Re: [Orgmode] Publishing htaccess files with a project

2010-10-16 Thread Sebastian Rose
Jeff Horn 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 to keep *all*

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

2010-10-16 Thread Sebastian Rose
Jeff Horn 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 semantically[1], I

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 org-a

[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. >

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 f

[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

[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 f

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 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 org-mode and am

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 wrot

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" wrote: Aloha Chris, Perhaps you have an older version of org-mode? All the best, Tom On Oct 16, 201

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" t...@tsdy

Re: Re: Re: Re: [Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Which seems old...I'll try and update it. Thanks for the help. Chris On Oct 16, 2010 2:51pm, chris.m.mal...@gmail.com wrote: 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

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" 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 > > something li

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 wrote: > I have a customization question. > > I want to have my habits roll over when I wake up, rather than when > the cloc

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, T

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 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 f

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 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 of wee

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

2010-10-16 Thread Nick Dokos
Jeff Horn wrote: > Very useful, since I often do the same! Thanks for this. > > On Sat, Oct 16, 2010 at 12:34 PM, Marc-Oliver Ihm 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 a

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 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 t

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

2010-10-16 Thread Sebastian Rose
Marc-Oliver Ihm 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, http://orgm

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 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 is shown as ca

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 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, lines 1889 and

[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 use

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 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 8820a2527611d46b9f09bd741792628

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 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

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 purpos

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 lat

Re: [Orgmode] Weird behaviour with org-yank and org-startup-indented

2010-10-16 Thread Carsten Dominik
On Oct 15, 2010, at 4:56 PM, Julien Danjou wrote: Hi, I'm using org 7.01h with Emacs 24 trunk. When I set org-startup- indented to t, I observe the following: ** TODO Some stuff I select "stuff" and press M-w. Then I go the the line under and press C-y (org-yank). Now I got: ** TODO Some

Re: [Orgmode] capture problem

2010-10-16 Thread Carsten Dominik
On Oct 12, 2010, at 6:55 AM, Jeff Horn wrote: On Tue, Oct 12, 2010 at 12:51 AM, Carsten Dominik wrote: Could one of you try to make a backtrace for this problem? Debugger entered--Lisp error: (error "Capture abort: (quit pasteboard doesn't contain valid data)") signal(error ("Capture abort

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

2010-10-16 Thread Joseph Buchignani
Worked like a charm, and it appears to be habit compatible. The code was ;; align my nightowl tendencies with org dating (setq org-extend-today-until 7) in my .emacs That sets the day rollover at 7 am. To set the day rollover at 4 pm, you would change the 7 to 16. Thanks, JB On Sun, Oct 17, 2

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

2010-10-16 Thread Marc-Oliver Ihm
Am 16.10.2010 21:58, schrieb Nick Dokos: > Jeff Horn wrote: > >> Very useful, since I often do the same! Thanks for this. >> >> On Sat, Oct 16, 2010 at 12:34 PM, Marc-Oliver Ihm wrote: >>> Hello ! >>> >>> >>> I sometimes find myself adjusting timestamps just by editing its text; >>> e.g. changin

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-16 Thread Carsten Dominik
Hi, On Oct 8, 2010, at 9:50 PM, Bernt Hansen wrote: Eric S Fraga writes: On Fri, 08 Oct 2010 15:01:49 -0400, Bernt Hansen wrote: Eric S Fraga writes: Recently, but I cannot say for how long, I have found that dates entered, for instance using "j" in the standard agenda view, no long

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

2010-10-16 Thread Carsten Dominik
Hi, maybe it would be good to construct a FAQ around org-extend-today-until. This is actually a quite usable feature. - Carsten On Oct 17, 2010, at 8:26 AM, Joseph Buchignani wrote: Worked like a charm, and it appears to be habit compatible. The code was ;; align my nightowl tendencies with

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

2010-10-16 Thread Carsten Dominik
On Oct 17, 2010, at 8:48 AM, Carsten Dominik wrote: Hi, maybe it would be good to construct a FAQ around org-extend-today- until. I mean a single FAQ entry. This is actually a quite usable feature. - Carsten On Oct 17, 2010, at 8:26 AM, Joseph Buchignani wrote: Worked like a charm, an