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 c

Re: [O] working on cloud

2014-01-09 Thread Paul Rudin
David Belohrad 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 local branch. The

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 basical

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 is

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

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 a envoyé ce message: > Joseph Vidal-R

Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Bastien
Hi Michael, Michael Brand 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 #+TBLFM in that file for cor

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

Re: [O] Org Export to ODT Problem Files

2014-01-09 Thread Bastien
Hi Aric, Aric 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 portions from

[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/, b

[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 http://cosmosimple.blogspot.co.uk/2014/01/evaluate-mathemati

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

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Bastien
Hi Yi, Yi Wang 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 should fix the .el header

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 o

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Bastien
Hi Sébastien, "Sebastien Vauban" 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 performance? No, I don't think so. Can you

Re: [O] Texlive packages in Gnus via Org

2014-01-09 Thread Bastien
Hi Joseph, Joseph Vidal-Rosset 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 buffer containing the equ

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 Mathemati

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

2014-01-09 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > On Tue, Jan 07, 2014 at 05:39:06PM +0100, Nicolas Goaziou wrote: >> Rasmus 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 >> > the html-file. >>

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Bastien
Yi Wang 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 check that the mode d

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 'auto-mo

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 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 cover #+T

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

2014-01-09 Thread Nicolas Goaziou
Hello, James Harkins 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 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 "[ \t]*#\\+tblfm:")) >

Re: [O] Babel language support for Mathematica

2014-01-09 Thread Bastien
Yi Wang 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 > (and I checked it is in

Re: [O] Texlive packages in Gnus via Org

2014-01-09 Thread Joseph Vidal-Rosset
Le jeu. 09 janv. 2014 à 11:49:14 , Bastien a envoyé ce message: > Hi Joseph, > > Joseph Vidal-Rosset 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 indir

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

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 a envoyé ce message: > Le jeu. 09 janv. 2014 à 11:49:14 , Bastien a envoyé ce > message: >> Hi Joseph, >> >> Joseph Vidal-Rosset writes: >> >>> I wonder how it is possible to get png images in Gnus for everything >>> that i

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 wrote: > Ah, now the problem appears. It says "No such language mode: > mathematica-mode". > > So

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'. WD

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 ro

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 to

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 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" 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 Emacs config file

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

2014-01-09 Thread Nick Dokos
Mark Edgington writes: > Nick Dokos gmail.com> writes: > >> >> Nicolas Goaziou gmail.com> writes: >> >> > Hello, >> > >> > Mark Edgington gmail.com> writes: >> > >> >> I have encountered the following error message when trying to export >> >> to latex the attached example org file: >> >> >>

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 th

Re: [O] Basic question re. spreadsheet function

2014-01-09 Thread Nick Dokos
Steve Dowe 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 fixed, you can consult

Re: [O] Parsing Org-mode in Python

2014-01-09 Thread Brett Viren
Hi Daniel, Daniel Clemente 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 structure was outpu

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

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

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 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 (ERT) for Org tab

Re: [O] working on cloud

2014-01-09 Thread Brett Viren
David Belohrad 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 between two win/lin

Re: [O] Local variables in org files

2014-01-09 Thread Nick Dokos
Michael Albinus 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 Variables > ** Local

Re: [O] working mathjax example

2014-01-09 Thread Nick Dokos
"Russell L. Carter" 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 org->html

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 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 source code

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) w

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 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 looks >> g

Re: [O] Using org-diary

2014-01-09 Thread Eric S Fraga
Nick Dokos writes: > "Stephen J. Barr" 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 can always ad

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

2014-01-09 Thread Eric S Fraga
François Pinard 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 confess, I feel like

Re: [O] Using org-diary

2014-01-09 Thread Eric S Fraga
Nick Dokos writes: > "Stephen J. Barr" 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 can always ad

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 release_8.2.4-322-g

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

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 wrote: > Michael Brand 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-fo

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

2014-01-09 Thread Karl Voit
* Bastien wrote: > Karl Voit 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 the Emacs prelude devs

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

2014-01-09 Thread Eric Schulte
Rainer M Krug 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

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

2014-01-09 Thread Nicolas Goaziou
Hello, Karl Voit 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 54b8e7466d4689be3c

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

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

2014-01-09 Thread Karl Voit
Hi Nicolas! * Nicolas Goaziou wrote: > > Hello, > > Karl Voit 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? Ye

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 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 tried because of probl

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 compat

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

2014-01-09 Thread Sharon Kimble
Eric Abrahamsen wrote: >Bastien writes: > >> Hi Sharon, >> >> Sharon Kimble writes: >> >>> In an org-mode document I can >> #+BEGIN_HTML >>> >>> #+END_HTML >>> >>> In the same document I have a list of numbered items, actually >academic >>> references, is it possible using something like >> ever

Re: [O] Local variables in org files

2014-01-09 Thread Michael Albinus
Nick Dokos 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 extremely long and

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

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

[O] [RFC] vs 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 tags instead of 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 whatever

Re: [O] Local variables in org files

2014-01-09 Thread Sebastien Vauban
Hello Michael, Michael Albinus wrote: > Nick Dokos 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

Re: [O] Local variables in org files

2014-01-09 Thread Michael Albinus
"Sebastien Vauban" 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 in your Local > Variables section, an

Re: [O] Local variables in org files

2014-01-09 Thread Nick Dokos
"Sebastien Vauban" writes: > Hello Michael, > > Michael Albinus wrote: >> Nick Dokos 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

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 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.).

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

2014-01-09 Thread Eric Abrahamsen
Sharon Kimble writes: > Eric Abrahamsen wrote: > > Bastien writes: > > Hi Sharon, > > Sharon Kimble writes: > > In an org-mode document I can #+BEGIN_HTML > > #+END_HTML > > In

Re: [O] Local variables in org files

2014-01-09 Thread Thomas S. Dye
Aloha Seb, "Sebastien Vauban" 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, > Seb Thanks for this! All the best,