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

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

Re: [O] installation

2013-05-30 Thread Bastien
Hi Jacob, I think your best starting point is here: http://emacsformacosx.com Org-mode is part of Emacs, so Emacs is all what you need. Then learn to use Emacs by reading the tutorial. Then start editing an .org file -- and you're done! (Well, nearly done.) -- Bastien

[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

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

2013-05-30 Thread Feng Shu
Daimrod writes: > Feng Shu 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

[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 Daimrod
Karl Voit 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

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

2013-05-30 Thread Daimrod
Michael Strey 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; could you check on yo

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

2013-05-30 Thread Daimrod
Feng Shu 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 fixed now. > Th

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

2013-05-30 Thread Feng Shu
Karl Voit writes: > * Daimrod wrote: >> >> Feng Shu 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, th

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 j

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

2013-05-30 Thread Uwe Brauer
>> "Achim" ==Achim Gratz 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 >> >> default

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

2013-05-30 Thread Nicolas Goaziou
Hello, Kodi Arfer writes: > From: Kodi Arfer > 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. Thank you. Regards

Re: [O] de-tangle function?

2013-05-30 Thread Rasmus
"Sebastien Vauban" 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 debug > the pro

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

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

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

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Nicolas Goaziou
Martin Marier 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 default value for `o

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

2013-05-30 Thread Karl Voit
* Daimrod wrote: > > Feng Shu 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 phones in the >> ex

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

2013-05-30 Thread Matt Lundin
Bastien writes: > Hi Trevor, > > Trevor Murphy 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 what others think/test. F

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 relia

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Martin Marier
2013-05-30 11:01 Nicolas Goaziou : > 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 the document > t

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

2013-05-30 Thread Nick Dokos
Nicolas Goaziou 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 asking, in a

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

2013-05-30 Thread Nicolas Goaziou
Hello, Andreas Röhler 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 happens, but it will not be enough

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

2013-05-30 Thread Nicolas Goaziou
Hello, Nick Dokos 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 availability of dvipng

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Nicolas Goaziou
Martin Marier 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) >> entering extended

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: , So, did you try to send an email to emacs-orgmode-requ...@gnu.org with the a subject "unsu

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

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Martin Marier
2013-05-30 08:39 Nicolas Goaziou : > > 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? Yes. I just u

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

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 writes: I have (where is a tab character): #+BEGIN_SRC {} // SuperCollider code here ( r = p.chan.play(Pspawner { |sp| var num, subdiv, ... }); ) #+END_SRC The exported .tex file contains: \begin{lstlisting} // SuperColli

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Rainer M. Krug
Feng Shu writes: > rai...@krugs.de (Rainer M. Krug) writes: > >> "Sebastien Vauban" >> 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 :resul

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

2013-05-30 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" 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] How to prevent tabs from turning into spaces in source-code export?

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

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Feng Shu
rai...@krugs.de (Rainer M. Krug) writes: > "Sebastien Vauban" > 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

[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 Rainer M. Krug
"Sebastien Vauban" 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 <- 1:10 >>

Re: [O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-30 Thread Nicolas Goaziou
Hello, Martin Marier 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 > > This used

[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 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 = "or

[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) option

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

2013-05-30 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> Daimrod 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! >> >>

Re: [O] Guidance for preparing document with code

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

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

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

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

2013-05-30 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> Daimrod 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! >> >>

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 Daimrod
Feng Shu writes: > Daimrod 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? > > test1@g =

[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 ? #+begin_

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 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 sorry about clutterin