Re: [O] How to show the complete syntax tree

2014-07-14 Thread Thorsten Jolitz
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

Re: [O] Removing the title in LaTeX export

2014-07-14 Thread Julien Cubizolles
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

Re: [O] remove sectionning structure in latex export

2014-07-14 Thread Julien Cubizolles
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

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-14 Thread Roland Everaert
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

[O] fill-paragraph running slowly in org mode

2014-07-14 Thread Sean Markan
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,

[O] Beamer export: can't get frame level right

2014-07-14 Thread Gabor Retvari
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

[O] Bug: Problem with hook added to org-mode-hook [8.2.6 (release_8.2.6-1 @ /usr/local/share/emacs/24.4.50/lisp/org/)]

2014-07-14 Thread Tianxiang Xiong
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. -

Re: [O] Removing the title in LaTeX export

2014-07-14 Thread Rasmus
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

Re: [O] How to show the complete syntax tree

2014-07-14 Thread Nick Dokos
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. >

Re: [O] emails written in Org Mode

2014-07-14 Thread Esben Stien
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

Re: [O] Removing the title in LaTeX export

2014-07-14 Thread Julien Cubizolles
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?

[O] Docu bug for key of 'org-babel-load-in-session'

2014-07-14 Thread marcowahlsoft
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 ---

Re: [O] How to call org-display-inline-images so that after a graphviz block is evaluated the image is refreshed?

2014-07-14 Thread Rick Frankel
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

Re: [O] Beamer export: can't get frame level right

2014-07-14 Thread Josiah Schwab
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:

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Suhas Pai
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

Re: [O] How to show the complete syntax tree

2014-07-14 Thread Charles Berry
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

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Josiah Schwab
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.

Re: [O] Beamer export: can't get frame level right

2014-07-14 Thread John Hendy
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

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Josiah Schwab
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

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Nick Dokos
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

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Suhas Pai
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

Re: [O] How to call org-display-inline-images so that after a graphviz block is evaluated the image is refreshed?

2014-07-14 Thread John Kitchin
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

[O] Macros in included file not expanded in batch export

2014-07-14 Thread Suvayu Ali
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

[O] proposal to make C-c C-c not remove latex overlays

2014-07-14 Thread John Kitchin
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

[O] [PATCH] better parsing of latex fragments

2014-07-14 Thread Florian Beck
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

Re: [O] key collision for auto completion

2014-07-14 Thread John Kitchin
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

Re: [O] emails written in Org Mode

2014-07-14 Thread John Kitchin
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

Re: [O] proposal to make C-c C-c not remove latex overlays

2014-07-14 Thread Aaron Ecay
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

Re: [O] emails written in Org Mode

2014-07-14 Thread Eric Abrahamsen
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

Re: [O] emails written in Org Mode

2014-07-14 Thread Thorsten Jolitz
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

Re: [O] emails written in Org Mode

2014-07-14 Thread Eric Abrahamsen
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. >> >>

Re: [O] proposal to make C-c C-c not remove latex overlays

2014-07-14 Thread Grant Rettke
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)

Re: [O] still seeing semi-regular lockups

2014-07-14 Thread York Zhao
> 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

Re: [O] Macros in included file not expanded in batch export

2014-07-14 Thread Nick Dokos
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

[O] Test failures

2014-07-14 Thread Nick Dokos
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

Re: [O] Macros in included file not expanded in batch export

2014-07-14 Thread Suvayu Ali
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: > >