Re: [O] Bug: Lisp error: (wrong-type-argument listp t) at startup [7.9.3f (release_7.9.3f-10-g2b13d0 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-26 Thread Bastien
Hi Tassilo, Tassilo Horn writes: > since I've updated my org git clone today, I get the following error on > emacs startup. Fixed, thanks. -- Bastien

[O] Bug: Lisp error: (wrong-type-argument listp t) at startup [7.9.3f (release_7.9.3f-10-g2b13d0 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-26 Thread Tassilo Horn
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] logdone enhancement

2013-02-26 Thread Arun Persaud
Hello if I have something like the following #+STARTUP: logdone * project ** TODO headline :repeat: a longer description of what the todo item is about SCHEDULED: <2013-06-18 Tue +1m> - State "DONE" from "WAITING"[2013-02-26 Tue 21:56] - State "D

Re: [O] [PATCH] ox-latex: provide width and height options for images

2013-02-26 Thread Aaron Ecay
2013ko otsailak 26an, Rasmus-ek idatzi zuen: > I don't like it. Why would we use resizebox rather than the the > arguments in includegraphics for pictures? Because it achieves the same result, but allows the operation to be more uniform from the org side of things. A \resizebox is something that

[O] Bug: org-babel-tangle purges comma at the beginning of a line ]

2013-02-26 Thread Simon Campese
Hello, I just noticed that org-babel-tangle removes the comma if its at the beginning of a line inside a source block. This seems to be independent from the language indicated (tried with sh, js and emacs-lisp) and also independent from the characters that follow (',' gets tangled to a blank line,

[O] [org-contacts] need help for making gnus/message-mode integration optional

2013-02-26 Thread Simon Campese
Hello, I have one quick feature request for org-contacts.el that should be pretty easy and quick to implement: Could someone please introduce customizable variables to optionally disable the gnus/message mode integration? I don't know a lot of elisp, so instead of copy-pasting my way to a half-

Re: [O] footnotes export verbatim

2013-02-26 Thread Samuel Wales
That is better and almost usable now. It exports "My section" in addition to "Footnotes". -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is no hope without action.

Re: [O] footnotes export verbatim

2013-02-26 Thread Nicolas Goaziou
Correcting myself: > Try the following: > > #+begin_src emacs-lisp > (defun my-par-in-inline-fn (backend) > (unless (org-export-derived-backend-p backend 'latex) > (let ((org-footnote-section "My section")) > (org-footnote-normalize) > (while (re-search-forward "\\par\\s-*" nil t

Re: [O] footnotes export verbatim

2013-02-26 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > That doesn't seem to work for me. After a great deal of > effort I came up with this: > > (add-hook 'org-export-before-parsing-hook >'alpha-org-export-fix-inline-footnotes) > (defun alpha-org-export-fix-inline-footnotes (_back-end) > "Tr

Re: [O] [PATCH] Update to slideshows for changed ox-html functions

2013-02-26 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > Attached is a patch to fix a couple of bugs which slipped by during > the re-integration. Also, a fix for the renamed functions in ox-html. Applied. Thank you. I renamed `org-export-get-optional-title' into `org-export-get-alt-title'. Regards, -- Nicolas Goazi

Re: [O] Exporter question

2013-02-26 Thread Nicolas Goaziou
Hello, Bastien writes: > Hi Nicolas, > > Nicolas Goaziou writes: > >> Has it to be an export only property? I mean, it could be used in >> a library like org-toc.el. > > (Er.. org-toc.el should be trashed, it's 99% obsolete.) > >> Also EXPORT_KEYWORD prefix is mostly used when there is a global

Re: [O] [PATCH] ox-latex: provide width and height options for images

2013-02-26 Thread Rasmus
Aaron Ecay writes: > WDYT? > [...] > These are implemented with \resizebox, and thus are uniform across > different types of image inclusion (\includegraphics, \input of tikz > images). This differs from the older way of using width and height > optional args to \includegraphics. I don't like it

[O] [PATCH] Update to slideshows for changed ox-html functions

2013-02-26 Thread Rick Frankel
Attached is a patch to fix a couple of bugs which slipped by during the re-integration. Also, a fix for the renamed functions in ox-html. rick >From daf83f8743cf512185e8ba2168571759bf51eac4 Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Tue, 26 Feb 2013 14:26:27 -0500 Subject: [PATCH] Slidesho

Re: [O] footnotes export verbatim

2013-02-26 Thread Samuel Wales
On 2/25/13, Nicolas Goaziou wrote: > I think we're not talking about the same thing. The fix allows empty > lines in regular footnote definitions, not inline ones. This thread's subject is inline footnotes, in which paragraphs worked well for me in the old exporter and do not work for me now. So

Re: [O] new version of org-mew.el

2013-02-26 Thread Bastien
Hi Tokuya, thanks a lot for all these enhancements! Tokuya Kameshima writes: > If this is fine, I would like Bastien to incorporate it to the git > repo. I applied this patch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7604fe1 I allowed myself to incorporate your workflow in the comm

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Samuel Wales
On 2/26/13, Bastien wrote: > I fixed this one too. Thanks for your patience, Greatly appreciated! I have been trying to fix that for years. Will test. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can

Re: [O] CSS link in html export for v. 7.9.3e woes

2013-02-26 Thread Nicolas Goaziou
Hello, Mike McLean writes: > I've noticed an inconsistency with HTML_STYLE. When I have a few lines of > them in a common file, which I include in all of my Org documents via > #+SETUPFILE, they work fine. For some specific documents, I have a CSS > override, something I desire to look different

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Bastien
Hi Samuel, Samuel Wales writes: > On 2/26/13, Bastien wrote: >>> This is the infamous "meaningless ellipses at the top of the buffer" >>> problem. >> >> ... which should now be fixed. > > Thank you very much! > > Unfortunately, the bug is still there for the isearch case. Can't > make an ECM n

Re: [O] [PATCH] contrib/org-toc.el: add forward and back commands

2013-02-26 Thread Bastien
Hi Aaron, Aaron Ecay writes: > These commands navigate among siblings in the outline, and are bound to > the ‘f’ and ‘b’ keys. Move the function for toggling toc-follow to ‘F’. > --- > > Bastien's comment about org-toc prompted me to send in this patch, > which I've been sitting on for a while.

Re: [O] [PATCH] ob-R.el, ox-latex.el: support for tikz graphics

2013-02-26 Thread Aaron Ecay
2013ko otsailak 26an, Achim Gratz-ek idatzi zuen: > Thank you, this works nicely. Instead of dropping the options you > might want to consider wrapping another tikzpicture environment around > the \input statement and applying any options there. > > This is a good idea. To avoid a proliferatio

Re: [O] [new exporter][latex] does org-preview-latex-fragment use #+latex_header ?

2013-02-26 Thread Evan Misshula
If it would be helpful I can send a screen shot to anyone who wants one offlist. Best, Evan On Tue, Feb 26, 2013 at 9:54 AM, Evan Misshula wrote: > Hi Myles, > > I followed the directions. I created bug.sty and minimal.el in the > same directory and it worked for me. > > My ox.elc was in /home/

Re: [O] [PATCH] ob-R.el, ox-latex.el: support for tikz graphics

2013-02-26 Thread Aaron Ecay
2013ko otsailak 26an, Nicolas Goaziou-ek idatzi zuen: > > I'm not questioning the usefulness of the patch. I want to know if > `org-latex--inline-image' is the appropriate function to provide that > feature or if the feature should be provided through another function. > > In particular, `org-lat

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Arun Persaud
On 02/26/2013 07:29 AM, Bastien wrote: > Hi Samuel and all, > > Samuel Wales writes: > >> This is the infamous "meaningless ellipses at the top of the buffer" >> problem. > > ... which should now be fixed. > > Thanks for confirming, Thanks for fixing it! Just tested the latest git and the pro

Re: [O] [patch] ox-koma-letter

2013-02-26 Thread Rasmus
>> I have been working on extending the KOMA letter support in Org. The >> backend is still rough and I would like to more stuff such as >> designing firstfood and firsthead with org elements (e.g. I use a >> tabularx for my firstfood with varioues stuff). >> >> I have changed the following obj

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-26 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Now, having my Git tip on commit 3f95d81, everything's OK. I can work again, > but the most difficult problem is that I don't see how to debug further the > above problem. Is this with Emacs/24.2.91 on windows-nt? Do you have this error with emacs -

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-26 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Since updating to latest Org this morning, I couldn't open anymore my file > ~/org/work.org. > > Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is > (apparently) inflooping, with letting me stop it (with C-g). > > Solution? Kill Emacs t

Re: [O] [Feature] Highlighting of timestamps

2013-02-26 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > With recent versions of Org mode, the Highlighting of timestamps is not > happening between the right positions anymore: it begins one character before > the beginning of the timestamp, as you can see on > http://screencast.com/t/llxtNT3m. Fixed, tha

[O] [PATCH] ob-core: do not ask for confirmation if cached value is current

2013-02-26 Thread Achim Gratz
Babel asks for confirmation to evaluate a source block even when it is going to use the cached value. This patch skips the superfluous confirmation in that case (no evaluation takes place, the cached value is used). >From da687f5a40767921c7f3f309eeda0cadb09f7116 Mon Sep 17 00:00:00 2001 From: Ac

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
Am 26.02.2013 20:50, schrieb Thomas S. Dye: Andreas Röhler writes: Hi Ista, Org-mode version is 7.9.3e (7.9.3e-3-gb07a9b i.e. loading current trunk. When following your prescription, bug does not occur. My from way to load languages was (org-babel-do-load-languages 'org-babel-do-lo

[O] [PATCH] contrib/org-toc.el: add forward and back commands

2013-02-26 Thread Aaron Ecay
These commands navigate among siblings in the outline, and are bound to the ‘f’ and ‘b’ keys. Move the function for toggling toc-follow to ‘F’. --- Bastien's comment about org-toc prompted me to send in this patch, which I've been sitting on for a while. contrib/lisp/org-toc.el | 29 +++

Re: [O] Org-mode Talk in German

2013-02-26 Thread Sebastien Vauban
Hi Florian, Florian Adamsky wrote: > mid last year, I held a talk about Emacs Org-mode at a small hacker > conference in Germany called Gulaschprogrammiernacht (GPN12) with the > title "Emacs Org-mode - der hackbare Notizblock in Plaintext" (engl. > the hackable notepad in plain text). > > The org

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Thomas S. Dye
Andreas Röhler writes: > Hi Ista, > > Org-mode version is 7.9.3e (7.9.3e-3-gb07a9b > > i.e. loading current trunk. > > When following your prescription, bug does not occur. > > My from way to load languages was > > (org-babel-do-load-languages >'org-babel-do-load-languages >'( > (s

Re: [O] Exporter question

2013-02-26 Thread Aaron Ecay
2013ko otsailak 26an, Bastien-ek idatzi zuen: > (Er.. org-toc.el should be trashed, it's 99% obsolete.) It is? I like its functionality and don’t know of any replacement... -- Aaron Ecay

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
Am 26.02.2013 17:00, schrieb Ista Zahn: On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler wrote: Am 26.02.2013 14:49, schrieb Bastien: Hi Andreas, Andreas Röhler writes: org-babel-execute-src-block: No org-babel-execute function for python! When evaluating the following block C-c C-c star

[O] [PATCH] ox-latex: provide width and height options for images

2013-02-26 Thread Aaron Ecay
These are implemented with \resizebox, and thus are uniform across different types of image inclusion (\includegraphics, \input of tikz images). This differs from the older way of using width and height optional args to \includegraphics. Thus, the default value for org-latex-image-default-options

Re: [O] [PATCH] ob-R.el, ox-latex.el: support for tikz graphics

2013-02-26 Thread Achim Gratz
Aaron Ecay writes: > Tikz graphics should be exported to LaTeX by \include, not as a link. > This commit changes the file extension used for tikz graphics from .tex > to .tikz. Thank you, this works nicely. Instead of dropping the options you might want to consider wrapping another tikzpicture en

Re: [O] apparent limit to headline nesting

2013-02-26 Thread 42 147
Set it to 20, thanks. Hopefully I never need to hit the 26 limit. 2013/2/24 Nick Dokos > 42 147 wrote: > > > > > I'm unable to go past 14 levels in. > > > > ** Headline 14 levels in. > > *** Headline 15 levels in. > > > > I can't fold Headline 15 into Headline 14. > > >

Re: [O] hiding footnotes

2013-02-26 Thread 42 147
Oops, wrong thread. 2013/2/26 42 147 > Set it to 20, thanks. > > Hopefully I never need to hit the 26 limit. > > > 2012/11/29 Nick Dokos > >> 42 147 wrote: >> >> > Very nice. >> > >> > However, I'd like to write a function that toggles the color value >> (without >> > recourse to the customize

Re: [O] hiding footnotes

2013-02-26 Thread 42 147
Set it to 20, thanks. Hopefully I never need to hit the 26 limit. 2012/11/29 Nick Dokos > 42 147 wrote: > > > Very nice. > > > > However, I'd like to write a function that toggles the color value > (without > > recourse to the customize menu), since it would be useful to highlight > the > > fo

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Samuel Wales
On 2/26/13, Bastien wrote: >> This is the infamous "meaningless ellipses at the top of the buffer" >> problem. > > ... which should now be fixed. Thank you very much! Unfortunately, the bug is still there for the isearch case. Can't make an ECM now. Samuel -- The Kafka Pandemic: http://theka

Re: [O] orgstruct-mode with custom headline prefix

2013-02-26 Thread Stephen Eglen
> Yes, you can send attachments to the list -- in general, please share > bugs publicly as much as possible, receiving private emails about bugs > is not encouraging for the maintainer (in this case Christopher) and > not useful for the other people on this list, as they cannot contribute > to deb

Re: [O] [Bug] Export Coding System

2013-02-26 Thread Achim Gratz
Achim Gratz writes: > I've just had a chance to test this on the system where the problem originally > showed up (Cygwin with the current 24.3 pre-release). On this system, the > buffer-file-coding-system is not copied and the (wrong) default takes over > again. I'm puzzled, I can't see how this

Re: [O] org-meta-return

2013-02-26 Thread Eric S Fraga
Sebastien Vauban writes: > Eric, > [...] > Quite a bit OT, but is it true that, for example, to type `C-whatever', we > should use both hands, one for `C' and the other for `whatever'? Hi Seb, Yes, just as one should do with the shift key. However, the problem with C- is that the right contr

Re: [O] orgstruct-mode with custom headline prefix

2013-02-26 Thread Christopher Schmidt
Stephen Eglen writes: > Thanks Bastien for the explanation. I can now get support for > orgstruct without setting outline-regexp, but in so doing I found an > odd error. I've sent Christopher a minimal example, but didn't send > it to the list as I wasn't sure about whether attachments could be

Re: [O] Org-mode Talk in German

2013-02-26 Thread Bastien
Hi Florian, thanks for the in-depth presentation -- I need to practice my german, but Google translate helped a bit. I added the presentation on the website: http://orgmode.org/talks.html Best, -- Bastien

Re: [O] org-mode not working properly after update

2013-02-26 Thread Sanjib Sikder
Hi, Just now I noticed, the tree structure is working, but it is not hiding the stars. All texts are black in color. The links are literal like following. [[file:myfile.org][myfile]] > Does `M-x org-mode RET' activate Org Mode after you've opened the file? The above command does not improve th

Re: [O] bug-tracker

2013-02-26 Thread Bastien
Hi all, I suggest we re-open this topic after Org 8.0. Best, -- Bastien

Re: [O] CSS link in html export for v. 7.9.3e woes

2013-02-26 Thread Mike McLean
On Monday, February 25, 2013, Sebastien Vauban wrote: > Hi Daniel, > > Daniel Hawthorne wrote: > > Greetings, > > After updating to 7.9.3e, I no longer am able to include a > stylesheet > > link with the following syntax: > > > > #+STYLE: > href="../relative/path/to/mystyle.css"/> > > > > If

Re: [O] orgstruct-mode with custom headline prefix

2013-02-26 Thread Bastien
Stephen Eglen writes: > Thanks Bastien for the explanation. I can now get support for orgstruct > without setting outline-regexp, but in so doing I found an odd error. > I've sent Christopher a minimal example, but didn't send it to the list > as I wasn't sure about whether attachments could be

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Ista Zahn
On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler wrote: > Am 26.02.2013 14:49, schrieb Bastien: > >> Hi Andreas, >> >> Andreas Röhler writes: >> >>> org-babel-execute-src-block: No org-babel-execute function for python! >>> >>> When evaluating the following block C-c C-c starting from emacs -Q >>

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Bastien
Andreas Röhler writes: >> (org-babel-do-load-languages >> 'org-babel-load-languages >> '((python . t))) >> >> See (info "(Org)Languages") >> > Bugs exists after loading that. > Please tell if you need more info. Please give a reproducible recipe. -- Bastien

Re: [O] Bug: #+LANGUAGE: es doesn't run in org-export-as-pdf [7.8.11]

2013-02-26 Thread Bastien
Hi David, davi...@es.gnu.org (David Arroyo Menéndez) writes: > With #+LANGUAGE: es, doing org-export-as-pdf the dates and the contents is > being showed in > english, but org-export-as-html appears in spanish. For Org 7.8.11 you need this: #+LaTeX_HEADER: \usepackage[spanish]{babel} Thanks,

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
Am 26.02.2013 14:49, schrieb Bastien: Hi Andreas, Andreas Röhler writes: org-babel-execute-src-block: No org-babel-execute function for python! When evaluating the following block C-c C-c starting from emacs -Q You need (org-babel-do-load-languages 'org-babel-load-languages '((python

Re: [O] [new exporter][latex] does org-preview-latex-fragment use #+latex_header ?

2013-02-26 Thread Myles English
Hi Evan, Evan Misshula writes: > I followed the directions. I created bug.sty and minimal.el in the > same directory and it worked for me. > > My ox.elc was in /home/evan/Documents/org/elisp/org-mode. > My bug.sty was in /home/evan/Documents/org/exporter > My minimal.el was in /home/evan/Docume

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Bastien
Hi Samuel and all, Samuel Wales writes: > This is the infamous "meaningless ellipses at the top of the buffer" > problem. ... which should now be fixed. Thanks for confirming, -- Bastien

Re: [O] org-mode not working properly after update

2013-02-26 Thread Bastien
Hi Sanjib, Daimrod writes: >> Org-mode is not working properly after I updated my Ubuntu 12.04 >> yesterday. During the update, emacs also got updated. The .org files >> look like plain text file, for example, no tree structure, no folding >> etc. > > Does `M-x org-mode RET' activate Org Mode af

Re: [O] org-mode not working properly after update

2013-02-26 Thread Sebastien Vauban
Hi Sanjib, Sanjib Sikder wrote: > Org-mode is not working properly after I updated my Ubuntu 12.04 > yesterday. During the update, emacs also got updated. The .org files look > like plain text file, for example, no tree structure, no folding etc. > > Please help. Could it be related to the bug I

Re: [O] org-mode not working properly after update

2013-02-26 Thread Daimrod
Sanjib Sikder writes: > Hi, Hi Sanjib, > Org-mode is not working properly after I updated my Ubuntu 12.04 > yesterday. During the update, emacs also got updated. The .org files > look like plain text file, for example, no tree structure, no folding > etc. Does `M-x org-mode RET' activate Org

Re: [O] Symbol's value as variable is void: org-babel-temp-file

2013-02-26 Thread Stephen Eglen
>> git log | head -3 >> commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d >> Author: Bastien Guerry >> Date: Sun Feb 24 19:42:12 2013 +0100 >> > > FWIW, I'm on that commit and I don't see the problem. Thanks Nick; based on your comments and Achim's other replies, I nuked and reinstalled orgmode

Re: [O] orgstruct-mode with custom headline prefix

2013-02-26 Thread Stephen Eglen
> > No, it is not. Thanks Bastien for the explanation. I can now get support for orgstruct without setting outline-regexp, but in so doing I found an odd error. I've sent Christopher a minimal example, but didn't send it to the list as I wasn't sure about whether attachments could be sent to the

Re: [O] [new exporter][latex] does org-preview-latex-fragment use #+latex_header ?

2013-02-26 Thread Evan Misshula
Hi Myles, I followed the directions. I created bug.sty and minimal.el in the same directory and it worked for me. My ox.elc was in /home/evan/Documents/org/elisp/org-mode. My bug.sty was in /home/evan/Documents/org/exporter My minimal.el was in /home/evan/Documents/org/exporter My bug.org was in

Re: [O] [PATCH] ob-R.el, ox-latex.el: support for tikz graphics

2013-02-26 Thread Achim Gratz
Nicolas Goaziou gmail.com> writes: > I'm not questioning the usefulness of the patch. I want to know if > `org-latex--inline-image' is the appropriate function to provide that > feature or if the feature should be provided through another function. > > In particular, `org-latex--inline-image' pro

Re: [O] Add agenda entries into diary to export weelky calendar

2013-02-26 Thread Torsten Wagner
Hi Sakurai san, CC: Hi David, thanks a lot for the offer, I would need to check what was the specific problem. Indeed I would love to use calfw if it can produce a printable version. Did you think about a PDF export via LaTeX? I would be glad to help with this. Actually, my idea was to get a prin

Re: [O] [new exporter][latex] does org-preview-latex-fragment use #+latex_header ?

2013-02-26 Thread Myles English
Bastien writes: > Hi Myles, > > Myles English writes: > >> #+LATEX_HEADER: \usepackage{~/bug} > > you want > > #+LATEX_HEADER: \usepackage{/full/path/bug} I do use the full path but cut it down for the example, which was incorrect, because it should have had a full path, so thanks for pointing

Re: [O] Bug: org-map-entries docstring

2013-02-26 Thread Bastien
Hi Christopher, Christopher Schmidt writes: > C-h f org-map-entries RET > > The remaining args are treated as settings for the skipping > facilities of the scanner. The following items can be given here: > > archiveskip trees with the archive tag. > commentskip trees

[O] org-mode not working properly after update

2013-02-26 Thread Sanjib Sikder
Hi, Org-mode is not working properly after I updated my Ubuntu 12.04 yesterday. During the update, emacs also got updated. The .org files look like plain text file, for example, no tree structure, no folding etc. Please help. - *Sanjib Sikder ** *

Re: [O] [new exporter][latex] does org-preview-latex-fragment use #+latex_header ?

2013-02-26 Thread Bastien
Hi Myles, Myles English writes: > #+LATEX_HEADER: \usepackage{~/bug} you want #+LATEX_HEADER: \usepackage{/full/path/bug} HTH, -- Bastien

Re: [O] Warning with latest git pull

2013-02-26 Thread Bastien
Hi Achim, Achim Gratz writes: > The point of having the new macro is to avoid the question about > reverting the file when the file visited by a buffer has been edited > outside Emacs. You can do exactly the same changes (cosmetic or not) > with both macros, but org-unmodified will ask you when

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Bastien
Hi Andreas, Andreas Röhler writes: > org-babel-execute-src-block: No org-babel-execute function for python! > > When evaluating the following block C-c C-c starting from emacs -Q You need (org-babel-do-load-languages 'org-babel-load-languages '((python . t))) See (info "(Org)Languages") H

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Nick Dokos
Andreas Röhler wrote: > org-babel-execute-src-block: No org-babel-execute function for python! > > When evaluating the following block C-c C-c starting from emacs -Q > > #+BEGIN_SRC python > a = 5 > > b = 16 > > print(a + b) > #+END_SRC > > the error message from title appears > > GNU Emacs

Re: [O] Exporter question

2013-02-26 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Has it to be an export only property? I mean, it could be used in > a library like org-toc.el. (Er.. org-toc.el should be trashed, it's 99% obsolete.) > Also EXPORT_KEYWORD prefix is mostly used when there is a global > #+KEYWORD: available. There is no #+

Re: [O] BUG typo in babel.org?

2013-02-26 Thread Bastien
Hi Achim, Achim Gratz writes: >> Being well aware mistakes are possible. > > That org file is used for some tests in test-ob-exp and not intended for you > to > do manual evaluations in. And from the test setup in ob-exp/noweb-on-export > it > appears that the missing noweb-example1 is intend

[O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
org-babel-execute-src-block: No org-babel-execute function for python! When evaluating the following block C-c C-c starting from emacs -Q #+BEGIN_SRC python a = 5 b = 16 print(a + b) #+END_SRC the error message from title appears GNU Emacs 24.3.50.1 (i686-suse-linux-gnu, GTK+ Version 2.22.1)

Re: [O] [PATCH] ob-R.el, ox-latex.el: support for tikz graphics

2013-02-26 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > A .tikz file usually contains a tikzpicture environment that wraps around the > actual tikz code. It produces a box just like includegraphics does, only that > it is normal LaTeX code, and so you need \include to read it. Ok, thank you. >> If it doesn't, it may be

Re: [O] BUG typo in babel.org?

2013-02-26 Thread Achim Gratz
Andreas Röhler easy-emacs.de> writes: > Being well aware mistakes are possible. That org file is used for some tests in test-ob-exp and not intended for you to do manual evaluations in. And from the test setup in ob-exp/noweb-on-export it appears that the missing noweb-example1 is intended (as w

Re: [O] org-meta-return

2013-02-26 Thread Suvayu Ali
On Tue, Feb 26, 2013 at 12:10:13PM +0100, Sebastien Vauban wrote: > > Quite a bit OT, but is it true that, for example, to type `C-whatever', we > should use both hands, one for `C' and the other for `whatever'? I determine that depending on the key combination. e.g. C-x or C-s I do with my left

Re: [O] [Bug] Export Coding System

2013-02-26 Thread Achim Gratz
Nicolas Goaziou gmail.com> writes: > Does the following patch fix the problem? I've just had a chance to test this on the system where the problem originally showed up (Cygwin with the current 24.3 pre-release). On this system, the buffer-file-coding-system is not copied and the (wrong) default

Re: [O] org-create-formula-image-with-imagemagick conflicts with org-latex-pdf-process

2013-02-26 Thread Nicolas Goaziou
Florian Beck writes: > Very highly, this works perfectly. Thank you. Patch applied. > Unfortunatly, html export doesn't support imagemagick yet. > `org-html-latex-fragment' and `org-html-latex-environment' only handle > mathjax and dvipng. (I've added imagemagick to the dvipng case, and this >

Re: [O] [new exporter][latex] does org-preview-latex-fragment use #+latex_header ?

2013-02-26 Thread Myles English
Nicolas Goaziou writes: > Myles English writes: > >> Thanks for looking at this, I tried just now and can't see any change in >> what I reported above. > > Since the patch, \[ \mysymbol = f \] is correctly displayed after C-c > C-x C-l here (I just changed "~/bug" with "bug" as bug.sty is not >

Re: [O] [patch] ox-koma-letter

2013-02-26 Thread Michael Strey
Hi Rasmus, Thank you for sharing this patch. I have changed ox-koma-letter.el as well to fit my needs but didn't publish my changes. On Mon, Feb 25, 2013 at 09:25:58PM +0100, Rasmus wrote: [...] > I have been working on extending the KOMA letter support in Org. The > backend is still rough an

Re: [O] [PATCH] ob-R.el, ox-latex.el: support for tikz graphics

2013-02-26 Thread Myles English
Hello, 'Scuse me for butting in but I would just like to share how I use tikz graphics using the 'standalone' class, maybe its useful (and maybe not). The advantage is that you can compile the tikz file by itself to see how it looks and then \include it in the main document without having to chan

Re: [O] org-create-formula-image-with-imagemagick conflicts with org-latex-pdf-process

2013-02-26 Thread Nicolas Goaziou
Hello, Florian Beck writes: > `org-create-formula-image-with-imagemagick' doesn't handle the case that > `org-latex-pdf-process' is set to a function. > > To reproduce: > > - set `org-latex-pdf-process' to a function > - (setq org-latex-create-formula-image-program 'imagemagick) >this make

Re: [O] [patch] ox-koma-letter

2013-02-26 Thread Rasmus
Bastien writes: >> I have been working on extending the KOMA letter support in Org. The >> backend is still rough and I would like to more stuff such as >> designing firstfood and firsthead with org elements (e.g. I use a >> tabularx for my firstfood with varioues stuff). > > Thanks for the patc

Re: [O] org-create-formula-image-with-imagemagick conflicts with org-latex-pdf-process

2013-02-26 Thread Florian Beck
Hello Nicolas, > What about re-using the existing tool from "ox-latex.el"? What do you > think of the following patch? Very highly, this works perfectly. Thank you. Unfortunatly, html export doesn't support imagemagick yet. `org-html-latex-fragment' and `org-html-latex-environment' only handle m

Re: [O] tabulated-list

2013-02-26 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Well I'd rather revert it then. Too many headaches foreseen. The commit > was mostly cosmetic anyway. FWIW, yes, I cannot think of another good solution than reverting the commit. If it was just cosmetic, that's even better. Best, -- Bastien

Re: [O] BUG typo in babel.org?

2013-02-26 Thread Andreas Röhler
Am 26.02.2013 12:19, schrieb Achim Gratz: Andreas Röhler easy-emacs.de> writes: as I'm still exploring org-mode and the way to write tests for, please have a look IIUC, In any case you should check if that isn't done on purpose to test for the reaction of Org to missing code references. Ther

Re: [O] BUG typo in babel.org?

2013-02-26 Thread Achim Gratz
Andreas Röhler easy-emacs.de> writes: > as I'm still exploring org-mode and the way to write tests for, > please have a look IIUC, In any case you should check if that isn't done on purpose to test for the reaction of Org to missing code references. There are "negative" tests that are expected t

Re: [O] org-meta-return

2013-02-26 Thread Sebastien Vauban
Eric, Eric S Fraga wrote: > Nick Dokos writes: > > [...] > >> I hope everybody does that. I use both the left and right control keys >> depending on where the "controlled" key is: C-whatever is always a two-hand >> operation for me. M-x is not however (they are close enough so that left >> thumb

Re: [O] [PATCH] bug in expansion of variables in babel Perl

2013-02-26 Thread Achim Gratz
D M German uvic.ca> writes: > print $BO join($/, @r), $/ ; Sorry, this should really be: print $BO join(qq($/), @r), qq($/); Anyway, I think I'll have to rework the wrapper to be an anonymous subroutine so that the (reasonably expactable) "return @foo;" at the end of the program (or in the mi

Re: [O] org-sync and redmine

2013-02-26 Thread Bastien
Hi Daimrod, Daimrod writes: > I'm still only playing with org-sync and I don't fully understand the > changes I've merged, so I won't push before I'm more confident with my > understanding of org-sync. Thanks. There is no hurry here anyway, so take your time. > Unless Aurélien is against it,

[O] 5f095f5 is the first bad commit (for my use case)

2013-02-26 Thread Sebastien Vauban
Hello, Since updating to latest Org this morning, I couldn't open anymore my file ~/org/work.org. Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is (apparently) inflooping, with letting me stop it (with C-g). Solution? Kill Emacs through the task manager, and bisect: ╭──

Re: [O] BUG typo in babel.org?

2013-02-26 Thread Andreas Röhler
Am 26.02.2013 11:41, schrieb Bastien: Hi Andreas, Andreas Röhler writes: in org-mode/testing/examples/babel.org a noweb-example1 as called, which seems not defined Can you help suggesting a fix (ideally as a patch) and explaining why it is needed? Thanks, Hi Bastien, as I'm still expl

Re: [O] Bug: error on html export [7.9.3e (7.9.3e-3-gb07a9b @ /u/kimr/src/emacs/emacs-trunk_latest/lisp/org/)]

2013-02-26 Thread Bastien
Hi Richard, Richard Kim writes: > Starting with emacs bzr trunk revision 111688 of Feb 7, 2013, > following three line org file results in error when html export is > attempted. > > -- start of foo.org > > #+TITLE: Nothing > > # f

Re: [O] BUG typo in babel.org?

2013-02-26 Thread Bastien
Hi Andreas, Andreas Röhler writes: > in org-mode/testing/examples/babel.org > > a noweb-example1 as called, which seems not defined Can you help suggesting a fix (ideally as a patch) and explaining why it is needed? Thanks, -- Bastien

Re: [O] [PATCH] ob-R.el, ox-latex.el: support for tikz graphics

2013-02-26 Thread Achim Gratz
Nicolas Goaziou gmail.com> writes: > Aaron Ecay gmail.com> writes: > > Tikz graphics should be exported to LaTeX by \include, not as a link. > > This commit changes the file extension used for tikz graphics from .tex > > to .tikz. > > I'm wondering if it's really meant to be inserted as an inlin

Re: [O] Bug: turn-on-font-lock breaks org-mode in recent emacs [7.9.3e (7.9.3e-3-gb07a9b @ /usr/share/emacs/24.3.50/lisp/org/)]

2013-02-26 Thread Bastien
Hi Gijs, Gijs Hillenius writes: > Until today, I had have these two (legacy) lines in my orgmode configuration > > ;; (global-font-lock-mode 1) ; for all buffers > > which is already a default in emacs. This is also noted in the manual > http://orgmode.org/manual/Activation.h

Re: [O] Org-mode syntax support of github: overview

2013-02-26 Thread Bastien
Hi Karl, Karl Voit writes: > If you don't want to try&error by yourself, take a look at > github-orgmode-tests[2] where you can see, what works and what > doesn't work (yet). > > HTH > > 1. https://github.com/bdewey/org-ruby > 2. https://github.com/novoid/github-orgmode-tests Thanks for the

Re: [O] [patch] ox-koma-letter

2013-02-26 Thread Bastien
Hi Rasmus, Rasmus writes: > I have been working on extending the KOMA letter support in Org. The > backend is still rough and I would like to more stuff such as > designing firstfood and firsthead with org elements (e.g. I use a > tabularx for my firstfood with varioues stuff). Thanks for the

Re: [O] C-c ^ not fully useful

2013-02-26 Thread Bastien
Hi François, François Pinard writes: > P.S. About an option to sort the previous way, that is, by the physical > contents of the line, visible or not, I do not have a use case for it, I > would not need such an option. > > I sometimes, yet not often, need to group together links by their > origi

[O] Org-mode syntax support of github: overview

2013-02-26 Thread Karl Voit
Hi! I am using Org-mode files for READMEs and stuff on github.com. Since github is using an old version of org-ruby[1] to visualize Org-mode, there is only a limited support for Org-mode syntax elements. If you don't want to try&error by yourself, take a look at github-orgmode-tests[2] where you

  1   2   >