Re: [O] working on cloud

2014-01-09 Thread David Belohrad
I use for all emacs files git with server repository. Then on each computer I'm using emacs with, I just clone that repository. The positive side-effect of this is, that when you need to modify sources for a particular computer, you just create new local branch. Then all 'common' init file tweaks

Re: [O] working on cloud

2014-01-09 Thread Paul Rudin
David Belohrad da...@belohrad.ch writes: I use for all emacs files git with server repository. Then on each computer I'm using emacs with, I just clone that repository. The positive side-effect of this is, that when you need to modify sources for a particular computer, you just create new

Re: [O] working on cloud

2014-01-09 Thread David Belohrad
I was using before Dropbox for all sort of syncing, especially my org mode files, which change quite often. Dropbox is generally very fine (as well e.g. for sharing screenshots between windows and linux machines). At certain moment I started to have two issues with this: 1) privacy: you're

Re: [O] working on cloud

2014-01-09 Thread Ian Barton
On 09/01/14 08:36, David Belohrad wrote: I was using before Dropbox for all sort of syncing, especially my org mode files, which change quite often. Dropbox is generally very fine (as well e.g. for sharing screenshots between windows and linux machines). At certain moment I started to have two

Re: [O] Long lines prevent Org mode!

2014-01-09 Thread Sebastien Vauban
Hi François, François Pinard wrote: Sebastien Vauban writes: Using `C-c C-v C-d' to demarcate your region as code, and give the language, you'll get a nice highlighting of the code inside Gnus You mean that demarcated code #+BEGIN_SRC elisp ((lambda (x y) (+ x y))(length abc) 2)

Re: [O] Fwd: puzzling org-mime-htmlize

2014-01-09 Thread Joseph Vidal-Rosset
#multipart type=alternative#part type=text/plain#+OPTIONS: latex:t #multipart type=alternative#part type=text/plain#+OPTIONS: latex:t #multipart type=alternative#part type=text/plain#+OPTIONS: latex:t Le jeu. 09 janv. 2014 à 12:41:48 , Bastien b...@gnu.org a envoyé ce message: Joseph

Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: If you use release_8.2.4-14-geb28fe4 or newer and are using Org table spreadsheet #+TBLFM then downgrade your Org version before editing tables. In the files where you already edited a table with such an Org release check all

[O] Texlive packages in Gnus via Org

2014-01-09 Thread Joseph Vidal-Rosset
Hello Nick, Bastien, Eric, Uwe, and the list, I know that I am obstinate, but I am obstinate about this topic because I feelthat what I wouldbe happy to getis not impossible. Unfortunately, I am an amateur, bad in programming languages and I am unable to reach by

Re: [O] Org Export to ODT Problem Files

2014-01-09 Thread Bastien
Hi Aric, Aric aorc...@mac.com writes: There are pluses and minuses it seems between pandoc and org export. (Better to list possible improvements to org-odt separately, one improvement per thread, so that people can keep this in their TODO lists.) I can cut and paste the heavy math latex

[O] worg questions

2014-01-09 Thread Ian Kelling
I pushed some formatting changes to worg, in contrib/org-drill.org. I got messages when I did, remote: worg publish process 5487. And it mentioned many files, but not the file I edited. Its been a few hours, when will this change propogate on the site? why the emacs.el is in worg/sources/,

[O] Babel language support for Mathematica

2014-01-09 Thread Yi Wang
Hello, As far as I can find, there is no babel support for Mathematica. So I wrote one and share it in case other people are interested: https://github.com/tririver/wy-els/blob/master/ob-mathematica.el It is also discussed in this blog

[O] Basic question re. spreadsheet function

2014-01-09 Thread Steve Dowe
Hi all, I'm testing out whether I can use a table in org as a project status tracker. In col 6, I have the value of the project (e.g. 162.50) and in col 9, the status (e.g. quoted, approved, invoiced, closed, etc.) I would like to see, at a glance, what the value of quoted work is, so I'm

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Bastien
Hi Yi, Yi Wang tririverwan...@gmail.com writes: As far as I can find, there is no babel support for Mathematica. So I wrote one and share it in case other people are interested: https://github.com/tririver/wy-els/blob/master/ob-mathematica.el Nice, thanks for sharing! (By the way, you

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: While writing this extension, I have a question: How to add font-lock mode in org code blocks? (setq org-src-fontify-natively t) Shouldn't that be enabled by default, now, as there so many users who seems to be unaware of that? Or is there a fear of impacts on

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: (setq org-src-fontify-natively t) Shouldn't that be enabled by default, now, as there so many users who seems to be unaware of that? Well, I'm all for it. Or is there a fear of impacts on overall

Re: [O] Texlive packages in Gnus via Org

2014-01-09 Thread Bastien
Hi Joseph, Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: I wonder how it is possible to get png images in Gnus for everything that is created by latex, as it is possible already to get it for html via org export. One indirect way is to run M-x org-preview-latex-fragment RET in a

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Yi Wang
Hi, Bastien, (By the way, you should fix the .el header, it says that the file is part of Emacs while it's not.) Sorry I thought it was general GPL... Now it is updated. Thank you for pointing that out! (setq org-src-fontify-natively t) Yes, I already set this. But curiously the Mathematica

Re: [O] Question about the math mode table exporting for latex and html

2014-01-09 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com writes: On Tue, Jan 07, 2014 at 05:39:06PM +0100, Nicolas Goaziou wrote: Rasmus ras...@gmx.us writes: AFAIK, mathjax supports amsmath matrices, e.g. the third example here¹ . Thus, we'd really just want to insert the output of org-latex-table in

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Bastien
Yi Wang tririverwan...@gmail.com writes: Yes, I already set this. But curiously the Mathematica code is still not highlighted like other codes. I wonder there may be some non-standard things inside mma.el (the Mathematica package file major mode) then? I don't think so, you may just have to

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Yi Wang
I don't think so, you may just have to check that the mode defined in mma.el is automatically boundled with .m files -- which is not the case with a default Emacs installation, where .m files are open with objc-mode. I already have this line in my configuration file: (add-to-list

Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Michael Brand
Hi Bastien On Thu, Jan 9, 2014 at 11:03 AM, Bastien b...@gnu.org wrote: This is now fixed, thanks. The release_8.2.5c-8-ga2619b7 this refers to solves only a part of the bugs introduced with the greedy (re-search-forward ^\\S-*$\\|\\' nil t). It does not work before the first headline, does not

Re: [O] HTML export doesn't convert quote before footnote

2014-01-09 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: On Thursday, January 9, 2014 10:13:32 AM HKT, James Harkins wrote: OK, I'll work around it on my side. Continuing... I've tried to write a filter for this, but I'm stuck on choosing strings based on the backend name. (cdr (assoc

Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: I suggest to solve this completely differently by replacing the greedy (re-search-forward ^\\S-*$\\|\\' nil t) and not using s-end any more. I would change the while to (while (let ((case-fold-search t)) (looking-at [

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Bastien
Yi Wang tririverwan...@gmail.com writes: (1) If I open a .m file, there is font lock. Thus the problem shouldn't be binding between mma.el and .m files. (2) If I insert a src block of C or python code in org mode, there is font lock. Thus the problem shouldn't be org-src-fontify-natively

Re: [O] Texlive packages in Gnus via Org

2014-01-09 Thread Joseph Vidal-Rosset
Le jeu. 09 janv. 2014 à 11:49:14 , Bastien b...@gnu.org a envoyé ce message: Hi Joseph, Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: I wonder how it is possible to get png images in Gnus for everything that is created by latex, as it is possible already to get it for html

[O] [BABEL] How to pass vector to R as variable?

2014-01-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I want to pass a vector to R, defined in org as a variable. At the moment I am doing the following, #+NAME: COLSTOEVAL | NPPyCcc | | test| #+PROPERTY: var COLs_TO_EVAL=COLSTOEVAL #+begin_src R :exports both :results output

Re: [O] Texlive packages in Gnus via Org

2014-01-09 Thread Joseph Vidal-Rosset
Le jeu. 09 janv. 2014 à 12:18:48 , Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com a envoyé ce message: Le jeu. 09 janv. 2014 à 11:49:14 , Bastien b...@gnu.org a envoyé ce message: Hi Joseph, Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: I wonder how it is

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Yi Wang
Ah, now the problem appears. It says No such language mode: mathematica-mode. So there is a mismatch between the name mathematica (which I used as name in org-babel extension) and the name mma-mode (which is provided by mma.el). However, as auto-mode-alist suggests (where there is (\\.m\\' .

[O] [BABEL] Define tables with names in org?

2014-01-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would like to define a table with named columns and rows, so that the table is passed to R including the column and row names - is this possible? Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Yi Wang
Now it worked. I added (add-to-list 'org-src-lang-modes '(mathematica . mma)). After that font lock and edit source works. Thank @Bastien for the help! On Thu, Jan 9, 2014 at 11:31 AM, Yi Wang tririverwan...@gmail.com wrote: Ah, now the problem appears. It says No such language mode:

Re: [O] Texlive packages in Gnus via Org

2014-01-09 Thread Joseph Vidal-Rosset
Maybe by adding in headers LaTex Header in the style of a org file it could work it works !!! Thanks a lot Bastien, you are a genius ! Best wishes, Jo.

[O] [poll] Fontify code in code blocks

2014-01-09 Thread Sebastien Vauban
Hello, Currently, to get code highlighting (which is contextual to the language of the code block) enabled within your Org buffers, you need to add the following line to your Emacs config file: (setq org-src-fontify-natively t) as the default value of `org-src-fontify-natively' is `nil'.

Re: [O] [BABEL] Define tables with names in org?

2014-01-09 Thread Christian Moe
Rainer M Krug writes: I would like to define a table with named columns and rows, so that the table is passed to R including the column and row names - is this possible? Yes, just use the leftmost column for row names and include the header argument :rownames yes. By default, the first row

Re: [O] Texlive packages in Gnus via Org

2014-01-09 Thread Joseph Vidal-Rosset
Hello the list, The good news is that it is therefore of course already possible NOW to use Org inside Gnus and that everyone can use the export into html for a very clean scientific correspondence. Many thanks to Carsten Dominik, to Bastien Guerry, to Eric Schulte and Dan Davidson, and

Re: [O] [BABEL] How to pass vector to R as variable?

2014-01-09 Thread Christian Moe
Rainer M Krug writes: I assume there is a way of defining COLS_TO_EVAL as a vector? I don't think so. If not, is there an easier way of doing it then I do? Well, COLS_TO_EVAL$V1 is one character less to type than COLS_TO_EVAL[,1] ... Yours, Christian

Re: [O] [poll] Fontify code in code blocks

2014-01-09 Thread Thierry Banel
Sebastien Vauban sva-news@... writes: ... (setq org-src-fontify-natively t) as the default value of `org-src-fontify-natively' is `nil'. WDYT if we turn it on by default? ... I vote: YES, true by default

Re: [O] [poll] Fontify code in code blocks

2014-01-09 Thread Joseph Vidal-Rosset
Le jeu. 09 janv. 2014à 01:22:31 , Sebastien Vauban sva-n...@mygooglest.com a envoyé ce message: Hello, Currently, to get code highlighting (which is contextual to the language of the code block) enabled within your Org buffers, you need to add the following line to your

Re: [O] bug in org-element-footnote-definition-parser?

2014-01-09 Thread Nick Dokos
Mark Edgington edgi...@gmail.com writes: Nick Dokos ndokos at gmail.com writes: Nicolas Goaziou n.goaziou at gmail.com writes: Hello, Mark Edgington edgimar at gmail.com writes: I have encountered the following error message when trying to export to latex the attached example

Re: [O] [BABEL] Define tables with names in org?

2014-01-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/14, 13:30 , Christian Moe wrote: Rainer M Krug writes: I would like to define a table with named columns and rows, so that the table is passed to R including the column and row names - is this possible? Yes, just use the leftmost

Re: [O] Basic question re. spreadsheet function

2014-01-09 Thread Nick Dokos
Steve Dowe stephen.d...@gmail.com writes: I have consulted http://orgmode.org/manual/Formula-syntax-for-Calc.html#Formula-syntax-for-Calc but it contains a dead link (http://orgmode.org/calc/Logical-Operations.html# Logical-Operations) - making it harder to RTFM :-) Until those are

Re: [O] Parsing Org-mode in Python

2014-01-09 Thread Brett Viren
Hi Daniel, Daniel Clemente n142...@gmail.com writes: Are there already Python parsers for it? Parsing generic JSON is fairly trivial in Python. import json data = json.dumps(open('file.json').read()) The resulting data is then a bunch of Python lists and/or dicts matching whatever

Re: [O] [BABEL] How to pass vector to R as variable?

2014-01-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/14, 13:40 , Christian Moe wrote: Rainer M Krug writes: I assume there is a way of defining COLS_TO_EVAL as a vector? I don't think so. Pity - but I should be able to live with it as it is. Thanks, Rainer If not, is there an

[O] Local variables in org files

2014-01-09 Thread Michael Albinus
Hi, I'm trying to save the result of M-x debbugs-org into a file (this is a TODO list). For further handling, also some buffer local variables must survive. Therefore, I append at the very end of that file something like this: * Local Variables ** Local Variables: ** eval: (debbugs-org-mode 1)

Re: [O] working on cloud

2014-01-09 Thread Ted Wiles
I used to use dropbox, but then I just went all-in, got some server space from linode, and now I just SSH into a running emacs daemon. The really cool thing is that I can also SSH in with my Droid 3 phone (physical keyboard droids are the only ones I've found with the requisite ctrl and meta

Re: [O] Basic question re. spreadsheet function

2014-01-09 Thread Michael Brand
Hi Steve On Thu, Jan 9, 2014 at 11:13 AM, Steve Dowe stephen.d...@gmail.com wrote: $12 = if($9=quoted,$6,0) Follow this path: http://orgmode.org/worg Tutorials Tutorials on specific features Tables, Spreadsheet, Plotting The following are [...] most of the automated Emacs Regression Tests

Re: [O] working on cloud

2014-01-09 Thread Brett Viren
David Belohrad da...@belohrad.ch writes: 1) privacy: you're basically giving your data to somebody else. In case of emacs init there is no danger. In case of your org data, which might contain sensitive information you want to encrypt it, what complicates matter when switching

Re: [O] Local variables in org files

2014-01-09 Thread Nick Dokos
Michael Albinus michael.albi...@gmx.de writes: Hi, I'm trying to save the result of M-x debbugs-org into a file (this is a TODO list). For further handling, also some buffer local variables must survive. Therefore, I append at the very end of that file something like this: * Local

Re: [O] working mathjax example

2014-01-09 Thread Nick Dokos
Russell L. Carter rcar...@pinyon.org writes: Hi, I'm trying to bring up a simple mathjax example. Org-mode is git current and otherwise works fine. MathJax is git current and lives in /opt/mathjax/git/MathJax.js. Both firefox 26 and chromium 31 display the MathJax tests perfectly from my

Re: [O] org-src-fontify-natively Was:Babel language support for Mathematica

2014-01-09 Thread Dov Grobgeld
On Thu, Jan 9, 2014 at 12:39 PM, Bastien b...@gnu.org wrote: (setq org-src-fontify-natively t) Just to note that I have the flag turned off because of the bad interaction between my use of variable-pitch mode in org-mode which is picked up by the source fontifying. Unfortunately the

Re: [O] Org Table Export to Markdown Table Question

2014-01-09 Thread Rick Frankel
On 2014-01-08 15:41, Aric wrote: I am trying to use org-mode now with R code in it to write manuscripts. That does unfortunately mean that it must be eventually exported to some doc format. I have been able to export to markdown and everything looks good in markdown (even previewed on github)

Re: [O] [poll] Fontify code in code blocks

2014-01-09 Thread Rick Frankel
On 2014-01-09 07:22, Sebastien Vauban wrote: Hello, (setq org-src-fontify-natively t) as the default value of `org-src-fontify-natively' is `nil'. WDYT if we turn it on by default? +1.

Re: [O] Org Table Export to Markdown Table Question

2014-01-09 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com writes: On 2014-01-08 15:41, Aric wrote: I am trying to use org-mode now with R code in it to write manuscripts. That does unfortunately mean that it must be eventually exported to some doc format. I have been able to export to markdown and everything

Re: [O] Using org-diary

2014-01-09 Thread Eric S Fraga
Nick Dokos ndo...@gmail.com writes: Stephen J. Barr stev...@uw.edu writes: What I am now seeing is that the particular date gets picked up, but not the time. Am I doing something incorrect with the syntax? No, I believe that's a limitation of what you can do with these diary-sexps. You

Re: [O] org-cycle-hook from org-mode hook

2014-01-09 Thread Eric S Fraga
François Pinard pin...@iro.umontreal.ca writes: [...] P.S. anal in the Piagetian meaning of the word, of course! People suffering from anal disorder are either ultra-meticulous, or completely disorganized. Most of the time, I see myself as being from the former species, yet some days, I

Re: [O] Using org-diary

2014-01-09 Thread Eric S Fraga
Nick Dokos ndo...@gmail.com writes: Stephen J. Barr stev...@uw.edu writes: What I am now seeing is that the particular date gets picked up, but not the time. Am I doing something incorrect with the syntax? No, I believe that's a limitation of what you can do with these diary-sexps. You

Re: [O] Performance issues after upgrading from Emacs 23.3 to 24.3+prelude

2014-01-09 Thread Eric S Fraga
Hi, Just to add that I have experienced some severe performance hits in a recent snapshot, particularly noticeable when yanking from the X clipboard. I haven't tracked it down yet nor looked on the emacs dev groups and lists. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org

Re: [O] Basic question re. spreadsheet function

2014-01-09 Thread Steve Dowe
On Thu, 2014-01-09 at 16:36 +0100, Michael Brand wrote: Follow this path: http://orgmode.org/worg Tutorials Tutorials on specific features Tables, Spreadsheet, Plotting The following are [...] most of the automated Emacs Regression Tests (ERT) for Org tables Wow.. it would have taken a

Re: [O] Basic question re. spreadsheet function

2014-01-09 Thread Steve Dowe
On Thu, 2014-01-09 at 09:04 -0500, Nick Dokos wrote: Until those are fixed, you can consult the org-mode manual on your own machine using emacs Info: C-h i should get you to the initial page and you can drill down. But Info offers search as well and it's integrated with emacs so e.g. if you

Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Michael Brand
Hi Bastien On Thu, Jan 9, 2014 at 12:14 PM, Bastien b...@altern.org wrote: Michael Brand michael.ch.br...@gmail.com writes: I suggest to solve this completely differently by replacing the greedy (re-search-forward ^\\S-*$\\|\\' nil t) and not using s-end any more. I would change the while to

Re: [O] Performance issues after upgrading from Emacs 23.3 to 24.3+prelude

2014-01-09 Thread Karl Voit
* Bastien b...@gnu.org wrote: Karl Voit devn...@karl-voit.at writes: I guess that with Emacs prelude, I got some functionality which is causing these issues. So this might be of interest of other Emacs/prelude users as well. Yes, probably, since the Org version is the same :) Better ping

Re: [O] [BABEL] Define tables with names in org?

2014-01-09 Thread Eric Schulte
Rainer M Krug rai...@krugs.de writes: On 01/09/14, 13:30 , Christian Moe wrote: Rainer M Krug writes: I would like to define a table with named columns and rows, so that the table is passed to R including the column and row names - is this possible? Yes, just use the leftmost column for

Re: [O] Performance issues after upgrading from Emacs 23.3 to 24.3+prelude

2014-01-09 Thread Nicolas Goaziou
Hello, Karl Voit devn...@karl-voit.at writes: IMHO, the profiler reports showed a common pattern: a reasonable amount of CPU got into line-number-at-pos if I read the profiler report correctly. (see below) Does the following patch improve the situation? Regards, -- Nicolas Goaziou From

[O] Note/hint on latex export of listings w/ lstlistings

2014-01-09 Thread Robert Klein
Hi, if you want to export e.g. config file snippets using src blocks, you can (add-to-list 'org-latex-listings-langs '(text )) in your configuration. You have to take care to put a blank between the double quotes ( instead of ) or you can't run the export through (pdf)latex.

Re: [O] Performance issues after upgrading from Emacs 23.3 to 24.3

2014-01-09 Thread Karl Voit
Hi Nicolas! * Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Karl Voit devn...@karl-voit.at writes: IMHO, the profiler reports showed a common pattern: a reasonable amount of CPU got into line-number-at-pos if I read the profiler report correctly. (see below) Does the following patch

Re: [O] Org Table Export to Markdown Table Question

2014-01-09 Thread Aric Gregson
--On January 9, 2014 11:58:37 AM -0500 Rick Frankel r...@rickster.com wrote: I'm not sure why you are using markdown as an intermediate file format. Org will export to latex, pdf (via latex) and openoffice odt (which can be exported from open/libre office to doc/docx.). I had originally

Re: [O] [PATCH] Strip text properties from string code block arguments

2014-01-09 Thread Achim Gratz
Daniel Gerber writes: Not quite. I thought %S was not a typo because it escapes characters more nicely. E.g. with %s the buffer should contain \\\ to mean in python. If that's the intention, then %S is arguably a latent bug, since the escaping it applies can only by accident be compatible

Re: [O] Auto-creating a numbered list from pasted section?

2014-01-09 Thread Sharon Kimble
Eric Abrahamsen e...@ericabrahamsen.net wrote: Bastien b...@gnu.org writes: Hi Sharon, Sharon Kimble boudic...@talktalk.net writes: In an org-mode document I can h which when TABBED gives me #+BEGIN_HTML #+END_HTML In the same document I have a list of numbered items, actually academic

Re: [O] Local variables in org files

2014-01-09 Thread Michael Albinus
Nick Dokos ndo...@gmail.com writes: Not sure if there are any limits for the top style but maybe you could combine the two styles of local variables - maybe: # -*- foo: (1 2 3 4) -*- This would move the problem to the headline. No idea, whether there is a limit (to be tested). But this

Re: [O] Performance issues after upgrading from Emacs 23.3 to 24.3

2014-01-09 Thread Nicolas Goaziou
Karl Voit devn...@karl-voit.at writes: M-up/down of list item is fast again. Re-calculate table is fast again. Wohoo! :-) Thanks! Applied. Thank you for the report. However, M-up/down of a big heading is still slow (see profile below). Probably, I am able to find other examples of slow

[O] [RFC] img vs object in HTML export

2014-01-09 Thread Nick Dokos
Summary --- I'm wondering whether it's a good idea to chnage the HTML exporter's handling of images: my specific proposal is to use object tags instead of img tags. Rationale -- I got data to plot and I wanted to use SVG, rather than PNG, in order to be able to resize the plots to fit

Re: [O] Local variables in org files

2014-01-09 Thread Sebastien Vauban
Hello Michael, Michael Albinus wrote: Nick Dokos ndo...@gmail.com writes: Not sure if there are any limits for the top style but maybe you could combine the two styles of local variables - maybe: # -*- foo: (1 2 3 4) -*- This would move the problem to the headline. No idea, whether there

Re: [O] Local variables in org files

2014-01-09 Thread Michael Albinus
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Hello Michael, Hi Sebastien, However, I must have misread the documentation. The #+CALL: init directive has no effect when loading a respective xxx.org file :-( Nope, it doesn't, but you can add an `eval' directive

Re: [O] Local variables in org files

2014-01-09 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com writes: Hello Michael, Michael Albinus wrote: Nick Dokos ndo...@gmail.com writes: Not sure if there are any limits for the top style but maybe you could combine the two styles of local variables - maybe: # -*- foo: (1 2 3 4) -*- This would move

Re: [O] [poll] Fontify code in code blocks

2014-01-09 Thread Alexander Baier
On 2014-01-09 13:22 Sebastien Vauban wrote: WDYT if we turn it on by default? +1. I turned this on the minute I found out about this feature. This was one of the many wow-moments while discovering Org-mode. Regards, -- Alexander Baier

Re: [O] Org Table Export to Markdown Table Question

2014-01-09 Thread Alan L Tyree
On 10/01/14 07:30, Aric Gregson wrote: --On January 9, 2014 11:58:37 AM -0500 Rick Frankel r...@rickster.com wrote: I'm not sure why you are using markdown as an intermediate file format. Org will export to latex, pdf (via latex) and openoffice odt (which can be exported from open/libre

Re: [O] Auto-creating a numbered list from pasted section?

2014-01-09 Thread Eric Abrahamsen
Sharon Kimble boudic...@talktalk.net writes: Eric Abrahamsen e...@ericabrahamsen.net wrote: Bastien b...@gnu.org writes: Hi Sharon, Sharon Kimble boudic...@talktalk.net writes: In an org-mode document I can h which when TABBED gives

Re: [O] Local variables in org files

2014-01-09 Thread Thomas S. Dye
Aloha Seb, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Nope, it doesn't, but you can add an `eval' directive in your Local Variables section, and evaluate a call to the init block, like this: # Local variables: # eval: (sbe init) # End: Best regards,