Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-30 Thread S S
On Thu, May 30, 2013 at 12:20 PM, S S super.quazim...@gmail.com wrote: On Thu, May 30, 2013 at 11:16 AM, S S super.quazim...@gmail.com wrote: On Thu, May 30, 2013 at 7:36 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: S S super.quazim...@gmail.com writes: I've added test.org and

Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-30 Thread Nicolas Goaziou
Hello, S S super.quazim...@gmail.com writes: Problem found and solved, how do we close things? Just let them fade away. lua-mode was modifying stuff in the same syntax table that org-mode 8.0 + was using. lua-mode has updated since and problem is solved, my repo was out of date. Thanks and

[O] [Need a feature] complete email with alias in gnus

2013-05-30 Thread Feng Shu
Hi: I want to complete email with alias instead of name, when I write a mail in gnus. I'm using a tmp solution now, however it is nearly imposssible to be included into master, so I have to rebase this patch every pull, I want to find a better solution, Coule someone can help me ?

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: This is not very idiomatic elisp, I would write something more like: #+BEGIN_SRC emacs-lisp (remove-if (lambda (el) (member el expire-list)) list) #+END_SRC Thanks! Is this possible?

Re: [O] Guidance for preparing document with code

2013-05-30 Thread SabreWolfy
Hi Thorsten, Thanks for the links.

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: This is not very idiomatic elisp, I would write something more like: #+BEGIN_SRC emacs-lisp (remove-if (lambda (el) (member el expire-list)) list)

[O] How to prevent tabs from turning into spaces in source-code export?

2013-05-30 Thread James Harkins
I have (where TAB is a tab character): #+BEGIN_SRC {} // SuperCollider code here ( r = p.chan.play(Pspawner { |sp| TABvar num, subdiv, ... }); ) #+END_SRC The exported .tex file contains: \begin{lstlisting} // SuperCollider code here ( r = p.chan.play(Pspawner { |sp|

Re: [O] Guidance for preparing document with code

2013-05-30 Thread SabreWolfy
Sebastien Vauban sva-news@... writes: Little starter for your R code: #+BEGIN_SRC R :results graphics :file testout.png plot(1:10, (1:10)^2) #+END_SRC snip w00t! I exported a quick structured document, with text, code and the png file as an HTML document. This is super-cool :) I should

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: This is not very idiomatic elisp, I would write something more like: #+BEGIN_SRC emacs-lisp (remove-if (lambda (el) (member el expire-list)) list)

[O] Exporting output and graphics from R

2013-05-30 Thread SabreWolfy
When the following code is evaluated or exported, only the link to testout.png appears in the RESULTS section. --8---cut here---start-8--- #+BEGIN_SRC R :results output graphics :file testout.png :exports both plot(1:10, 1:10) x - 1:10 library(ascii)

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Sebastien Vauban
Hi SabreWolfy, SabreWolfy wrote: When the following code is evaluated or exported, only the link to testout.png appears in the RESULTS section. #+BEGIN_SRC R :results output graphics :file testout.png :exports both plot(1:10, 1:10) x - 1:10 library(ascii) options(asciiType = org)

[O] how i can unsubscribe this mail list

2013-05-30 Thread Tongzhu Zhang
i want read this mail list from gnus in emacs, but i cant remember my password, i have been already tried : https://lists.gnu.org/mailman/options/emacs-orgmode but no mail received . how i can do now ?

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Nicolas Goaziou
Hello, Martin Marier mariermar...@gmail.com writes: When trying to export a subtree as PDF in a subdirectory, I get this error: ! I can't write on file `test.log'. This is using this source: * head 1 :PROPERTIES: :EXPORT_FILE_NAME: pdf/test.pdf :END: Moo Moo Moo. * head 2

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Rainer M. Krug
Sebastien Vauban sva-n...@mygooglest.com writes: Hi SabreWolfy, SabreWolfy wrote: When the following code is evaluated or exported, only the link to testout.png appears in the RESULTS section. #+BEGIN_SRC R :results output graphics :file testout.png :exports both plot(1:10, 1:10) x -

[O] how i can unsubscribe this mail list ?

2013-05-30 Thread Tongzhu Zhang
i want read this mail list from gnus in emacs, but i cant remember my password, i have been already tried : https://lists.gnu.org/mailman/options/emacs-orgmode but no mail received . how i can do now ?

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Feng Shu
rai...@krugs.de (Rainer M. Krug) writes: Sebastien Vauban sva-n...@mygooglest.com writes: Hi SabreWolfy, SabreWolfy wrote: When the following code is evaluated or exported, only the link to testout.png appears in the RESULTS section. #+BEGIN_SRC R :results output graphics :file

Re: [O] How to prevent tabs from turning into spaces in source-code export?

2013-05-30 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: I have (where TAB is a tab character): #+BEGIN_SRC {} // SuperCollider code here ( r = p.chan.play(Pspawner { |sp| TABvar num, subdiv, ... }); ) #+END_SRC The exported .tex file contains: \begin{lstlisting} // SuperCollider code

Re: [O] Fix `listings' language for `latex' code blocks

2013-05-30 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Listings should use the LaTeX flavor of the TeX language for `latex' code blocks. Here is the patch therefore. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Rainer M. Krug
Feng Shu tuma...@gmail.com writes: rai...@krugs.de (Rainer M. Krug) writes: Sebastien Vauban sva-n...@mygooglest.com writes: Hi SabreWolfy, SabreWolfy wrote: When the following code is evaluated or exported, only the link to testout.png appears in the RESULTS section. #+BEGIN_SRC R

Re: [O] How to prevent tabs from turning into spaces in source-code export?

2013-05-30 Thread Andreas Röhler
Am 30.05.2013 15:22, schrieb Nicolas Goaziou: Hello, James Harkins jamshar...@gmail.com writes: I have (where TAB is a tab character): #+BEGIN_SRC {} // SuperCollider code here ( r = p.chan.play(Pspawner { |sp| TABvar num, subdiv, ... }); ) #+END_SRC The exported .tex file contains:

[O] de-tangle function?

2013-05-30 Thread Rainer M. Krug
Hi I remember something about a de-tangle function, which re-imports the source code blocks into the org file is previously tangled with comments et al, but I can't find that function any more. Is it still there? Does it work reliably? Thanks, Rainer -- Rainer M. Krug pgpgePIeqq7XT.pgp

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Martin Marier
2013-05-30 08:39 Nicolas Goaziou n.goaz...@gmail.com: I just fixed a bug around the same area: when providing a relative path, pdf file was produced but not found and process returned an error. Though, the error message wasn't the same. Could you test it again with an updated Org anyway?

[O] refine org-babel-tangle-jump-to-org?

2013-05-30 Thread Rainer M. Krug
Hi I am using org-babel-tangle-jump-to-org when debugging code written in org and tangled. I have some longisch code blocks and it is always irritating, as it only jumps to the codde block. Would it be possible to extend the function, that it jumps to the line of the code? That would make this

Re: [O] how i can unsubscribe this mail list

2013-05-30 Thread Memnon Anon
Looking at the header of your mail (`t' in gnus :), you'll see this line: List-Unsubscribe: https://lists.gnu.org/mailman/options/emacs-orgmode, mailto:emacs-orgmode-requ...@gnu.org?subject=unsubscribe So, did you try to send an email to emacs-orgmode-requ...@gnu.org with the a subject

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Nicolas Goaziou
Martin Marier mariermar...@gmail.com writes: Yes. I just updated and I still get the same problem. The full output is here: Wrote /home/myHome/aFolderWithAnOrgFile/pdf/test.tex Processing LaTeX file ./pdf/test.tex... This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)

Re: [O] Minor problems with dvipng latex image preview

2013-05-30 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: I wouldn't say inferior, although the dvipng implementation is slightly more brittle than the imagemagick one (imo, of course). But it is two implementations where one would suffice (Windows might present problems however: I don't know the

Re: [O] How to prevent tabs from turning into spaces in source-code export?

2013-05-30 Thread Nicolas Goaziou
Hello, Andreas Röhler andreas.roeh...@easy-emacs.de writes: as indentation might be provided by TAB and whitespace chars likewise, what about following setting of `indent-tabs-mode'? It is indeed possible to propagate `indent-tabs-mode' value to the original buffer's copy where export

Re: [O] Minor problems with dvipng latex image preview

2013-05-30 Thread Nick Dokos
Nicolas Goaziou n.goaz...@gmail.com writes: But it is two implementations where one would suffice (Windows might present problems however: I don't know the availability of dvipng/imagemagick on that platform - I believe they are both available on MacOS, but I could be wrong). What about

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Martin Marier
2013-05-30 11:01 Nicolas Goaziou n.goaz...@gmail.com: I don't think it is related to Org. Do you have write access on test.log file in that directory? Yes I do. And by the way, the .tex file is rendered correctly in the pdf/ folder. Also, what happens if you remove it first and export

Re: [O] de-tangle function?

2013-05-30 Thread Sebastien Vauban
Hi Rainer, Rainer M. Krug wrote: I remember something about a de-tangle function, which re-imports the source code blocks into the org file is previously tangled with comments et al, but I can't find that function any more. Is it still there? M-x org-babel-detangle Does it work reliably?

Re: [O] [PATCH] org.el: Don't flyspell check within source code blocks

2013-05-30 Thread Matt Lundin
Bastien b...@gnu.org writes: Hi Trevor, Trevor Murphy trevor.m.mur...@gmail.com writes: + (not (eq (org-element-type (org-element-at-point)) 'src-block) I think `org-in-src-block-p', while a bit less reliable, will be faster, and reliable/fast enough for this use-case. Let's see

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Karl Voit
* Daimrod daim...@gmail.com wrote: Feng Shu tuma...@gmail.com writes: * test :PROPERTIES: :EMAIL: te...@gmail.com te...@gmail.com te...@gmail.com :PHONE: 123456 123457 123458 :EXPIRE: te...@gmail.com 123457 :END: when completing or exporting to vcard, the emails and

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Nicolas Goaziou
Martin Marier mariermar...@gmail.com writes: And just to make sure I was expressing myself clearly: this happens when exporting a subtree only; there is no issue when exporting the full document. You (or anyone else) can't reproduce the problem? I could reproduce the problem: I wasn't using

[O] How to join cells in tables and center content

2013-05-30 Thread Ivanov Dmitry
Suppose, I am writing a database table structure. Is it possible to join the 1-st two cells? And make 'table1' centered? Current view and desired: | table1 | | | table1 | |+---+ |+---+ | id | value |-| id | value | |

[O] Ordered List (Alphabetical) and HTML Export

2013-05-30 Thread Josiah Schwab
Hi All, I am using orgmode 8.0.3 with emacs 24.3. I frequently use ordered lists with alphabetical bullets. I have (setq org-list-allow-alphabetical t) in my .emacs. I just noticed that when I export an alphabetical list using the HTML exporter, it appears as a numerical list in the rendered

[O] org-publish bug

2013-05-30 Thread Marvin Doyley
Hi Orgers, For some reason that I cannot fathom ox-publish is unable to generate index file for a web site that I am creating. It only creates an empty theindex.inc. Thanks in advance for your help cheers, M

Re: [O] conflict load of epresent - org mode 8.0.3

2013-05-30 Thread d . tchin
Hi, I just updated the require statements in epresent.el. https://github.com/eschulte/epresent/blob/master/epresent.el I'm not sure what epresent-org.el is. For your information, Sacha Chua on her blog has given a short description of EPresent accessible on the following link

[O] [PATCH] ox-html: Fix handling of time-stamp-file

2013-05-30 Thread Kodi Arfer
From 10814da65829d6918d736188027723dde30b4a3c Mon Sep 17 00:00:00 2001 From: Kodi Arfer g...@arfer.net Date: Thu, 30 May 2013 15:19:57 -0400 Subject: [PATCH] ox-html: Fix handling of time-stamp-file * lisp/ox-html.el (org-html--build-meta-info): Insert no timestamp when :time-stamp-file is

Re: [O] de-tangle function?

2013-05-30 Thread Rasmus
Sebastien Vauban sva-n...@mygooglest.com writes: Does it work reliably? You need the code blocks to be wrapped into comments for it to work. Regarding reliability, it does work well on small examples. I remember having had really bad results with my huge .emacs file, but hadn't any time to

Re: [O] [PATCH] ox-html: Fix handling of time-stamp-file

2013-05-30 Thread Nicolas Goaziou
Hello, Kodi Arfer k...@arfer.net writes: From: Kodi Arfer g...@arfer.net Date: Thu, 30 May 2013 15:19:57 -0400 Subject: [PATCH] ox-html: Fix handling of time-stamp-file * lisp/ox-html.el (org-html--build-meta-info): Insert no timestamp when :time-stamp-file is nil. TINYCHANGE Applied.

Re: [O] Xemacs 21.5.32 and org-8.03, compilation problems

2013-05-30 Thread Uwe Brauer
Achim ==Achim Gratz strom...@nexgo.de writes: Uwe Brauer writes: I know that compiling org under Xemacs is delicate. I succeeded with 7.8.3 but it seems that the installation process has changed quite a bit. No, not really. Ok, good I edit the relevant

Re: [O] refine org-babel-tangle-jump-to-org?

2013-05-30 Thread Eric Schulte
rai...@krugs.de (Rainer M. Krug) writes: Hi I am using org-babel-tangle-jump-to-org when debugging code written in org and tangled. I have some longisch code blocks and it is always irritating, as it only jumps to the codde block. Would it be possible to extend the function, that it jumps

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Karl Voit devn...@karl-voit.at writes: * Daimrod daim...@gmail.com wrote: Feng Shu tuma...@gmail.com writes: * test :PROPERTIES: :EMAIL: te...@gmail.com te...@gmail.com te...@gmail.com :PHONE: 123456 123457 123458 :EXPIRE: te...@gmail.com 123457 :END: when completing or

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Feng Shu tuma...@gmail.com writes: Hi Daimrod! This is the 3 updated patch, if possible, please include it to master. It's merged and pushed. I've also pushed another commit to fix the formatting in some parts of the code and I've found a bug in `org-contacts-split-property', but it should be

Re: [O] [Patch] phone links...

2013-05-30 Thread Daimrod
Michael Strey mst...@strey.biz writes: Hello Michael, While merging a patch (from Feng Shu) I have found a bug in `org-contacts-split-property'. Though the docstring says that OMIT-NULLS is forced to t when SEPARATORS is nil (just like `split-string'), it wasn't the case. I've pushed a fix;

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Karl Voit devn...@karl-voit.at writes: Hi Karl, This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Regards, -- Daimrod/Greg signature.asc Description: PGP signature

[O] org-publish bug

2013-05-30 Thread Marvin Doyley
Hi there, I solved the problem. It turns out that I needed to include #+index: cheers, M

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Hi Daimrod! This is the 3 updated patch, if possible, please include it to master. It's merged and pushed. I've also pushed another commit to fix the formatting in some parts of the code and I've found a bug in

[O] installation

2013-05-30 Thread jacob lindberg
I'm a true beginner. I've never used emacs. But I'm eager to learn, and I've have watched videos and read what orgmode can do. I'v read 1.2 Installation but don't understand the language, since I'm new. How to install it–do I need emacs? Running OS X 10.7.5