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
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.
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
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
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
"[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
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
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
* 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
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
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
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
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
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
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
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
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
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:
>>>
>>> *
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
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
* 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
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
> **
Hi,
is there any plan to make org-babel a minor-mode (similarly to orgtbl)?
Regards,
Fede
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
#+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
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
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
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
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
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}
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
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,
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
(
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
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
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
36 matches
Mail list logo