Re: [O] cache problem, with ECM

2014-07-10 Thread Alan Schmitt
On 2014-07-09 10:11, Alan Schmitt writes: > Hello, > > I noticed this morning, after updating org-mode to the latest version, > that I would get an error with a trace related to a cache even if a just > started emacs. It took me a while to get down to an ECM, but here it is. As a quick follow-up

Re: [O] emails written in Org Mode

2014-07-10 Thread Joseph Vidal-Rosset
Leven.11 juil.2014à02:39:42 ,GrantRettke a envoyé ce message: > Hi Joseph, > > What directions did you follow for working with gmail? > > Kind regards, > > gcr Hi Grant, Gnus + gmail is pretty well documented. Have a look on http://www.emacswiki.

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-10 Thread Martin Schöön
Python is widely used in industry and these days many CAD/CAE tools use Python for scripting... -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-10 Thread John Kitchin
Matlab is "free" for us too, but it does not work in org-babel on windows. it works ok on linux, but not as well as python. Plus, we use python for all our research, and most importantly, I like it better ;) "Doyley, Marvin M." writes: > Thanks John, > > The biggest challenge has been getting my

Re: [O] possible correction to manual

2014-07-10 Thread Samuel Wales
in normal use what i wrote is correct. however, i found an exception, and it is is possibly a bug: ;; the fuzzy ;; match is stricter than the exact match so it fails. ;; (setq org-link-search-must-match-exact-headline nil) On 7/10/14, Samuel Wales wrote: > "[1] If the headline contains a times

[O] possible correction to manual

2014-07-10 Thread Samuel Wales
"[1] If the headline contains a timestamp, it will be removed from the link and result in a wrong link—you should avoid putting timestamp in the headline." i frequently link to headlines with timestamps, and the links work correctly. so perhaps this footnote can be removed now. i find timestamps

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-10 Thread Doyley, Marvin M.
Good point. Thanks On Jul 10, 2014, at 8:45 PM, Grant Rettke mailto:g...@wisdomandwonder.com>> wrote: Doing all of your reproducible research with free software will maximize the number of people who may reproduce your research. MATLAB is a great, great tool, and not many people purchase it other

Re: [O] ~C-c '~ not code

2014-07-10 Thread Alan Schmitt
On 2014-07-08 11:36, Axel Kielhorn writes: > Hello, > > I'm writing a manual and I found the following problem: > > ~C-c '~ is not recognized as code. The following You should probably remove the quote from the list of boundary items in org-emphasis-regexp-components. This is what I have in my i

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-10 Thread Ken Mankoff
* On 2014-07-10 at 20:45, Grant Rettke wrote: > On Wed, Jul 9, 2014 at 5:37 PM, Doyley, Marvin M. > wrote: >> I notice that you prefer to use python rather than matlab. Is there a reason >> for this ? Matlab is free at my >> institution so cost is not an issue. It won't be free in the future

Re: [O] Mathjax vs. problems with imagemagick

2014-07-10 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Hello Nick, hello everybody > > Before using your suggestion of debugging, I have made another test to > convert formulas made with different latex packages into png images for > a html file. > > At the beginning of my org file: > > All formulas used with the equatio

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-10 Thread Grant Rettke
On Wed, Jul 9, 2014 at 5:37 PM, Doyley, Marvin M. wrote: > I notice that you prefer to use python rather than matlab. Is there a reason > for this ? Matlab is free at my > institution so cost is not an issue. Doing all of your reproducible research with free software will maximize the number o

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-10 Thread Nick Dokos
Rainer M Krug writes: > Much simpler then that: I simply changed the variable > org-latex-listings-langs to include makefile: > > , > | (setq org-latex-listings-langs > | '((emacs-lisp "Lisp") > | (lisp "Lisp") ... > | (sql "SQL") > | (sqlite "sql

Re: [O] Basic Literate Program

2014-07-10 Thread Grant Rettke
On Thu, Jul 10, 2014 at 4:31 PM, Jacob Gerlach wrote: > - Does this sound like a reasonable use case and approach? Yes. > - I am writing this program in C++. I believe that I can interweave > SRC blocks with different header arguments so that they tangle to my > .h file and .cpp file as appr

Re: [O] Basic Literate Program

2014-07-10 Thread Jacob Gerlach
On Thu, Jul 10, 2014 at 6:28 PM, Thorsten Jolitz wrote: > When I call M-: (outorg-convert-org-to-outshine) on this Org-mode buffer: > Thanks for this suggestion. It seems outorg/outshine are not distributed with org and must be added separately? I have to watch the size of bites I take when exper

Re: [O] Basic Literate Program

2014-07-10 Thread Thorsten Jolitz
Jacob Gerlach writes: > - On a related note, are there any tools to take org content from > outside the SRC blocks and tangle it into comments in the C++ files? When I call M-: (outorg-convert-org-to-outshine) on this Org-mode buffer: , | * ORG SCRATCH | | ** A bit C++ | | This program di

[O] Excluding habits from Diary?

2014-07-10 Thread Aric Gregson
Hello, I have recently found that I can combine my org-mode calendar/scheduling/todo with the Emacs diary to output to latex via cal-tex.el. This is fantastic, despite a few nagging issues. The main improvement for me would be to repress the introduction of habits into the diary output. I have no

[O] Basic Literate Program

2014-07-10 Thread Jacob Gerlach
Hi List, I only became aware of literate programming through org and have been looking for a chance to try it out. I need to write a small command line utility that parses through a plain text log file and performs some operations, which I think is a reasonably simple use case for me to try out th

Re: [O] latex export for 4th-level heading

2014-07-10 Thread Thomas S. Dye
Ken Mankoff writes: > * On 2014-07-10 at 17:08, Thomas S. Dye wrote: >> Aloha Ken, >> >> Ken Mankoff writes: >> >>> When exporting to LaTeX, fourth-level headings become \enumerate. In >>> LaTeX, the item below \subsubsection is \paragraph, not \enumerate. >>> >>> Here is what happens: >>> >>> *

Re: [O] emails written in Org Mode

2014-07-10 Thread Esben Stien
John Kitchin writes: > I played around with using a heading with properties to send an > email. Basically the heading is the subject, you set some properties > about TO, CC, etc... and the heading content is the body. You just put > your cursor in the heading and run M-x email-heading. You can se

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-10 Thread Thorsten Jolitz
Rainer M Krug writes: > Now if I just could figure out on how I can simply *add* the makefile to > the list without defining it completely new.. Maybe ,[ C-h f add-to-list RET ] | add-to-list is a compiled Lisp function in `subr.el'. | | (add-to-list LIST-VAR ELEMENT &optional APPEND COMPA

Re: [O] latex export for 4th-level heading

2014-07-10 Thread Ken Mankoff
* On 2014-07-10 at 17:08, Thomas S. Dye wrote: > Aloha Ken, > > Ken Mankoff writes: > >> When exporting to LaTeX, fourth-level headings become \enumerate. In >> LaTeX, the item below \subsubsection is \paragraph, not \enumerate. >> >> Here is what happens: >> >> * Top becomes \section >> ** Secon

Re: [O] latex export for 4th-level heading

2014-07-10 Thread Thomas S. Dye
Aloha Ken, Ken Mankoff writes: > When exporting to LaTeX, fourth-level headings become \enumerate. In > LaTeX, the item below \subsubsection is \paragraph, not \enumerate. > > Here is what happens: > > * Top becomes \section > ** Second becomes \subsection > *** Third becomes \subsubsection > **

[O] org-babel

2014-07-10 Thread Federico Beffa
Hi, is there any plan to make org-babel a minor-mode (similarly to orgtbl)? Regards, Fede

[O] latex export for 4th-level heading

2014-07-10 Thread Ken Mankoff
When exporting to LaTeX, fourth-level headings become \enumerate. In LaTeX, the item below \subsubsection is \paragraph, not \enumerate. Here is what happens: * Top becomes \section ** Second becomes \subsection *** Third becomes \subsubsection Fourth becomes \enumerate Is there a way to s

Re: [O] Mathjax vs. problems with imagemagick

2014-07-10 Thread Joseph Vidal-Rosset
#+OPTIONS: latex:t #+LATEX_HEADER: \usepackage{bussproofs} Hello Nick, hello everybody Before using your suggestion of debugging, I have made another test to convert formulas made with different latex packages into png images for a html file. At the beginning of my org file: #+LATEX_HEADER

[O] Maxima code blocks does not work in windows revisited

2014-07-10 Thread Juan Alvaro Fuentes
Dear all, It seems that maxima code blocks still does not work in windows as the following code did not work when I tried to run it: #+begin_src maxima a: 1+1; print(a); #+end_src This is an old issue already emailed to this emacs org-mode list in an email dating from june 2011. The conversat

Re: [O] emails written in Org Mode

2014-07-10 Thread Thorsten Jolitz
Alan Schmitt writes: Hello, > On 2014-07-09 09:49, Thorsten Jolitz writes: > >> Yes, I use Gnus and thus write my mails in message-mode. >> >> My setup is the standard outshine.el + outorg.el setup, since it works >> out-of-the-box with message-mode, given you follow the installation >> descri

Re: [O] latex formula error when nested into a list?

2014-07-10 Thread Rasmus
Hi Luca, Luca Ferrari writes: > Hi all, > don't know if this is a normal behavior, but using a latex formula like this: > > \begin{equation} > \begin{align} > a \times b &= c \times d \\& = f > \end{align} > \end{equation} > > into an org list, that is: > > - \begin{equation} > \begin{align} > a

Re: [O] emails written in Org Mode

2014-07-10 Thread Joseph Vidal-Rosset
Le mar. 08 juil. 2014 à 08:28:35 , Ken Mankoff a envoyé ce message: > Hi Thorsten, On a recent thread you wrote: > >> ... *outorg-edit-buffer* (where I write my message-mode email in >> full >> org-mode). > > I already write emails in emacs. I'm interested in being able to compose > emails u

[O] latex formula error when nested into a list?

2014-07-10 Thread Luca Ferrari
Hi all, don't know if this is a normal behavior, but using a latex formula like this: \begin{equation} \begin{align} a \times b &= c \times d \\& = f \end{align} \end{equation} into an org list, that is: - \begin{equation} \begin{align} a \times b &= c \times d \\& = f \end{align} \end{equation}

[O] cdlatex and indentation

2014-07-10 Thread Federico Beffa
Hi, when I insert a LaTeX environment with the cdlatex keybinding C-{, the environment is not properly indented as the rest of the text and the TAB key is bound to the cdlatex functions. Is there a way to get it properly aligned directly, without having to select the region and press TAB? I would

Re: [O] emails written in Org Mode

2014-07-10 Thread Alan Schmitt
Hello, On 2014-07-09 09:49, Thorsten Jolitz writes: > Yes, I use Gnus and thus write my mails in message-mode. > > My setup is the standard outshine.el + outorg.el setup, since it works > out-of-the-box with message-mode, given you follow the installation > description. I've given this a try,

[O] [bug?, org-element] latex-environment delimiters must be at BOL

2014-07-10 Thread Rasmus
Hi, I couldn't find previous discussions on this. Looking at org-element-latex-environment-parser LaTeX environments are recognized as "[ \t]*begin{\\([A-Za-z0-9]+\\*?\\)}" (for start) and "^[ \t]*end{%s}[ \t]*$" (for the end). However, for e.g. small equations one might want to write (

Re: [O] emails written in Org Mode

2014-07-10 Thread Thorsten Jolitz
Ken Mankoff writes: > Hi Thorsten and others, > > Thanks to your help I have it set up well. Here is my setup, based on > the idea from John Kitchin to just switch major modes: Just FYI, after having a look at this , | http://www.djcbsoftware.nl/code/mu/mu4e/EV-Overview.html ` I think

Re: [O] emails written in Org Mode

2014-07-10 Thread Ken Mankoff
Hi Thorsten and others, Thanks to your help I have it set up well. Here is my setup, based on the idea from John Kitchin to just switch major modes: 1. I've set mu4e so that the reply line starts with "*" (an Org section) like this: #+BEGIN_SRC emacs-lisp (setq message-citation-line-for

Re: [O] emails written in Org Mode

2014-07-10 Thread Thorsten Jolitz
Ken Mankoff writes: Hi Ken, > orgstruct++-mode and orgtbl-mode help a lot. It would be nice to be able > to execute code too. they are both nice but not the "real thing" > I have an email in to the mu4e group about just switching to org-mode > and then back to message-mode. Since mu4e isn't g