Re: [O] installation

2013-05-31 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

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

2013-05-31 Thread Bastien
Hi Ivanov, Ivanov Dmitry usr...@gmail.com 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] de-tangle function?

2013-05-31 Thread Rainer M. Krug
#secure method=pgpmime mode=sign Sebastien Vauban sva-n...@mygooglest.com writes: 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

Re: [O] de-tangle function?

2013-05-31 Thread Rainer M. Krug
Rasmus ras...@gmx.us writes: 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

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

2013-05-31 Thread Rainer M. Krug
Eric Schulte schulte.e...@gmail.com writes: 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

Re: [O] XeLaTeX and the new exporter

2013-05-31 Thread Christopher Witte
Sorry for the late reply. I'm not entirely sure either, I pretty much just blindly followed the instructions on the FAQ. I don't think this is at all the minimum you need to get xelatex working, it also sets up a few other things. For instance it used latexmk instead of just recompiling a few

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

2013-05-31 Thread Karl Voit
* Feng Shu tuma...@gmail.com wrote: I have changed it to IGNORE Thank you very much! It will help your users to learn and understand this cool feature! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: get Memacs from https://github.com/novoid/Memacs

[O] Handling outdated contact information (was: [PATCH] org-contacts.el: add expire feature)

2013-05-31 Thread Karl Voit
* Daimrod daim...@gmail.com wrote: Hi Karl, Hi Daimrod! This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Sure: I do use contacts.org by myself and I tend to collect data about people and never delete any. For example, previously used

Re: [O] Handling outdated contact information

2013-05-31 Thread Daimrod
Karl Voit devn...@karl-voit.at writes: * Daimrod daim...@gmail.com wrote: Hi Karl, Hi Daimrod! This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Sure: I do use contacts.org by myself and I tend to collect data about people and never

Re: [O] Handling outdated contact information

2013-05-31 Thread Feng Shu
Daimrod daim...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: * Daimrod daim...@gmail.com wrote: Hi Karl, Hi Daimrod! This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Sure: I do use contacts.org by myself and I tend to

Re: [O] Exporting output and graphics from R

2013-05-31 Thread SabreWolfy
Sebastien Vauban sva-news@... writes: AFAICT, you can't have both at the same time. Do you have a real use case for this? Maybe I'm not using the right tool for the job. I thought it would be useful to be able to intersperse explanatory text with output: --8---cut

Re: [O] Exporting output and graphics from R

2013-05-31 Thread SabreWolfy
Feng Shu tumashu at gmail.com writes: #+BEGIN_SRC R :results output :exports both pngname - testout.png png(pngname) plot(1:10, 1:10) dev.off() x - 1:10 paste([[./, pngname, ]],sep=) #+END_SRC Thanks. This is a great suggestion.

Re: [O] Exporting output and graphics from R

2013-05-31 Thread Sebastien Vauban
SabreWolfy, SabreWolfy wrote: Sebastien Vauban sva-news@... writes: AFAICT, you can't have both at the same time. Do you have a real use case for this? Maybe I'm not using the right tool for the job. I thought it would be useful to be able to intersperse explanatory text with output: All

Re: [O] Status fix for Regression in fill-paragraph behavior?

2013-05-31 Thread Nicolas Goaziou
Hello, Wagemans, Peter peter.wagem...@kpn.com writes: Nicolas Goaziou wrote: Also, you have to admit that Org is a bit more complex than Text mode (or Fundamental mode), and may have different requirements. It sure is a great tool, with a lot of useful functionality. But the new paragraph

Re: [O] Handling outdated contact information

2013-05-31 Thread Feng Shu
Karl Voit devn...@karl-voit.at writes: * Daimrod daim...@gmail.com wrote: Hi Karl, Hi Daimrod! This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Sure: I do use contacts.org by myself and I tend to collect data about people and never

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

2013-05-31 Thread Eric Schulte
rai...@krugs.de (Rainer M. Krug) writes: Eric Schulte schulte.e...@gmail.com writes: 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

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

2013-05-31 Thread Michael Strey
Daimrod daim...@gmail.com writes: 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

Re: [O] {New exporter] What happened to the export template

2013-05-31 Thread Robert Goldman
A very late follow-up: I note that the Worg instructions for HTML export still cite org-insert-export-options-template: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html

[O] Minor bug in org export to latex

2013-05-31 Thread Robert Goldman
I find that a mathmode environment, bounded by $..$, that breaks across line boundaries, is not typeset correctly. I am attaching a minimal example org-file. Best, r #+TITLE: Latex Export bug on line boundaries #+AUTHOR: Robert P. Goldman #+DATE: 2013-05-31 Fri #+EMAIL: rpgold...@sift.info

Re: [O] Minor bug in org export to latex

2013-05-31 Thread Rasmus
It's not a bug. I find that a mathmode environment, bounded by $..$, that breaks across line boundaries, is not typeset correctly. It just happens to work most of the times. Use \(.\) when in doubt. I am attaching a minimal example org-file. When I type a lot of text in front of the

[O] [RFC] Extend :float attribute to src blocks and normalize syntax

2013-05-31 Thread Nicolas Goaziou
Hello, The following patch extends :float attribute to src blocks (so they are on par with tables and images). It also slightly changes syntax for this attribute: || Old | New | |+---+--| | Tables | :float table | :float t | | Images |

[O] org-checklist warning/elpa related?

2013-05-31 Thread Robert Horn
I'm getting warnings about org-checklist that don't seem to be related to any real problem. I've noticed no functional problems with org-checklist. This is with org elpa 20130522. I get the following warnings in *Messages* when I change emacs color themes. Auto-saving...done --- harmless

[O] [html] non-lists showing up as lists

2013-05-31 Thread Samuel Wales
The 30 and the - get exported as lists. === paragraph. Emily died at age 30. New sentence. paragraph - the list is long. === Filling and yanking can create lines like those. Perhaps this is intended behavior? If so, is there a way to change it so that it requires a blank line before every

Re: [O] [html] non-lists showing up as lists

2013-05-31 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: The 30 and the - get exported as lists. As they should. === paragraph. Emily died at age 30. New sentence. paragraph - the list is long. === Filling If filling creates this, then this is a bug. Could you provide an ECM for this?

[O] mydisk.com down?

2013-05-31 Thread Guido Van Hoecke
Hi, Could it be that mydisk.com is down? Anybody knows something more about this? TIA, Guido -- You can't play your friends like marks, kid. -- Henry Gondorf, The Sting

Re: [O] mydisk.com down?

2013-05-31 Thread Guido Van Hoecke
Guido Van Hoecke gui...@gmail.com writes: Hi, Could it be that mydisk.com is down? Can't sync my mobileorg data :( Anybody knows something more about this? Or about other free WebDAV servers? (My Dropbox account is not an option) TIA, Guido -- You can't play your friends like

Re: [O] [RFC] Extend :float attribute to src blocks and normalize syntax

2013-05-31 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: The following patch extends :float attribute to src blocks (so they are on par with tables and images). It also slightly changes syntax for this attribute: || Old | New | |+---+--| | Tables | :float

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

2013-05-31 Thread Achim Gratz
Uwe Brauer writes: You are right, this is a sad fact but true. The only person who cared, and knows enough Lisp is Michael Sperber, who right now is very busy. Actually I am right now very busy my self, but maybe in the next days I give it another try, now that you sent me this information!

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

2013-05-31 Thread Marcin Borkowski
Dnia 2013-05-31, o godz. 08:06:58 Bastien b...@gnu.org napisał(a): Hi Ivanov, Ivanov Dmitry usr...@gmail.com 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: |

Re: [O] installation

2013-05-31 Thread Marcin Borkowski
Dnia 2013-05-31, o godz. 08:04:37 Bastien b...@gnu.org napisał(a): 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

Re: [O] [RFC] Extend :float attribute to src blocks and normalize syntax

2013-05-31 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Does it have impact on centering as well? You speak of caption, and I remember that (at least, before), in LaTeX, when giving a caption to a figure, it was centered, otherwise not. Is there such interaction?

Re: [O] [html] non-lists showing up as lists

2013-05-31 Thread Alan L Tyree
On 01/06/13 03:01, Nicolas Goaziou wrote: Hello, Samuel Wales samolog...@gmail.com writes: The 30 and the - get exported as lists. As they should. === paragraph. Emily died at age 30. New sentence. paragraph - the list is long. === Filling If filling creates this, then this is a

Re: [O] [RFC] Extend :float attribute to src blocks and normalize syntax

2013-05-31 Thread Nick Dokos
Nicolas Goaziou n.goaz...@gmail.com writes: The following patch extends :float attribute to src blocks (so they are on par with tables and images). It also slightly changes syntax for this attribute: || Old | New | |+---+--| |

[O] Org-mode contacts to Android (was: Handling outdated contact information)

2013-05-31 Thread Karl Voit
* Feng Shu tuma...@gmail.com wrote: Karl Voit devn...@karl-voit.at writes: In the future, I plan to add a workflow that gets contact information form Org-mode (my central point of information) to my phone and so forth. If you use android phone, you can write a function

[O] [PATCH][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-05-31 Thread Rasmus
This patch allows ox-latex to make a guess on which language to use if babel is a default package. See the head of the patch. Two notes on the funcion: 1. As far as I remember, if more than one language is loaded the order is not neutral one one should issue a \selectlanguage{LANG}. 2.

Re: [O] Org-mode contacts to Android

2013-05-31 Thread Feng Shu
Feng Shu tuma...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: * Feng Shu tuma...@gmail.com wrote: Karl Voit devn...@karl-voit.at writes: In the future, I plan to add a workflow that gets contact information form Org-mode (my central point of information) to my phone and so

Re: [O] [PATCH][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-05-31 Thread Achim Gratz
Rasmus writes: This patch allows ox-latex to make a guess on which language to use if babel is a default package. See the head of the patch. What's the status of your copyright assignment? You're neither listed as a contributor nor as one of the people whose papers are in processing (see

Re: [O] [PATCH] org-table-convert-region (was Re: Bug in org-table-convert-region?)

2013-05-31 Thread Carsten Dominik
On 28.5.2013, at 13:47, Thorsten Jolitz tjol...@gmail.com wrote: Thorsten Jolitz tjol...@gmail.com writes: Yes, I can confirm this. So either (interactive rP) isn't a valid combination, then its a bug in the org command3, or it is a valid combination and should work - then its a bug in

Re: [O] Please regenerate the refile cache with `C-0 C-c C-w'

2013-05-31 Thread Carsten Dominik
Hi Samuel, could you go back to a much older Org version, like release_7.9.4 and check if this is still happening? It would be an indication if it has to do with Org, or with something external like magit. - Carsten On 28.5.2013, at 23:28, Samuel Wales samolog...@gmail.com wrote: This