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

2013-06-03 Thread Sebastien Vauban
Hello Rasmus, Rasmus wrote: > 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}. If there are multiple languages, the main language is the latest loaded; that is `english' in the follow

Re: [O] Italics + footnote in latex export

2013-06-03 Thread Nick Dokos
James Harkins writes: > I have: > >Western notation supports a type of /polyphony/[fn:1] > > I get: > >Western notation supports a type of /polyphony/\footnote{ ... blah blah > ... } > I believe you have to fiddle with org-emphasis-regexp-components. The default value is (" ('\"{"

Re: [O] [PATCH] ob-fortran.el, add matrix as input

2013-06-03 Thread Eric Schulte
Applied, Thanks! Litvinov Sergey writes: > I would like to propose a tiny patch which adds matrix as an input for > ob-fortran.el. See changes in testing/examples/ob-fortran-test.org for > the examples. > > > From 4115610e692e5056fa4c0f9d498c12912d374646 Mon Sep 17 00:00:00 2001 > From: Litvinov

Re: [O] the buffer jumps when save a source code block

2013-06-03 Thread Not To Miss
Hi Carsten, I mean the view changed, not the cursor position - the cursor is in the same position. On Mon, Jun 3, 2013 at 10:17 PM, Carsten Dominik wrote: > Hi Zhenjiang, > > do you mean that the view changes, or that also the cursor position > changes? I cannot find the cursor in the second sh

Re: [O] the buffer jumps when save a source code block

2013-06-03 Thread Carsten Dominik
Hi Zhenjiang, do you mean that the view changes, or that also the cursor position changes? I cannot find the cursor in the second shot. - Carsten On 3.6.2013, at 23:10, Not To Miss wrote: > Hi all, > > after opening a source code block in a separate window with C-c ', it's nice > that user

Re: [O] [patch] [3update] Add functions, Insert a exist contact name at point

2013-06-03 Thread Feng Shu
Feng Shu writes: > Feng Shu writes: > > I will change this patch again, hard coding a templates in functions > is not a good way , maybe it is a complex method to solve a simpe things. This is the 3rd patch, which has been changed significantly, The function will be useful when used in org-c

Re: [O] [Help] Look for a exist function to car a contact, Urgent!!!

2013-06-03 Thread Feng Shu
Nick Dokos writes: > Feng Shu writes: > >> How to get the information "test" from: >> >> ((#("test" 0 2 (fontified nil org-category "i-contacts")) >> >> Thanks! > > It's missing a couple of closing parens, but assuming that the opening > parens describe the situation correctly, the following sho

Re: [O] [Help] Look for a exist function to car a contact, Urgent!!!

2013-06-03 Thread Nick Dokos
Feng Shu writes: > How to get the information "test" from: > > ((#("test" 0 2 (fontified nil org-category "i-contacts")) > > Thanks! It's missing a couple of closing parens, but assuming that the opening parens describe the situation correctly, the following should work: --8<---cut

Re: [O] mydisk.com down?

2013-06-03 Thread Rasmus
Guido Van Hoecke gmail.com> writes: > > Could it be that mydisk.com is down? Check isup.me. > Or about other free WebDAV servers? > (My Dropbox account is not an option) OpenShift should do unless you need more than one gb minus installation of whatever (try OpenCloud). --Rasmus

[O] [Help] Look for a exist function to car a contact, Urgent!!!

2013-06-03 Thread Feng Shu
How to get the information "test" from: ((#("test" 0 2 (fontified nil org-category "i-contacts")) Thanks! --

Re: [O] [patch] [2update] Add functions, which can quickly insert org-contacts template(s) in current buffer

2013-06-03 Thread Feng Shu
Feng Shu writes: I will change this patch again, hard coding a templates in functions is not a good way , maybe it is a complex method to solve a simpe things. > From 938c2d0e3eb04faf2fd9708a382da9bac43d0bf9 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Mon, 3 Jun 2013 23:17:57 +0800 > Sub

Re: [O] [patch] Add a complex org-contacts template to the file header

2013-06-03 Thread Daimrod
Feng Shu writes: Thanks for the patch! It's merged, I've taken the liberty to fix some typos. Regards, -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] bug in new exporter

2013-06-03 Thread Rasmus
Nick Dokos writes: >>> One thing that I couldn't figure out is how to get rid of the width >>> specification altogether. >> >> It's a feature. We had a lengthy discussion about it a while ago >> (myself, Nicholas and Aaron, I believe) >> > > Count me confused again: what's the feature? I'll go

[O] the buffer jumps when save a source code block

2013-06-03 Thread Not To Miss
Hi all, after opening a source code block in a separate window with C-c ', it's nice that users can save the original org-mode file buffer when saving the code buffer. However, sometimes the buffer jumps when saving it. For example, this snapshot is before saving: https://www.dropbox.com/s/483ulfb

Re: [O] bug in new exporter

2013-06-03 Thread Nick Dokos
Rasmus writes: >> One thing that I couldn't figure out is how to get rid of the width >> specification altogether. > > It's a feature. We had a lengthy discussion about it a while ago > (myself, Nicholas and Aaron, I believe) > Count me confused again: what's the feature? I'll go looking for

Re: [O] bug in new exporter

2013-06-03 Thread Rasmus
>>> When I include the following in my org file >>> >>> #+attr_latex: scale=1.5, placement =[htb!] >>> [[file:img/figure2.eps]] >> >> The syntax changes. Something like this might give you what you want. >> >> #+ATTR_LATEX: :placement [htb!] :options scale=1.5 >> #+CAPTION: a float needs a capti

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

2013-06-03 Thread Alan L Tyree
Carsten Dominik writes: > Hi everyone. > > As far as I can see, the filling code is already pretty smart about this > issue. The question is then: What else can we do about it. > After doing some analysis of my problems last night, I agree that filling is not the issue. All of the instances t

Re: [O] Variable table length

2013-06-03 Thread Nick Dokos
Marcin Borkowski writes: > Dnia 2013-06-03, o godz. 16:32:20 > Michael Brand napisał(a): > >> Hi Marcin >> >> On Mon, Jun 3, 2013 at 3:38 PM, Michael Brand >> wrote: >> > I would use one row per payback and manually add/remove rows until >> > the last row is the only one with a different sign

[O] packing all files linked in a subtree

2013-06-03 Thread Andreas Leha
Hi all, how would a write a function/source-block, that make a zip file from all files that are linked from a specific subtree of my orgfile? I am writing some document in a subtree, that I export to pdf and pass on. Additionally, I would like to pass all figures in a separate subtree. Now, if

Re: [O] Variable table length

2013-06-03 Thread Marcin Borkowski
Dnia 2013-06-03, o godz. 16:32:20 Michael Brand napisał(a): > Hi Marcin > > On Mon, Jun 3, 2013 at 3:38 PM, Michael Brand > wrote: > > I would use one row per payback and manually add/remove rows until > > the last row is the only one with a different sign for the floating > > loan. > > Forgot

Re: [O] bug in new exporter

2013-06-03 Thread Nick Dokos
Rasmus writes: > Hi Marvin, > > Marvin Doyley writes: > >> Hi there, >> >> When I include the following in my org file >> >> #+attr_latex: scale=1.5, placement =[htb!] >> [[file:img/figure2.eps]] > > The syntax changes. Something like this might give you what you want. > > #+ATTR_LATEX: :place

[O] cached tangling

2013-06-03 Thread Jeffrey Brent McBeth
I have not been able to find a way to cache the results of a tangle. I typically have a date+tree with lots of "code" snippets for ledger. I'm giving an example code snippet below * 2013 :noexport: ** 2013-05 May *** 2013-05-23 Thursday #+name: foo #+begin_src ledger 2013-05-23 * Silly Stuff Ex

Re: [O] bug in new exporter

2013-06-03 Thread Marvin Doyley
Hi Rasmus, It is still not behaving properly #+ATTR_LATEX: :options scale=2 [[file:fig.pdf]] yields \begin{figure}[htb] \centering \includegraphics[scale=2,width=.9\linewidth]{fig.pdf} \end{figure} which is still not quite right, including option, this still doesn't remove the extra width =

[O] How to omit h1 title heading in HTML export?

2013-06-03 Thread *
Dear list When exporting an Org-mode file to HTML, I have noticed the following: the first child of the div with id=content is an h1 heading enclosing the filename (minus extension), or the value of TITLE keyword. How can I keep HTML export from producing this h1 heading? For instance say I have

Re: [O] [PATCH] Respect org-export-babel-evaluate on export

2013-06-03 Thread Christopher Allan Webber
Here's such a file. The exact contents of it don't really matter. What's significant is you should see a "lol" appear in your *Messages* buffer... which shouldn't happen when exporting to anything while (setq org-export-babel-evaluate nil) * Statistics *** Last month's graph #+name: org-

[O] [patch] [2update] Add functions, which can quickly insert org-contacts template(s) in current buffer

2013-06-03 Thread Feng Shu
>From 938c2d0e3eb04faf2fd9708a382da9bac43d0bf9 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Mon, 3 Jun 2013 23:17:57 +0800 Subject: [PATCH] Quickly insert (a) template(s) in current buffer * contrib/lisp/org-contacts.el (org-contacts-build-template-with-exist-contact):Build a contact template wi

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

2013-06-03 Thread Samuel Wales
Hi Carsten, On 6/3/13, Carsten Dominik wrote: >> 4. Define that lists alway have to have a newline in front of them. I presume Michael means blank line. I like this. >> 5. Define that lists always have to be indented. I like this also, and have long wanted c-c - on a region to indent the resu

Re: [O] bug in new exporter

2013-06-03 Thread Rasmus
Hi Marvin, Marvin Doyley writes: > Hi there, > > When I include the following in my org file > > #+attr_latex: scale=1.5, placement =[htb!] > [[file:img/figure2.eps]] The syntax changes. Something like this might give you what you want. #+ATTR_LATEX: :placement [htb!] :options scale=1.5 #+

Re: [O] [PATCH] Respect org-export-babel-evaluate on export

2013-06-03 Thread Eric Schulte
Christopher Allan Webber writes: > Hiya, > > I was running into troubles where regardless of my setting on > org-export-babel-evaluate, it was evaluating babel code anyway. Here's > a patch that seems to fix this. > > For convenience: I've signed the emacs/orgmode papers already. > Can you send

[O] bug in new exporter

2013-06-03 Thread Marvin Doyley
Hi there, When I include the following in my org file #+attr_latex: scale=1.5, placement =[htb!] [[file:img/figure2.eps]] This was exported as \begin{figure}[htb] \centering \includegraphcis[width=0.9\linewidth]{img/figure2.eps} \end{figure} rather than \begin{figure}[htb!] \centering \inc

[O] [patch] Add functions, which can quickly insert org-contacts template(s) in current buffer

2013-06-03 Thread Feng Shu
>From 6080af9fa0183bde6946cd7036d4b30937a10a39 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Mon, 3 Jun 2013 23:17:57 +0800 Subject: [PATCH] Quickly insert (a) template(s) in current buffer * contrib/lisp/org-contacts.el (org-contacts-build-template-with-exist-contact):Build a contact template wi

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

2013-06-03 Thread Rasmus
Dear Sebastien, 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}. >>> >>> If there are multiple languages, the main language is the latest loaded; >>> that >>> is `english' in the following example: >>> >

Re: [O] Variable table length

2013-06-03 Thread Michael Brand
Hi Marcin On Mon, Jun 3, 2013 at 3:38 PM, Michael Brand wrote: > I would use one row per payback and manually add/remove rows until the > last row is the only one with a different sign for the floating loan. Forgot to mention that if you don't need all the intermediate steps per payback rate the

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

2013-06-03 Thread Sebastien Vauban
Rasmus wrote: > "Sebastien Vauban" writes: >> Rasmus wrote: >>> 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}. >> >> If there are multiple languages, the main language is the latest loaded; that >> is `englis

Re: [O] [patch][ox-koma-letter] Support for to and from headings

2013-06-03 Thread Rasmus
Rasmus writes: > Hi, > > Some more patches that should work against the master branch. > > Patch 1: bug fixes. Most notably use symbols some places rather than > strings. > > Patch 2 adds support for TO and FROM headings. If you've got time for > testing I would appreciate feedback. It's expla

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

2013-06-03 Thread Rasmus
"Sebastien Vauban" writes: > Hello Rasmus, > > Rasmus wrote: >> 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}. > > If there are multiple languages, the main language is the latest loaded; that > is `english'

Re: [O] Variable table length

2013-06-03 Thread Michael Brand
Hi Marcin On Mon, Jun 3, 2013 at 2:54 PM, Marcin Borkowski wrote: > and one more question. I'd like to use Org's spreadsheet to create an > amortization schedule for a loan. It would be best if the number of > rows (excluding the header and footer row) could be variable ande.g. > derived from s

[O] Other question concerning org-babel-tangle-jump-to-org

2013-06-03 Thread Rainer M Krug
Would it be possible, that the function does not open a new window when executed, but uses the same window the tangled file is in? I am using org for literate programming in R (ESS): - R console left window - when there is an error, I jump to the R file in the right window and call there org-bab

[O] Variable table length

2013-06-03 Thread Marcin Borkowski
Hello again, and one more question. I'd like to use Org's spreadsheet to create an amortization schedule for a loan. It would be best if the number of rows (excluding the header and footer row) could be variable ande.g. derived from some property. Is it possible in Org? If so, how? Regards,

[O] Properties "automatic" visibility

2013-06-03 Thread Marcin Borkowski
Hi list, I'm still struggling with Org spreadsheet; it's quite awesome, but I'm not (yet) used to it. My question is: I want my table to compute something using a few numbers as data. I enter these numbers as properties in the table's entry; however, I'd prefer them to be visible when I press TA

Re: [O] How to put a Greek sigma into the spreadsheet?

2013-06-03 Thread Michael Brand
Hi Marcin On Mon, Jun 3, 2013 at 2:28 PM, Marcin Borkowski wrote: > Well, I forgot to mention that the first column has a column formula > (something like =@-1+1, so that I get row numbering). I should > probably use a range formula instead. Yes, exactly. Michael

Re: [O] How to put a Greek sigma into the spreadsheet?

2013-06-03 Thread Bastien
Hi Marcin, Marcin Borkowski writes: > The point is, I do not want to export the table, just use/display it in > Org. So "\Sigma" doesn't look very cool (though, as I said, I could > live with it.) Use C-x RET C-\ TeX RET to select TeX as the input method, then type \Sigma to insert the charact

Re: [O] How to put a Greek sigma into the spreadsheet?

2013-06-03 Thread Marcin Borkowski
Dnia 2013-06-03, o godz. 14:29:22 Marcin Borkowski napisał(a): > Dnia 2013-06-03, o godz. 17:31:17 > Jambunathan K napisał(a): > > > Marcin Borkowski writes: > > > > > I could get away with TeX-like \Sigma, but maybe there's some neat > > > trick to get the Unicode one?) > > > > Use TeX as a

Re: [O] How to put a Greek sigma into the spreadsheet?

2013-06-03 Thread Marcin Borkowski
Dnia 2013-06-03, o godz. 17:31:17 Jambunathan K napisał(a): > Marcin Borkowski writes: > > > I could get away with TeX-like \Sigma, but maybe there's some neat > > trick to get the Unicode one?) > > Use TeX as an input method and enter \Sigma. That's it. > > http://lists.gnu.org/archive/html

Re: [O] How to put a Greek sigma into the spreadsheet?

2013-06-03 Thread Marcin Borkowski
Dnia 2013-06-03, o godz. 14:18:33 Michael Brand napisał(a): > Hi Marcin > > On Mon, Jun 3, 2013 at 12:53 PM, Marcin Borkowski > wrote: > > basically the subject has it. While :=string("asdf") > > works, :=string("Σ") does not. I suspect the reason is that this is > > not an ASCII symbol. Is

Re: [O] A simple way to search only headlines

2013-06-03 Thread Xebar Saram
Thx Seb and Tassilo That's great ,i appreciate it! Seb, is there a way to quick bind a key to the above series of commands? best Z On Mon, Jun 3, 2013 at 3:48 AM, Sebastien Vauban wrote: > Tassilo Horn wrote: > > Xebar Saram writes: > > > >> i was wondering if anyone knew of a way to search

Re: [O] How to put a Greek sigma into the spreadsheet?

2013-06-03 Thread Michael Brand
Hi Marcin On Mon, Jun 3, 2013 at 12:53 PM, Marcin Borkowski wrote: > basically the subject has it. While :=string("asdf") > works, :=string("Σ") does not. I suspect the reason is that this is > not an ASCII symbol. Is there a way to get around this problem? The function "string" of Calc does

Re: [O] How to put a Greek sigma into the spreadsheet?

2013-06-03 Thread Jambunathan K
Marcin Borkowski writes: > I could get away with TeX-like \Sigma, but maybe there's some neat > trick to get the Unicode one?) Use TeX as an input method and enter \Sigma. That's it. http://lists.gnu.org/archive/html/help-gnu-emacs/2013-06/msg00022.html

[O] How to put a Greek sigma into the spreadsheet?

2013-06-03 Thread Marcin Borkowski
Hi list, basically the subject has it. While :=string("asdf") works, :=string("Σ") does not. I suspect the reason is that this is not an ASCII symbol. Is there a way to get around this problem? (My use case is a row which should show the sum the columns, and I wanted the sigma in the first col

Re: [O] XeLaTeX and the new exporter

2013-06-03 Thread Christopher Witte
Sure, I'll give it a try, but I might not get around to it for a few days. Cheers, Chris. On 1 June 2013 08:43, Carsten Dominik wrote: > Hi Christopher, > > Would you like to provide a patch? > > - Carsten > > On 31.5.2013, at 09:58, Christopher Witte wrote: > > Sorry for the late reply. > >

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

2013-06-03 Thread Carsten Dominik
On 3 jun. 2013, at 11:54, Michael Strey wrote: > Hi everyone, > > Just for completeness > > Carsten Dominik writes: > > [...] > >> Possibilities: >> 1. We could change the parser to ignore lists where the first >> item does not start with `1.' or `a)'. But this would >> be a pretty ser

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

2013-06-03 Thread Michael Strey
Hi everyone, Just for completeness Carsten Dominik writes: [...] > Possibilities: > 1. We could change the parser to ignore lists where the first >item does not start with `1.' or `a)'. But this would >be a pretty serious change. > > 2. We could implement a good function that could fi

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

2013-06-03 Thread Rainer M Krug
Eric Schulte writes: > rai...@krugs.de (Rainer M. Krug) writes: > >> Eric Schulte 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 i

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

2013-06-03 Thread Carsten Dominik
Hi everyone. As far as I can see, the filling code is already pretty smart about this issue. The question is then: What else can we do about it. Possibilities: 1. We could change the parser to ignore lists where the first item does not start with `1.' or `a)'. But this would be a prett

Re: [O] A simple way to search only headlines

2013-06-03 Thread Sebastien Vauban
Tassilo Horn wrote: > Xebar Saram writes: > >> i was wondering if anyone knew of a way to search for text only in >> headlines and not the whole document? if not is it something one can >> put a feature request for? > > Use regular expression search or isearch. The latter would be: > > C-u C-s

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

2013-06-03 Thread Sebastien Vauban
Hello Rasmus, Rasmus wrote: > 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}. If there are multiple languages, the main language is the latest loaded; that is `english' in the following example: \RequirePa