Re: [O] relative links in html export

2012-03-27 Thread Ian Barton
On 26/03/12 23:53, Matt Price wrote: Hi, I want to include a link like this in a document intended only for html output: [[/][Front Page]] I've also tried [[http:/][Front Page]] Neither produces the result I want, which is a href=/Front Page/a Is there any way to get the latter result?

Re: [O] link to pdf in latex export

2012-03-27 Thread Christian Moe
Hi, Try customizing org-export-latex-inline-image-extension and leaving out pdf. Yours, Christian On 3/26/12 8:28 PM, Andreas Leha wrote: Hi all, I have a question concerning the latex export. Suppose, I have a pdf, that I want to have a link to in the exported latex doc, not embedded as

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-27 Thread Karl Voit
* Ian Barton li...@wilkesley.net wrote: Haivng played with gnuplot recently, I would suggest that your first statement should always be reset. Otherwise you may find settings you have been trying out persist over different runs of your babel code. Great tipp, thanks! This can be very

Re: [O] [Bug] regression in the latex exporter

2012-03-27 Thread Bastien
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: there seems to be a regression with the legacy latex exporter. This bug existed for about 1 hour yesterday and has been fixed. Thanks, -- Bastien

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Bastien
Hi Thorsten, Thorsten quintf...@googlemail.com writes: Is there a windmove alternative (another way to navigate comfortably between windows without doing C-x o several times), that works in both console and X11 session? It is not much fun to use windmove if it only works in certain situation

Re: [O] link to pdf in latex export

2012-03-27 Thread Christian Moe
On second thought, not a very good solution. It only solves your problem if you always want to link to a certain file type (here PDFs) and not sometimes inline it as a graphic. I usually just fix this manually, by evaluating the source once, removing the #+RESULT line and adding a description

Re: [O] link to pdf in latex export

2012-03-27 Thread Andreas Leha
suvayu ali fatkasuvayu+li...@gmail.com writes: On Mon, Mar 26, 2012 at 20:28, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: The plots can be found in the additional file call_produce_plot[ :results graphics :file sth.pdf]()[:results file]. How do I do that? I don't know about

Re: [O] link to pdf in latex export

2012-03-27 Thread Andreas Leha
Christian Moe m...@christianmoe.com writes: On second thought, not a very good solution. It only solves your problem if you always want to link to a certain file type (here PDFs) and not sometimes inline it as a graphic. I usually just fix this manually, by evaluating the source once,

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Gregor Zattler
Hi Thorsten, org-mode users, * Thorsten quintf...@googlemail.com [27. Mar. 2012]: Is there a windmove alternative (another way to navigate comfortably between windows without doing C-x o several times), that works in both console and X11 session? It is not much fun to use windmove if it only

[O] [PATCH] link descriptions in :file results of src blocks

2012-03-27 Thread Andreas Leha
Hi all, this small patch adds :filelinkdescr to the list of possible header arguments for babel source blocks. Its intented functionality is to allow source blocks to return links to files with description. Two small examples: ,[ example1 ] | #+begin_src R :results graphics :file test.png

[O] Create preamble from an .org file ?

2012-03-27 Thread Vincent Beffara
Hi, To manage my personal website I would like to use the publish function of org-mode. For the contents of pages, there is no problem, and the auto-sitemap feature is promising. however, I would like to have some common contents to all the individual pages, and they would best fit in the

Re: [O] [Bug] regression in the latex exporter

2012-03-27 Thread Andreas Leha
Bastien b...@gnu.org writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: there seems to be a regression with the legacy latex exporter. This bug existed for about 1 hour yesterday and has been fixed. Thanks, Hi Bastien, yup, confirmed. Bad luck for me... -

Re: [O] [PATCH] link descriptions in :file results of src blocks

2012-03-27 Thread Bastien
Hi Andreas, I let Eric handle this patch. Even if the change is small, it is significant: in this case, it's nice to send a ChangeLog (as stated in http://orgmode.org/worg/org-contribute.html), otherwise Eric will have to add it. Thanks to take this in consideration for future patches!

Re: [O] [Request] Export comments as comments

2012-03-27 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Would it be possible to add the ability to export comments included in an Org file to the destination format when comments are supported, for example in LaTeX and HTML? the current exporters don't allow this, but the new

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Uwe Brauer
On Mon, 26 Mar 2012 07:31:19 -0400, Eric Schulte eric.schu...@gmx.com wrote: Uwe Brauer o...@mat.ucm.es writes: This functionality certainly used to work (and was one of my main reasons for using org-mime-htmlize). There is a new error in the `org-export-string' function

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Bastien
Eric Schulte eric.schu...@gmx.com writes: I am very confused the code in question contains a line of the sort: (org-export-with-LaTeX-fragments dvipng) Me too. This should be (org-export-with-LaTeX-fragments 'dvipng) Fixed. Please confirm the original issue is fixed. Best, --

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Thorsten
Bastien b...@gnu.org writes: Hi Bastien, Thorsten quintf...@googlemail.com writes: Is there a windmove alternative (another way to navigate comfortably between windows without doing C-x o several times), that works in both console and X11 session? It is not much fun to use windmove if it

Re: [O] Bug: Tag Completion Not Prompting for all tags

2012-03-27 Thread Bastien
Hi Mike, Mike McLean mike.mcl...@pobox.com writes: 8 Type tag_ followed by TAB The expected result is a completion list of tag_a and tag_b, this does not work and the Minibuffer prompts [No match] Fixed. Note that if I were to remove the single characters for tag_a and tag_b completion

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Thorsten
suvayu ali fatkasuvayu+li...@gmail.com writes: Hi, On Tue, Mar 27, 2012 at 00:08, Thorsten quintf...@googlemail.com wrote: I started the emacs-daemon with that option, but it did not help unfortunately. But it seems windmove.el only works in X11 anyway, not in console sessions? At least for

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Uwe Brauer
On Tue, 27 Mar 2012 12:22:53 +0200, Bastien b...@gnu.org wrote: Eric Schulte eric.schu...@gmx.com writes: I am very confused the code in question contains a line of the sort: (org-export-with-LaTeX-fragments dvipng) Me too. This should be

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Thorsten
Gregor Zattler telegr...@gmx.net writes: Hi Grekgor, * Thorsten quintf...@googlemail.com [27. Mar. 2012]: Is there a windmove alternative (another way to navigate comfortably between windows without doing C-x o several times), that works in both console and X11 session? It is not much fun to

[O] org-mime-htmlize: visual representation (thunderbird)

2012-03-27 Thread Uwe Brauer
Hello Now that the bug in org-mime-htmlize is fixed, I would like to comment on the visual representation. Most likely this has to do with the mml package. When I write the following message Integral $$\int fdx=0$$ And \begin{equation} \sum_{\alpha} \end{equation} and apply

[O] [BUG] [babel] result wrapping with indented source blocks

2012-03-27 Thread Andreas Leha
Hi all, there seems to be another bug related to indented babel source blocks when the results are wrapped. Here is an example. Try to evaluate this block twice. (Keeping the indentation) , | #+begin_src sh :results file wrap | echo test.txt | #+end_src | | #+results: |

Re: [O] Symbol's function definition is void: org-string-nw-p

2012-03-27 Thread aitor
Hi, On Mon, Mar 26, 2012 at 11:14:37AM -0400, Nick Dokos wrote: Steven Buczkowski steven.buczkow...@gmail.com wrote: ... Yup: apt-get will get you an ancient org-mode release. You probably ended up with a frankenstein org-mode install with bits and pieces coming from various places: I'd

[O] Document Freedom Day tomorrow

2012-03-27 Thread Bastien
Dear all, tomorrow is the Document Freedom Day: http://documentfreedom.org I will be online and connected to the IRC channel #org-mode from 9:30am to 6:30pm (Paris time), with a break at lunch. Is anyone interested in participating to the improvement of Org's documentation during the day?

Re: [O] Sticky Agenda buffer: Announcement and request for testing

2012-03-27 Thread Martyn Jago
Rainer Stengele rainer.steng...@online.de writes: [...] +1 Works very well for me. My Org Agenda usage has modified somewhat thanks to the use of 'org-agenda-sticky and I really like my current usage. Thanks! Martyn --- Org-mode version 7.8.06 (release_7.8.03.594.g013d) GNU Emacs

[O] #+ATTR_HTML ineffetive in recent org_mode?

2012-03-27 Thread Matt Price
Hi, I pulled from git yesterday and am having trouble with #+ATTR_HTML in html export -- from what I cna tell, the #+ATTR_HTML: lines are just being ignored. Has anyone else seen this? I've inlined a very simple test file below, perhaps there are errors that I'm missing?

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Eric Schulte
Bastien b...@gnu.org writes: Eric Schulte eric.schu...@gmx.com writes: I am very confused the code in question contains a line of the sort: (org-export-with-LaTeX-fragments dvipng) Me too. This should be (org-export-with-LaTeX-fragments 'dvipng) Fixed. Please confirm the

[O] orgmode as a service

2012-03-27 Thread Brian Dunbar
I'm orgmode newbie. Before I reinvent a wheel, going to ask if this has already been done: 'orgmode as a service'. Or perhaps it doesn't need to be done and I'm tilting at yet another windmill. Comments welcome. Assume a workgroup of people - they use emacs / orgmode. Mostly Linux and OS X,

Re: [O] orgmode as a service

2012-03-27 Thread suvayu ali
On Tue, Mar 27, 2012 at 15:39, Brian Dunbar brian.dun...@gmail.com wrote: Is there a programatic method already coded up to take bits delivered to a server, bang out the appropriate .org file and deliver it to the orgmode user? Maybe this is what you are looking for?

Re: [O] #+ATTR_HTML ineffetive in recent org_mode?

2012-03-27 Thread Bastien
Hi Matt, Matt Price mopto...@gmail.com writes: I pulled from git yesterday and am having trouble with #+ATTR_HTML in html export -- from what I cna tell, the #+ATTR_HTML: lines are just being ignored.  Has anyone else seen this? I can't reproduce this, sorry. -- Bastien

Re: [O] Beamer export formatting clashes with URL link

2012-03-27 Thread James Harkins
At Mon, 26 Mar 2012 17:39:25 +0200, Bastien wrote: I'd suggest to simply use this: #+LaTeX: \begin{center} /[[http://www.celemony.com/cms]]/ #+LaTeX: \end{center} Hm, interesting, the font-lock stuff hides the [[ ]] and it looks like it will get the same bad results as before, but it

Re: [O] [BUG] [babel] result wrapping with indented source blocks

2012-03-27 Thread Eric Schulte
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, there seems to be another bug related to indented babel source blocks when the results are wrapped. Here is an example. Try to evaluate this block twice. (Keeping the indentation) , | #+begin_src sh :results file

[O] Fwd: Re: orgmode as a service

2012-03-27 Thread Sami Airaksinen
Original Message Subject:Re: orgmode as a service Date: Tue, 27 Mar 2012 18:52:05 +0300 From: Sami Airaksinen samia...@gmail.com To: Brian Dunbar brian.dun...@gmail.com Hi, I'm really don't know am I answering to your question but one could try to create some

Re: [O] orgmode as a service

2012-03-27 Thread Eric Schulte
Brian Dunbar brian.dun...@gmail.com writes: I'm orgmode newbie. Before I reinvent a wheel, going to ask if this has already been done: 'orgmode as a service'. Or perhaps it doesn't need to be done and I'm tilting at yet another windmill. Comments welcome. Assume a workgroup of people

Re: [O] orgmode as a service

2012-03-27 Thread suvayu ali
On Tue, Mar 27, 2012 at 17:17, Eric Schulte eric.schu...@gmx.com wrote: If you'd rather set this up as a web service (instead e.g., an email front-end as mentioned in another reply) one intermediate step would be to write a tool for conversion between json (or some other web-friendly data

Re: [O] Problems running C code in org-mode under Windows

2012-03-27 Thread Richard Stanton
I've been tracing through, and a problem occurs when the compilation gets run, which is at about line 155 in file ob-eval.el, inside function org-babel-shell-command-on-region, where call-process region is called. As far as I can see, at this point the command being called is

Re: [O] Problems running C code in org-mode under Windows

2012-03-27 Thread Eric Schulte
Thanks for tracking down the source of this problem. Unfortunately this is beyond my abilities to address. It would be interesting to hear if others on this list are having issues compiling C code blocks on windows. To the extent that this appears to be a problem with the Emacs `call-process'

Re: [O] Missing date in Org-Agenda Day buffer

2012-03-27 Thread Rasmus Rempling
Hi Bastien, I confirm that the fix works on v. 7.8.06. Thank you! /rasmus On 2012-03-21 23:59, Bastien wrote: Hi Rasmus, Rasmus Remplingras...@rempling.se writes: When scheduling may working day I use the Org-Agenda Day view and the column mode with the format as given below. This work

Re: [O] [RFC] warn time for appointments

2012-03-27 Thread Peter Münster
On Fri, Mar 23 2012, Nick Dokos wrote: But previously, things were bad enough that I had to turn off the notify process. Now, I'm leaving it on and (mostly) not noticing that it's there, so that's definitely progress. There is still one thing, that we can do: call org-notify-process

[O] table column with trailing 0s

2012-03-27 Thread Andreas Leha
Hi all, I am trying to get a table generated from R to be pretty printed in org mode (and the export). Suppose, I have a table like this (typical statistical table): #+attr_latex: align=lr #+begin_src R :colnames yes :exports results data.frame(parameter=c(param1, param2, param3, param4),

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-27 Thread Aurélien Aptel
On Sun, Mar 25, 2012 at 1:40 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: If so, I think it's ultimately a bad idea and it should be rewritten using ragel. It may be. But it allows for flexibility. Org's syntax is evolving, and I consider org-element.el as a parser, but also as a guidance

[O] table not returned

2012-03-27 Thread Andreas Leha
Hi all, I have problems with the following table to be inserted into the org mode buffer: #+begin_src R :results table data.frame(parameter=c(parameter, , param1), mean=c(mean ± sd, , 1.1 ± 0.1), median=c(median, (minimum;maximum), 1 (1;2))) #+end_src #+results: The

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-27 Thread Aurélien Aptel
On Sun, Mar 25, 2012 at 2:52 PM, Martyn Jago martyn.j...@btinternet.com wrote: For the design process I currently use the excellent plantuml library from within Org-mode (Aurélien, see lisp/ob-plantuml.el for the Org-babel interface), although have previously used a bespoke Ruby/Graphviz

Re: [O] Problems running C code in org-mode under Windows

2012-03-27 Thread Richard Stanton
I think the Access is denied problem is probably the same as that listed here: http://lists.gnu.org/archive/html/help-gnu-emacs/2010-04/msg00247.html Unfortunately, when I switch to using bash as my shell under Windows, this causes problems with python-mode (though this is not really your

[O] Export of link with underscore does not work nicely

2012-03-27 Thread Daniel Dehennin
Hello, I try to export the following as HTML and text but the output is not optimal: #+begin_src org This is the [[http://www.postgresql.org/docs/9.1/static/client-authentication.html][pg_hba.conf]] configuration file #+end_src With HTML export, the hba is subscript. Escaping it with a

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-27 Thread Aurélien Aptel
On Mon, Mar 26, 2012 at 6:01 PM, Bastien b...@gnu.org wrote: Is it still hand written? If so, I think it's ultimately a bad idea and it should be rewritten using ragel. I guess that's because you're not fluent in english, but this sounds a bit peremptory.  We are not only interested in code,

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-27 Thread Achim Gratz
Aurélien Aptel aurelien.ap...@gmail.com writes:  2) It adds yet more SOUP (software of unknown provenance) to the build  process which may then need mitigating against (this is relevant to me,  although possibly not to Org-mode). You mean it complicates the build process? I'm not sure I

[O] [PATCH] Support hour in repeated task cookie

2012-03-27 Thread Takafumi Arakaki
Hi, Basically, this patch changes all occurrence of [dwmy] with [hdwmy] and adds (h . hour) to whata of org-auto-repeat-maybe. I think it is better to have some constant to indicate dwmy. So, this pull request is rather a proof-of-concept and a feature request. I didn't try to do it by myself

Re: [O] table column with trailing 0s

2012-03-27 Thread Thomas S. Dye
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I am trying to get a table generated from R to be pretty printed in org mode (and the export). Suppose, I have a table like this (typical statistical table): #+attr_latex: align=lr #+begin_src R :colnames yes :exports

Re: [O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-27 Thread Ken Williams
Bastien bzg at gnu.org writes: Hit C-c ' twice and you'll have commas inserted before the lines starting with an asterisk. That works as a workaround, as long as I remember to do it. Is there a reason not to automatically do this to the return value of doing C-c C-c on all #begin_src R

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-27 Thread Aurélien Aptel
On Tue, Mar 27, 2012 at 11:22 PM, Achim Gratz strom...@nexgo.de wrote: It needs yet another tool to fully build org-mode from scratch, which needs to be installed, bug-free and configured correctly.  Right now all one really needs to have to build org-mode is a working Emacs (even make is

Re: [O] table column with trailing 0s

2012-03-27 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I am trying to get a table generated from R to be pretty printed in org mode (and the export). Suppose, I have a table like this (typical statistical table): #+attr_latex: align=lr

Re: [O] [BUG] [babel] result wrapping with indented source blocks

2012-03-27 Thread Andreas Leha
Eric Schulte eric.schu...@gmx.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, there seems to be another bug related to indented babel source blocks when the results are wrapped. Here is an example. Try to evaluate this block twice. (Keeping the indentation)

Re: [O] Export of link with underscore does not work nicely

2012-03-27 Thread Daniel Dehennin
Daniel Dehennin daniel.dehen...@baby-gnu.org writes: With HTML export, the hba is subscript. Escaping it with a backslash works fine for HTML export but not for ASCII one. It seems that the problem is with the ASCII export, the backslash to escape the underscore is not striped. - ASCII

Re: [O] Create preamble from an .org file ?

2012-03-27 Thread Bastien
Hi Vincent, Vincent Beffara vbeff...@ens-lyon.fr writes: How do I do that? Maybe a dedicated .org file for the navigation bar is not the right way to do, is there a better one? Since you only need to export your preamble in HTML once, I'd rather use `org-export-html-preamble' and set it to

Re: [O] relative links in html export

2012-03-27 Thread Bastien
Hi Matt, relative links are not recognized as links because they don't have a protocol (like http for accepted links.) Matt Price mopto...@gmail.com writes: Neither produces the result I want, which is a href=/Front Page/a Is there any way to get the latter result? @a href=/Front Page@/a

Re: [O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-27 Thread Bastien
Ken Williams kena...@gmail.com writes: Bastien bzg at gnu.org writes: Hit C-c ' twice and you'll have commas inserted before the lines starting with an asterisk. That works as a workaround, as long as I remember to do it. Is there a reason not to automatically do this to the return

Re: [O] [BUG] html export and org results block and indentation

2012-03-27 Thread Bastien
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I experience problems when exporting the following to html, as a spuriuos line ORG-ORG-START is inserted after the results block: I can't reproduce this. Please give more information on how to reproduce the problem. --

Re: [O] latex labels

2012-03-27 Thread Bastien
Hi Marvin, Marvin Doyley marvin...@gmail.com writes: Do anyone know how to get org mode to list all the latex label in a given org file. Something analogous that what reftex does, I can list all citation in bib file, and thought it would be nice to do the same for labels. It's not clear to

Re: [O] org-mobile: new edit nodes for new heading, delete, refile and archive

2012-03-27 Thread Bastien
Hi Henning, Henning Weiss hdwe...@gmail.com writes: I have tried to extend org-mobile with four new edit nodes. One to add new headings, one for deletion of headings, one for refiling and one for archiving nodes. Having those in orgmode would allow mobileorg-android (and mobileorg) to be

Re: [O] Export of link with underscore does not work nicely

2012-03-27 Thread Bastien
Hi Daniel, Daniel Dehennin daniel.dehen...@baby-gnu.org writes: It seems that the problem is with the ASCII export, the backslash to escape the underscore is not striped. Fixed, thanks. -- Bastien

Re: [O] table not returned

2012-03-27 Thread Bastien
Andreas Leha andreas.l...@med.uni-goettingen.de writes: #+begin_src R :results table data.frame(parameter=c(parameter, , param1), mean=c(mean sd, , 1.1 0.1), median=c(median, (minimum;maximum), 1 (1;2))) #+end_src #+results: I can't test this because of the

Re: [O] [patch] Need test: New method which is used to preview latex fragements

2012-03-27 Thread Feng Shu
Sorry, I change my name in commit from FengShu to Feng Shu. Thanks for your help! From ef9c4ad164161c5dfde01dd5d8c3221163adb231 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 28 Mar 2012 07:40:04 +0800 Subject: [PATCH] Adding a new method for previewing latex fragements.

Re: [O] org-log-note-headings 'state

2012-03-27 Thread Bastien
Hi John, John J Foerch jjfoe...@earthlink.net writes: These thoughts lead me to suggest that maybe org-log-note-headings is no longer sufficient to its original purpose, because extensions wish to parse state changes, but that blocks users from configuring the formats. Perhaps it is time to

Re: [O] #+ATTR_HTML ineffetive in recent org_mode?

2012-03-27 Thread Bastien
Copy'ing the list. Matt Price mopto...@gmail.com writes: hmm, anyone else see anything? I'm using org-mode form yesterday's git, Org-mode version 7.8.06 (release_7.8.06.147.gef0ab) and I've now tried w/ both a recent emacs snapshot, GNU Emacs 24.0.94.1 (x86_64-pc-linux-gnu, GTK+ Version

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-27 Thread Bastien
Hi Aurélien, Aurélien Aptel aurelien.ap...@gmail.com writes: On Mon, Mar 26, 2012 at 6:01 PM, Bastien b...@gnu.org wrote: Is it still hand written? If so, I think it's ultimately a bad idea and it should be rewritten using ragel. I guess that's because you're not fluent in english, but this

Re: [O] Referencing a cell from a clockview table looks impossible

2012-03-27 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I just found the reason: it's because *the Total time is in bold*, with `*' before and after the total (for example: *3:33*). You can now (master) use `org-clock-total-time-cell-format' to format the total time cells. The

Re: [O] Org publish restrict to certain levels

2012-03-27 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Unfortunately, there is a bug in org-latex.el, in org-export-latex-subcontent , | ((listp org-export-latex-low-levels) | (if (string-match % ends low level$ |(buffer-substring (point-at-bol

Re: [O] About org-babel menu

2012-03-27 Thread Bastien
Hi Rainer, Rainer M Krug r.m.k...@gmail.com writes: So I would see it as a useful way of promoting babel (and therefore org-mode) and also as a nice reminder of less frequently (but nevertheless usefull) functionality. Agreed. Is anyone volunteering for listing the items in such a menu

Re: [O] limitations of hard-coded field separator removed

2012-03-27 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: attached a org-table-import.patch Thanks for this patch. I test it against latest master and got this error: , | Debugger entered--Lisp error: (wrong-type-argument stringp nil) | re-search-forward(nil #marker at 57 in

Re: [O] Org publish restrict to certain levels

2012-03-27 Thread Nick Dokos
Bastien b...@gnu.org wrote: Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Unfortunately, there is a bug in org-latex.el, in org-export-latex-subcontent , | ((listp org-export-latex-low-levels) |(if (string-match % ends low level$ |

Re: [O] Exporting org-bibtex links as \cite{} refs in Latex

2012-03-27 Thread Bastien
Hi Olivier, Olivier Berger olivier.ber...@it-sudparis.eu writes: Something like : (defun org-bibtex-export (path desc format) (let* ((search (when (string-match ::#?\\(.+\\)\\' path) (match-string 1 path))) (path (substring path 0 (match-beginning 0

Re: [O] Bug: Formatting URL labels does not works with LaTeX export

2012-03-27 Thread Bastien
Hi Daniel, Daniel Dehennin daniel.dehen...@baby-gnu.org writes: When comparing different exports, I found a possible bug when formatting the label of URLs: Can you clearly state what the problem is? Thanks, -- Bastien

Re: [O] Export of link with underscore does not work nicely

2012-03-27 Thread Bastien
Hi Daniel, Daniel Dehennin daniel.dehen...@baby-gnu.org writes: Hello, I try to export the following as HTML and text but the output is not optimal: #+begin_src org This is the [[http://www.postgresql.org/docs/9.1/static/client-authentication.html][pg_hba.conf]] configuration file

Re: [O] [Bug] Regression w/ insert into tables in overwrite-mode

2012-03-27 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Achim Gratz strom...@nexgo.de writes: Commit 00040e7 by David Maus has introduced a regression when inserting into org tables while overwrite mode is on. For each character inserted into a table cell, the cell (and the whole table row) gets

Re: [O] org-log-note-headings 'state

2012-03-27 Thread John J Foerch
Bastien b...@gnu.org writes: Hi John, John J Foerch jjfoe...@earthlink.net writes: These thoughts lead me to suggest that maybe org-log-note-headings is no longer sufficient to its original purpose, because extensions wish to parse state changes, but that blocks users from configuring the