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
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
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
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
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
<#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
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
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
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
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
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
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
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
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
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
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
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
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.
>>
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
> 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
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
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
>
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:"))
>
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
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
-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
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
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\\'" .
-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,
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
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.
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
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
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
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
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
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
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:
>> >>
>>
-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
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
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
-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
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)
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)
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
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
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
"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
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
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
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.
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
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
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
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
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
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
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
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
* 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
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
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
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
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
--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
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
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
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
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,
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
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
"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
"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
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
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.).
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
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,
77 matches
Mail list logo