Re: [O] emails written in Org Mode

2014-07-10 Thread Thorsten Jolitz
Ken Mankoff mank...@gmail.com 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

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

Re: [O] emails written in Org Mode

2014-07-10 Thread Thorsten Jolitz
Ken Mankoff mank...@gmail.com 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

[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 Alan Schmitt
Hello, On 2014-07-09 09:49, Thorsten Jolitz tjol...@gmail.com 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

[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

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

Re: [O] emails written in Org Mode

2014-07-10 Thread Joseph Vidal-Rosset
Le mar. 08 juil. 2014 à 08:28:35 , Ken Mankoff mank...@gmail.com 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

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

2014-07-10 Thread Rasmus
Hi Luca, Luca Ferrari fluca1...@gmail.com 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}

Re: [O] emails written in Org Mode

2014-07-10 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, On 2014-07-09 09:49, Thorsten Jolitz tjol...@gmail.com 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

[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

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:

[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

[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

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

2014-07-10 Thread Thomas S. Dye
Aloha Ken, Ken Mankoff mank...@gmail.com 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

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 mank...@gmail.com 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 **

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

2014-07-10 Thread Thorsten Jolitz
Rainer M Krug rai...@krugs.de 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

Re: [O] emails written in Org Mode

2014-07-10 Thread Esben Stien
John Kitchin jkitc...@andrew.cmu.edu 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

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

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

[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

[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

Re: [O] Basic Literate Program

2014-07-10 Thread Thorsten Jolitz
Jacob Gerlach jacobgerl...@gmail.com 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++

Re: [O] Basic Literate Program

2014-07-10 Thread Jacob Gerlach
On Thu, Jul 10, 2014 at 6:28 PM, Thorsten Jolitz tjol...@gmail.com 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

Re: [O] Basic Literate Program

2014-07-10 Thread Grant Rettke
On Thu, Jul 10, 2014 at 4:31 PM, Jacob Gerlach jacobgerl...@gmail.com 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

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

2014-07-10 Thread Nick Dokos
Rainer M Krug rai...@krugs.de 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

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. mdoy...@ur.rochester.edu 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

Re: [O] Mathjax vs. problems with imagemagick

2014-07-10 Thread Nick Dokos
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com 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

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. mdoy...@ur.rochester.edu 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

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

2014-07-10 Thread Alan Schmitt
On 2014-07-08 11:36, Axel Kielhorn org-m...@axelkielhorn.de 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

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 g...@wisdomandwonder.commailto: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

[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] 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 samolog...@gmail.com wrote: [1] If the

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. mdoy...@ur.rochester.edu writes: Thanks John, The biggest challenge