Shiyuan writes:
> [...]
> For example, if the current org buffer has the following content:
>
> #+TITLE: Hello World
> Hello World!
> * HEADLINE 1
> ** Sub-topic
> + ItemA
> + ItemB
> - Item1
> - Item2
> *** Sub-Sub-topic
> \begin{equation}
> \label{eq:test}
> Bx=b
> \end{equation}
> [...]
Fol
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Julien,
>
> Julien Cubizolles writes:
>
>> Is there a way to remove the title from during a LaTeX export? the
>> ":with-toc nil" keyword in org-publish-project-alist removes the table
>> of contents but I "with-title nil" doesn't seem to be recognize
Nick Dokos writes:
> Julien Cubizolles writes:
>
>
>> I've tried playing with :headline-levels so that all headings get
>> translated as section, subsection, subsubsection and redefining the
>> \section,\subsection,\subsubsection commands in the LaTeX class to
>> \relax but for some reason, the
org-mode will makes me crazy. After a deep review (well rewrite my entire
configuration based on norang's one) org-mode is working again, but its the
version bundled with emacs that seems to be loaded and not the one I
downloaded from the git repository.
My emacs configuration is structured like
Hi all,
I just upgraded to a new version of Linux/emacs/org-mode, and am finding
that fill-paragraph (M-q) runs very slowly in org-mode on large files.
With about 50k lines in the buffer, fill-paragraph takes around 3 seconds
even if the paragraph is only a couple lines. (The behavior is correct,
Hi,
I guess this should be easy but I just can't get frame levels right in my
beamer exports.
So as far as I understand, this should get my first level headlines (`*
headline 1' and stuff) into separate frames in my beamer export.
=== ORG MODE TEXT: ===
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OP
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Julien Cubizolles writes:
> Is there a way to remove the title from during a LaTeX export? the
> ":with-toc nil" keyword in org-publish-project-alist removes the table
> of contents but I "with-title nil" doesn't seem to be recognized.
Does this give you what you want?
#+TITLE:
* test
Shiyuan writes:
> Hi,
> The command I can find in the manual to show the syntax tree is
> (org-element-parse-buffer). However, when the structure is output to
> the buffer, by using the commands C-u M-: (org-element-parse-buffer),
> it seems that only the part up to a certain depth is printed.
>
Esben Stien writes:
> Do you have any means to bring replies and such back into the org file?
This seems like it could be a really good thing.
To be able to move the discussion to the relevant org file and then
structure it and prioritize/schedule from there.
It seems a lot better than to ha
Rasmus writes:
> Julien Cubizolles writes:
>
>> Is there a way to remove the title from during a LaTeX export? the
>> ":with-toc nil" keyword in org-publish-project-alist removes the table
>> of contents but I "with-title nil" doesn't seem to be recognized.
>
> Does this give you what you want?
Hi!
I think the texi documentation of the key triggering
'org-babel-load-in-session' is not up to date. The documentation says
'C-up' but it looks like it should be 'M-up'.
Suggestion for a patch:
Modified doc/org.texi
diff --git a/doc/org.texi b/doc/org.texi
index b21c93d..05c1575 100644
---
On 2014-07-11 20:28, Ken Mankoff wrote:
Try (org-redisplay-inline-images). Note "re".
#+BEGIN_SRC :post (org-redisplay-inline-images)
#+END_SRC
#+RESULTS:
I believe it is on WORG somewhere:
#+BEGIN_SRC emacs-lisp
(add-hook 'org-babel-after-execute-hook
(lambda () (org-display-inline-images n
Hi Gabor,
> I guess this should be easy but I just can't get frame levels right in my
> beamer exports.
>
> So as far as I understand, this should get my first level headlines (`*
> headline 1' and stuff) into separate frames in my beamer export.
>
> ... snipped 61 lines ...
>
> No `OPTIONS: H:
Hi Josiah,
Thanks for your reply.
Upon closer examination, I found that there are two commands to export to PDF.
C-c C-e l small-o (converts to "regular" pdf)
C-c C-e l capital-O (converts to "presentation" pdf, i.e., converts all
headings to slides)
I tested "C-c C-e l O" successfully for a
Shiyuan gmail.com> writes:
>
> Hi, The command I can find in the manual to show the syntax tree is
(org-element-parse-buffer). However, when the structure is output to the
buffer, by using the commands C-u M-: (org-element-parse-buffer), it seems
that only the part up to a certain depth is p
Hi Suhas,
> Upon closer examination, I found that there are two commands to export to PDF.
> C-c C-e l small-o (converts to "regular" pdf)
> C-c C-e l capital-O (converts to "presentation" pdf, i.e., converts all
> headings to slides)
Yes, I exported via the Beamer exporter with C-c C-e l O.
On Mon, Jul 14, 2014 at 10:29 AM, Josiah Schwab wrote:
> Hi Gabor,
>
>> I guess this should be easy but I just can't get frame levels right in my
>> beamer exports.
>>
>> So as far as I understand, this should get my first level headlines (`*
>> headline 1' and stuff) into separate frames in my be
Hi Suhas,
> Yes, I downloaded the same file and tried again and got the following debug
> trace:
>
> Debugger entered--Lisp error: (error "PDF file ./presentation-1.pdf wasn't
> produced: Runaway argument")
That message is indicating an error during the LaTeX -> PDF step.
Why don't you take a
Josiah Schwab writes:
> Hi Suhas,
>
>> Yes, I downloaded the same file and tried again and got the following debug
>> trace:
>>
>> Debugger entered--Lisp error: (error "PDF file ./presentation-1.pdf wasn't
>> produced: Runaway argument")
>
> That message is indicating an error during the LaTeX
Hi Josiah,
Thanks for the tips. I'll take that line of investigation and see if I can
resolve it.
I'll let you know if I find the issue. Thanks again for volunteering your time
to
look into the issue.
Best,
Suhas
From: Josiah Schwab
To: Suhas Pai
Cc: "ema
That is a nice tip!
--
---
John Kitchin
Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu
Hi,
I am trying to export to LaTeX in batch mode, but it seems the exporter
ignores macros defined in included files when exporting in batch mode.
I tried to export like this:
$ emacs --eval "(require 'ox-latex)" include-test.org \
--eval '(org-LaTeX-export-to-latex nil nil nil t)' -f
I am using org-mode files with equations and code blocks in lectures,
and it is problematic that C-c C-c removes the equation overlays when
running a code block. First, you have to press C-c C-c twice to run the
block, since the first one gets rid of the equations, but then you have
run C-c C-x C-l
Hi,
this patch allows, once again, latex fragments inside parentheses and
also fragments like $\left(\frac12\right.$
--
Florian Beck
>From 3ef8041c8dd8acbdf810f72feb8e9e104545badb Mon Sep 17 00:00:00 2001
From: Florian Beck
Date: Sun, 13 Jul 2014 14:59:24 +0200
Subject: [PATCH] Allow latex fragm
I turned off flymode minor mode, and it looks like M-tab (on windows
Esc-tab) is bound to (pcomplete &optional INTERACTIVELY)
That seems to do some expansion of the special symbols.
Shiyuan writes:
> Hi all,
> According to the manual :
> http://orgmode.org/manual/Special-symbols.html , M-tab
I usually do this kind of tracking with a link to the email instead. It
is not automated communication between email and org, and it is not that
complicated, but it does what I need, when I need it.
Esben Stien writes:
> Esben Stien writes:
>
>> Do you have any means to bring replies and such b
Hi John,
2014ko uztailak 14an, John Kitchin-ek idatzi zuen:
>
> I am using org-mode files with equations and code blocks in lectures,
> and it is problematic that C-c C-c removes the equation overlays when
> running a code block. First, you have to press C-c C-c twice to run the
> block, since th
John Kitchin writes:
> I usually do this kind of tracking with a link to the email instead. It
> is not automated communication between email and org, and it is not that
> complicated, but it does what I need, when I need it.
I will stop with shameless plugs at some point here, but this is exact
Eric Abrahamsen writes:
> John Kitchin writes:
>
>> I usually do this kind of tracking with a link to the email instead. It
>> is not automated communication between email and org, and it is not that
>> complicated, but it does what I need, when I need it.
>
> I will stop with shameless plugs at
Thorsten Jolitz writes:
> Eric Abrahamsen writes:
>
>> John Kitchin writes:
>>
>>> I usually do this kind of tracking with a link to the email instead. It
>>> is not automated communication between email and org, and it is not that
>>> complicated, but it does what I need, when I need it.
>>
>>
On Mon, Jul 14, 2014 at 7:33 PM, Aaron Ecay wrote:
> The first is to use the C-c C-v C-e binding to execute source blocks
> rather than C-c C-c.
Like this?
(setq org-babel-no-eval-on-ctrl-c-ctrl-c +1)
> On Mon, Jun 30, 2014 at 8:43 PM, York Zhao wrote:
> I got the problem today, with org-mode version "815c218" in Emacs 24.3.1.
The
> error message is: if: Lisp nesting exceeds `max-lisp-eval-depth'.
Attached is
> the backtrace saved in a file. Hope this will help.
Just an update. I haven't been
Suvayu Ali writes:
> Hi,
>
> I am trying to export to LaTeX in batch mode, but it seems the exporter
> ignores macros defined in included files when exporting in batch mode.
>
> I tried to export like this:
>
> $ emacs --eval "(require 'ox-latex)" include-test.org \
> --eval '(org-LaTeX
I just updated to Org-mode version 8.3beta (release_8.3beta-40-g9cf3c4)
and got three test failures:
,
| 3 unexpected results:
|FAILED test-org/open-at-point-in-comment
|FAILED test-org/open-at-point-in-property
|FAILED test-org/open-at-point/info
`
Apparently these tests a
Hi Nick,
On Mon, Jul 14, 2014 at 10:50:53PM -0400, Nick Dokos wrote:
> Suvayu Ali writes:
>
> > Hi,
> >
> > I am trying to export to LaTeX in batch mode, but it seems the exporter
> > ignores macros defined in included files when exporting in batch mode.
> >
> > I tried to export like this:
> >
36 matches
Mail list logo