[O] orgmode/beamer - won't export blocks

2011-05-24 Thread Benjamin Slade
I'm having the same trouble which seems to be reported in this thread (I'm not running Aquamacs though, just GNU Emacs under Linux, with orgmode v7.4): http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28752.html I've followed tutorials, and orgmode isn't generating beamer \block structures (I

Re: [O] orgmode/beamer - won't export blocks

2011-05-24 Thread Benjamin Slade
aph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) %%snippet from .emacs ends%% ____ From: Eric S Fraga Subject: Re: [O] orgmode/beamer - won't export blocks Date: Tue, 24 May 2011 22:11:07 +0100 User-agent: Gnus/5.110

Re: [O] orgmode/beamer - won't export blocks

2011-05-27 Thread Benjamin Slade
wrote: > Benjamin Slade writes: > >> Thanks, Sebastien and Eric. >> >> I updated to org-mode v7.5 [stable], but I'm still having the same problem. >> >> I include below a minimal example and also the snippet of code in my >> .emacs config file which

Re: [O] orgmode/beamer - won't export blocks

2011-05-30 Thread Benjamin Slade
1 23:35:11 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) Hi Benjamin, Benjamin Slade wrote: > Thank you for the help. > > Yes, removing the configuration code from .emacs results in the > correct behaviour (i.e. blocks are now exported properly). Where did y

Re: [O] orgmode/beamer - won't export blocks

2011-05-30 Thread Benjamin Slade
Vauban" > To: emacs-orgmode@gnu.org > Subject: Re: [O] orgmode/beamer - won't export blocks > Message-ID: <80boykxnb8@somewhere.org> > Content-Type: text/plain; charset=utf-8 > > Hi Benjamin, > > Benjamin Slade wrote: >> So you don't include

[O] exporting emphasised text (bold, italics etc.) in ORGTBL

2011-06-20 Thread Benjamin Slade
When I'm using orgtbl in the midst of a LaTeX document, is there a way to tell it to export *bold* as \textbf{bold}, /italics/ as \textit{italics} etc.? -- - Benjamin Slade Dept. of Lingui

Re: [O] exporting emphasised text (bold, italics etc.) in ORGTBL

2011-06-21 Thread Benjamin Slade
hen using orgtbl. cheers, --Ben On 21 June 2011 10:28, Nick Dokos wrote: > Benjamin Slade wrote: > > > When I'm using orgtbl in the midst of a LaTeX document, is there a way to > tell it to export *bold* > > as \textbf{bold}, /italics/ as \textit{italics} etc.? > &

Re: [O] Remembrance Agent and Orgmode

2012-07-17 Thread Benjamin Slade
ot; Emacs(/Orgmode) setup. ~~~~~~~~ Dr Benjamin Slade [ http://ling.uta.edu/~ben/ ] Dept. of Linguistics & TESOL - University of Texas at Arlington 132E Ham

[O] can't find org-version?

2012-09-02 Thread Benjamin Slade
f that made any difference. It didn't. The following work-around patches the problem, but I was wondering how to "really" solve it: (require 'org-version) (setq org-version (org-release)) – ~~~~~~

Re: [O] can't find org-version?

2012-09-03 Thread Benjamin Slade
be my problem), so I thought I'd ask here. The work-around I mentioned seems to work perfectly well, I was just worried that there was some underlying problem in my setup that might cause additional problems at some point. Giovanni Ridolfi writes: > Da: Benjamin Slade > > Inv

Re: [O] Remembrance Agent and Orgmode

2012-10-01 Thread Benjamin Slade
> ${HOME}/s/papers ${HOME}/s/projects > /dev/null > #+end_src > > In all of the above, you will need to change all the appropriate paths > for the location of the databases and the places to search. The two > index commands trawl my emails and my relevant documents resp

Re: [O] Remembrance Agent and Orgmode

2012-10-12 Thread Benjamin Slade
an error about strnlen. > > I've been able to build it, by commenting out the "strnlen" function in > savutil/gbuf.c, as it's already define in OS X since Lion. > > Alan -- ~ Dr Benjam

[O] fontifying superscript/subscript

2012-10-12 Thread Benjamin Slade
ace"? [I looked at font-latex.el of AUCTeX, but it's not clear to me exactly how the raising/lowering is being implementd.]) -- ~~~~~ Dr Benjamin Slade <http://ling.uta.edu/~ben/> Dept. of Linguistics & TESOL

Re: [O] fontifying superscript/subscript

2012-10-12 Thread Benjamin Slade
Thanks. I suppose that: (add-hook 'org-mode-hook 'org-toggle-pretty-entities) is the way the auto-enable it? On Sat, 13 Oct 2012, Carsten Dominik wrote: > On 13.10.2012, at 08:04, Benjamin Slade wrote: > >> Is there a way to have org-mode fontify superscript/subscript

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Benjamin Slade
can put (setq org-pretty-entities t) in your > .emacs. > > I prefer to do this on a per-file basis with: > #+startup: entitiespretty > > hth, > Tom > > Benjamin Slade writes: > >> Thanks. >> >> I suppose that: >> >> (add-hook &#

[O] require blank line in TeX output of org (and/or how to use the LaTeX package linguex via org-mode)

2012-11-21 Thread Benjamin Slade
I want to be able to use the LaTeX package "linguex" in org-based beamer presentations. But this package requires a special syntax where after the environment there must be a blank line in the LaTeX source (!=a blank line in the LaTeX output). How do I do this in org-mode? -- ~

[O] org-capture/remember in Emacs 24.4.1?

2014-10-26 Thread Benjamin Slade
aptured Notes") "* %?\nEntered on %U\n %i\n %a") ("m" "Meetings" entry (file "~/Documents/Org/Meetings.org" ) "* %?\n %i\n %a") ("c" "Clipboard" entry (file+headline "~/Documents/Org/Note

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-27 Thread Benjamin Slade
hing with deleting frames. (side stepping the problem:) Perhaps there's a simpler way to set up a remember-frame like this in 24.4? ~~~~~ Dr Benjamin Slade pgp fingerprint: 21BA 2AE1 28F6 DF36

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-28 Thread Benjamin Slade
The following message is a courtesy copy of an article > that has been posted to gmane.emacs.orgmode as well. > > Benjamin Slade writes: > >>>Your code works for me (Emacs 25 with a current Org from the git >>> repo). >>> >>> Just guessing: Do you hav

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-28 Thread Benjamin Slade
I figured it out - in updating, I had lost the cdlatex package, and org-capture wants this for some reason, that's why it was crashing for me. Marco Wahl writes: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.orgmode as well. > &g

[O] timezone in org-mode events?

2014-11-30 Thread Benjamin Slade
terms of timezone abbreviations or UTC+/-N format. Is this sort of feature enableable as an option somewhere in org-mode? ~ Dr Benjamin Slade pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52

[O] (org-agenda-to-appt) with sexp org-diary-class entry?

2014-12-05 Thread Benjamin Slade
None of my events which are scheduled with org-diary-class sexp entries seem to get pushed with (org-agenda-to-appt) (for triggering alarms etc.). Is this simply a limitation of sexp org-diary-class? Is there are workaround, or would it be better to simply schedule such events as (infinitely) rep

Re: [O] (org-agenda-to-appt) with sexp org-diary-class entry?

2014-12-07 Thread Benjamin Slade
how `appt` behaves.) ~~~~~ Dr Benjamin Slade pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19 ~ {sent by mu4e on Emacs running under GNU/Linux} (Ch

[O] suppress new(ish) behaviour of math in export to latex-beamer

2013-02-02 Thread Benjamin Slade
ut of my older files. Is there a way of suppressing this new behaviour? -- ~~ Dr Benjamin Slade pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19 {sent by mu4e on Emacs running under GNU/Linux}

Re: [O] suppress new(ish) behaviour of math in export to latex-beamer

2013-02-02 Thread Benjamin Slade
Hmm... now that I look more closely at it, perhaps it's something that is changed on the LaTeX side rather than the org side. On Sat, 02 Feb 2013, Eric S Fraga wrote: > Benjamin Slade writes: > >> I have some orgmode beamer files from late 2011 that I want to edit and &

[O] can't export org-tables to LaTeX / void error - org-list-allow-alphabetical

2013-09-10 Thread Benjamin Slade
lem. I haven't set org-list-allow-alphabetical anywhere in my .emacs I'm running the latest version of org & org-plus-contrib from ELPA. Suggestions? -- ~~~~~~ Dr Benjamin Slade <http://www.jnanam.net/slade> pgp fi

[O] OrgTbl mode not working

2015-08-12 Thread Benjamin Slade
ot;compile" them into LaTeX tables with C-c C-c, etc.) ~~~~~ Dr Benjamin Slade pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19 ~ {sent b

Re: [O] OrgTbl mode not working

2015-08-13 Thread Benjamin Slade
t;> [running in AUCTeX mode] regards, ~~~~~ Dr Benjamin Slade pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19 ~ {sent by mu4e on Emacs running under GNU/Linux} (Choos

[O] Aligned glosses in orgmode (for export to odt/doc)

2014-01-22 Thread Benjamin Slade
h (or if it can be done currently). ~~~~~ Dr Benjamin Slade Dept. of Linguistics, Uni. of Utah pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19 ~ {sent by mu4e on Emacs running under GNU/Linux} (Choose Linux, Choose Freedom)

[O] new(ish) behaviour wrt to {s & }s

2014-02-01 Thread Benjamin Slade
keted{...}. Is there a flag/option I can use to tell orgmode to *never* escape my {s and }s on export to LaTeX? ~ Dr Benjamin Slade pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52

`org-do-latex-and-related' performance issues

2025-01-27 Thread Benjamin Slade
I had `org-highlight-latex-and-related' set to `'(latex script))' and found that this (which triggers the running of `org-do-latex-and-related' ) seems to incur quite significant performance hits, especially with large Org files. (Even moreso, I think, if they have lots of headings -