Re: [O] Multi string search of org entries

2012-01-09 Thread Thomas Holst
Hi Tom, · On Jan 05 2012, Tom wrote: > Bastien altern.org> writes: > >> >> Please feel free to suggest any better description, I >> just took the one from the commentary section of the .el >> file. > > They look fine to me which is not suprising, because I wrote these > descriptions in the fir

Re: [O] Dangling link [was: Re: Multi string search of org entries]

2012-01-09 Thread Bastien
pin...@iro.umontreal.ca (François Pinard) writes: > Glancing through it, I notice in section org-R.el that the URL for > "documented in the manual" is dangling. Fixed, thanks! -- Bastien

Re: [O] Strange "non-existent agenda file" message

2012-01-09 Thread Bastien
Hi François, > Command "C-c C-e d" yields this strange message: > > non-existent agenda file > ~/fp/notes/Bureautique/Org_mode_Présentation.org. > [R]emove from list or [A]bort? I cannot reproduce this. Can you provide a minimal setup and an example file that will help me reproduce this?

Re: [O] Manual -- updating the Customization node

2012-01-09 Thread Bastien
Hi François, pin...@iro.umontreal.ca (François Pinard) writes: > Section 15.5 Customization in the Org manual says: > > "There are more than 180 variables that can be used to customize Org." > > In a recent message to the mailing list, someone said 580 or so > variables. Another gave a number o

Re: [O] Problem at capture time

2012-01-09 Thread Bastien
Hi François, please be patient -- your patches are under radar, resending them does not help. What helps is to send them using git format-patch, to include a detailed and clean changelog entry, and to make it clear whether the patch is okay or for testing purpose first. When I read your message,

Re: [O] New issue with capture

2012-01-09 Thread Bastien
Hi Ido, Ido Magal writes: > When I attempt to org-capture-finalize, I get > > Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) > org-capture-bookmark-last-stored-position() > org-capture-finalize(nil) > call-interactively(org-capture-finalize nil nil) I cannot (

[O] LaTeX export: how to customize date format?

2012-01-09 Thread Carlos Russo
Hello, Is there a way to customize how a date is exported into LaTeX? Google couldn't help me on this. For example, if an org file contains a timestamp <2012-01-09 Mon>, I'm getting an italicized version in the .tex file, i.e. \textit{2012-01-09 Mon}. I would like to be able to change how dates

Re: [O] LaTeX export: how to customize date format?

2012-01-09 Thread Bastien
Hi Carlos, Carlos Russo writes: > Is there a way to customize how a date is exported into LaTeX? You cannot do this right now. See these variables: org-export-latex-timestamp-markup: "A printf format string to be applied to time stamps." org-export-latex-timestamp-inactive-markup: "A pri

Re: [O] LaTeX export: how to customize date format?

2012-01-09 Thread Bastien
Bastien writes: >> Is there a way to customize how a date is exported into LaTeX? > > You cannot do this right now. Er.. forget this sentence -- perhaps my subconscious is trying to tell me there are too many variables in Org now :) -- Bastien

Re: [O] LaTeX export: how to customize date format?

2012-01-09 Thread Carlos Russo
Thanks, it seems that (setq org-export-latex-timestamp-markup "\\printdate{%s}") does half of the job already. > Er.. forget this sentence -- perhaps my subconscious is trying > to tell me there are too many variables in Org now :) I suppose this means there are no plans of creating a variable

Re: [O] LaTeX export: how to customize date format?

2012-01-09 Thread Bastien
Carlos Russo writes: > I suppose this means there are no plans of creating a variable containing > the markup associated with a date range, right :-p? Not that I know -- but beware of the conspiracy, as the LaTeX exporter is currently being rewritten by Nicolas... see org-e-latex.el in the EXP

Re: [O] Problem at capture time

2012-01-09 Thread François Pinard
Bastien writes: > Hi François, please be patient -- your patches are under radar, > resending them does not help. OK, sorry. I do not know enough, yet, how Org works. I sent a problem, got a question, sent a reply which was rejected, then nothing. A mere short acknowledgement would have told

Re: [O] Manual -- updating the Customization node

2012-01-09 Thread François Pinard
Bastien writes: > There is 733 now defcustom declarations in lisp/ -- but some of > these options are not available, depending on `org-modules'. I > updated the manual to 500. The number is not important, just the > idea. :-). No need, then, to include standard deviation nor kurtosis! Fran

Re: [O] Multi string search of org entries

2012-01-09 Thread Tom
Thomas Holst de.bosch.com> writes: > > Attached is a patch which corrects this line. > Applied, thanks.

Re: [O] Footnotes issue with LaTeX export

2012-01-09 Thread John Hendy
On Mon, Jan 9, 2012 at 1:05 AM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > > > #+begin_src orgmode > > * Header > > > > Test paragraph where I insert a dollar amount of $100. > > > > Test paragraph where I insert a dollar amount of \$100. > > > > Test paragraph where I insert a dol

Re: [O] Strange "non-existent agenda file" message

2012-01-09 Thread François Pinard
Bastien writes: >> Command "C-c C-e d" yields this strange message: >> >> non-existent agenda file >> ~/fp/notes/Bureautique/Org_mode_Présentation.org. >> [R]emove from list or [A]bort? > I cannot reproduce this. Can you provide a minimal setup and an > example file that will help me rep

[O] Minor org mode for achieve code folding effects

2012-01-09 Thread Giovanni Giorgi
Hi all, I'd like to edit some ruby/python/shell script using functions folding. I'd like to get a way to fold functions or method. I have found this article using outline mode: http://stackoverflow.com/questions/1085170/how-to-achieve-code-folding-effects-in-emacs but frankly I find it

Re: [O] Minor org mode for achieve code folding effects

2012-01-09 Thread Carsten Dominik
On Jan 9, 2012, at 4:14 PM, Giovanni Giorgi wrote: > Hi all, > I'd like to edit some ruby/python/shell script using functions folding. > > I'd like to get a way to fold functions or method. > > I have found this article using outline mode: > http://stackoverflow.com/questions/1085170/how-to-ac

Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-09 Thread Karl Voit
* Eric Schulte wrote: > Karl Voit writes: > > I'm using gnuplot 4.5 patchlevel 0 which is probably where this > difference comes in. As I use gnuplot all the time, I find it > worthwhile to track the development head for nice new features such as > this and beautiful pdf plots through pgf/tikz.

Re: [O] Footnotes issue with LaTeX export

2012-01-09 Thread Nicolas Goaziou
Hello, John Hendy writes: >> One workaround would be to remove "$" as a math delimiter from >> `org-format-latex-options'. > How about another idea... would it be possible to remove "\$" as a math > delimiter? I *do* use $math$ a bit, at least in this document, and have > =TeX:t and LaTeX:t= in

[O] Numbering source lines not from 1

2012-01-09 Thread François Pinard
Hi, Org people. If I use: #+BEGIN_SRC bash +n line numbering resumes from the last listed number. Is there a way to "resume" with a user specified number? My intent would be to have the full numbered listing in an appendix, but then, excerpt a few group of lines here and there in the runnin

Re: [O] How to force redisplay?

2012-01-09 Thread Nicolas Goaziou
Hello, pin...@iro.umontreal.ca (François Pinard) writes: > Playing a bit to reply to your questions, I think I just found a way to > reproduce the problem dependably. If on a header line of a section > having contents, I do something like: > >C-e RET *** Allo RET > > (well, merely choose the

Re: [O] Footnotes issue with LaTeX export

2012-01-09 Thread John Hendy
On Mon, Jan 9, 2012 at 11:31 AM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > > >> One workaround would be to remove "$" as a math delimiter from > >> `org-format-latex-options'. > > > How about another idea... would it be possible to remove "\$" as a math > > delimiter? I *do* use $m

Re: [O] How to force redisplay?

2012-01-09 Thread François Pinard
Nicolas Goaziou writes: >> If on a header line of a section having contents, I do something >> like: >>C-e RET *** Allo RET >> [...] the "Allo" line will then get intended according to the number >> of stars, but the following contents lines keep their original visual >> indentation, which

[O] text background when exporting as HTML

2012-01-09 Thread David Rogoff
Hi all. I'm using orgmode for outlines and documentation. Since no one else I work with does this, I export to HTML which generally works fine. However, I've got a problem with embedded code samples using #+BEGIN_SRC / #+END_SRC. The faces for the source code are set up for a black backgro

Re: [O] [Orgmode] Automatic screenshot insertion

2012-01-09 Thread Eric S Fraga
pin...@iro.umontreal.ca (François Pinard) writes: > Russell Adams writes: >> On Sun, Nov 28, 2010 at 08:35:23PM +0100, David Maus wrote: >>> At Thu, 18 Nov 2010 18:16:22 +0100, Jonathan BISSON wrote: > >>> > Here is a little function that allows a user to insert a screenshot >>> > easily. Only wo

Re: [O] Footnotes issue with LaTeX export

2012-01-09 Thread Eric S Fraga
John Hendy writes: [...] > If I removed $ as you suggest, could I use \begin{math}/\end{math} inline? > I have quite a bit of inline math. You can use \( ... \) for inline math. Works well for me. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.90.1 : using Org-mode version 7.8.0

[O] LaTeX export problem

2012-01-09 Thread Piotr Kaźmierczak
Hi, I have a very strange problem: I can no longer process an org file with all my notes to LaTeX. I've been using org-mode this way for some time now, and I was always able to get a nice tex file I could later process to PDF. Now all I get is a TeX file with absolutely no new-line symbols (

Re: [O] [Orgmode] Automatic screenshot insertion

2012-01-09 Thread François Pinard
Eric S Fraga writes: > pin...@iro.umontreal.ca (François Pinard) writes: > Thanks! However, if I give it a directory name, the function fails > with "Cannot create image file" in the mini-buffer. [...] In > summary, if I give it an existing file name, that works; if I give it > a non-existing

Re: [O] org-jira.el

2012-01-09 Thread OSiUX
El vie, 06 ene 2012, Bao Haojun decía: > Hi, OSiUX > > OSiUX writes: > > > El lun, 02 ene 2012, Bao Haojun decía: > > > >> Hi, all > >> > >> I have implemented org-jira.el, bringing org-mode and Jira system > >> together. > >> > >> Wrote a Wiki page for it on emacswiki: > >> http://www.emacsw

Re: [O] LaTeX export problem

2012-01-09 Thread Nick Dokos
Piotr Kaźmierczak wrote: > I have a very strange problem: I can no longer process an org file > with all my notes to LaTeX. I've been using org-mode this way for some > time now, and I was always able to get a nice tex file I could later > process to PDF. Now all I get is a TeX file with absolu

[O] Bug inserting preamble from function in org-export-as-html

2012-01-09 Thread Bill Jackson
I believe that a bug was introduced into org-export-as-html sometime after version 7.7, and is still present in 7.8.03. In the file org-html.el, the section of org-export-as-html that inserts the HTML preamble is broken in the case were a function is passed for the preamble. The following cha

Re: [O] org-jira.el

2012-01-09 Thread Bao Haojun
Hi OSiUX, OSiUX writes: > Hi Bao Haojun, > > I finally discovered the error, I was using an anonymous proxy server > and JIRA apparently did not return the correct xml. > > Does not work in emacs, but in emacs 24 enabling the debug managed to > capture the error:: > > (let ( (url-request-meth

Re: [O] Is it possible to have a code fragment in a bulleted list?

2012-01-09 Thread Stephen J. Barr
Thank you for the suggestion. I'll take a look at it. On Mon, Jan 9, 2012 at 2:13 AM, Nicolas Goaziou wrote: > Hello, > > "Stephen J. Barr" writes: > >> Quick question. Is it possible to have a code fragment in a bulleted >> list? For example, I would like to do >> >> - This is interesting >>  

[O] Capitalisation and good taste ?

2012-01-09 Thread François Pinard
Hi, Org people. I really have mixed feelings about capitalisation of #+WORDS, and wonder if some consensus and good taste has developed over time among Org mode users. What is the collective wisdom saying as being nicer among: #+LATEX_HEADER: #+Latex_Header: #+LaTeX_HEADER: #+latex_header: etc.

Re: [O] Capitalisation and good taste ?

2012-01-09 Thread Bernt Hansen
pin...@iro.umontreal.ca (François Pinard) writes: > I really have mixed feelings about capitalisation of #+WORDS, and wonder > if some consensus and good taste has developed over time among Org mode > users. What is the collective wisdom saying as being nicer among: > > #+LATEX_HEADER: > #+Latex_

Re: [O] New issue with capture

2012-01-09 Thread Ido Magal
This is GNU Emacs 24.0.92.1 (i386-apple-darwin11.2.0, NS apple-appkit-1138.23) I've reduced my .emacs to the following: = (setq org-capture-templates '(("t" "Task" entry (file+datetree "~/org/tasks.org") "** next %?"))) ==

Re: [O] Capitalisation and good taste ?

2012-01-09 Thread Nick Dokos
Bernt Hansen wrote: > pin...@iro.umontreal.ca (François Pinard) writes: > > > I really have mixed feelings about capitalisation of #+WORDS, and wonder > > if some consensus and good taste has developed over time among Org mode > > users. What is the collective wisdom saying as being nicer among

Re: [O] Capitalisation and good taste ?

2012-01-09 Thread François Pinard
Bernt Hansen writes: > pin...@iro.umontreal.ca (François Pinard) writes: >> I really have mixed feelings about capitalisation of #+WORDS, and >> wonder if some consensus and good taste has developed over time among >> Org mode users. > A long time ago all capitals was the only way these keyword

Re: [O] Capitalisation and good taste ?

2012-01-09 Thread François Pinard
Nick Dokos writes: > ... and check out "easy templates" to get consistent capitalization > *and* speed up your typing: (info "(org) Easy Templates") Good advice! Thanks! François P.S. By the way, the node mentions "#+begin_ascii", but the manual does not tell about what it is. (Or at least "

Re: [O] Capitalisation and good taste ?

2012-01-09 Thread Nick Dokos
François Pinard wrote: > P.S. By the way, the node mentions "#+begin_ascii", but the manual does > not tell about what it is. (Or at least "t s begin_ascii RET s RET" in > the Info node only finds the Easy Templates reference.) > In general, #+begin_foo ... #+end_foo will include the contents