[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

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

2011-05-24 Thread Benjamin Slade
(No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Benjamin Slade wrote: 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/address@hidden/msg28752

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

2011-05-27 Thread Benjamin Slade
e.fr...@ucl.ac.uk wrote: Benjamin Slade sl...@jnanam.net 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 is relevant. Thanks

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

2011-05-30 Thread Benjamin Slade
+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 you find that way to do? I

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

2011-05-30 Thread Benjamin Slade
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 LaTeX packages that you always want to be loaded in the .emacs config

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

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

2011-06-21 Thread Benjamin Slade
, --Ben On 21 June 2011 10:28, Nick Dokos nicholas.do...@hp.com wrote: Benjamin Slade sl...@jnanam.net 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.? Yes, just like

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

2014-10-26 Thread Benjamin Slade
%?\nEntered on %U\n %i\n %a))) ## ~ Dr Benjamin Slade pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19

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

2014-10-27 Thread Benjamin Slade
. (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 110A 0E9C A320 BBE8 2B52 EE19

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

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

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

2014-10-28 Thread Benjamin Slade
. Benjamin Slade sl...@jnanam.net writes: Your code works for me (Emacs 25 with a current Org from the git repo). Just guessing: Do you have installed a further hook for deleting frames in certain situations which might be the wrongdoer? I don't seem to. I can't find anything else which

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

2013-09-10 Thread Benjamin Slade
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 fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C

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

2014-01-22 Thread Benjamin Slade
). ~ 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
{...}. 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 EE19

[O] can't find org-version?

2012-09-02 Thread Benjamin Slade
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)) ~~~~ Dr Benjamin Sl

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

2012-09-03 Thread Benjamin Slade
to 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 sl...@jnanam.net Inviato

Re: [O] Remembrance Agent and Orgmode

2012-10-01 Thread Benjamin Slade
and my relevant documents respectively. I hope this helps. -- ~ Dr Benjamin Slade http://ling.uta.edu/~ben/ Dept. of Linguistics TESOL University of Texas at Arlington 132E Hammond Hall | Office Hours

Re: [O] Remembrance Agent and Orgmode

2012-10-12 Thread Benjamin Slade
. 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 Benjamin Slade http://ling.uta.edu/~ben/ Dept. of Linguistics TESOL University

[O] fontifying superscript/subscript

2012-10-13 Thread Benjamin Slade
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 University of Texas at Arlington

Re: [O] fontifying superscript/subscript

2012-10-13 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 the way that AUCTeX does

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Benjamin Slade
(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 sl...@jnanam.net writes: Thanks. I suppose that: (add-hook 'org-mode-hook 'org-toggle-pretty-entities) is the way the auto-enable

[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] suppress new(ish) behaviour of math in export to latex-beamer

2013-02-02 Thread Benjamin Slade
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 e.fr...@ucl.ac.uk wrote: Benjamin Slade sl...@jnanam.net writes: I have some orgmode beamer files from late 2011 that I want to edit

Re: [O] Remembrance Agent and Orgmode

2012-07-17 Thread Benjamin Slade
. Dr Benjamin Slade [ http://ling.uta.edu/~ben/ ] Dept. of Linguistics TESOL - University of Texas at Arlington 132E Hammond Hall | Office Hours: tba

[O] timezone in org-mode events?

2014-11-30 Thread Benjamin Slade
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 EE19

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

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

2014-12-07 Thread Benjamin Slade
` 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} (Choose Linux

Re: [O] OrgTbl mode not working

2015-08-13 Thread Benjamin Slade
, ~ Dr Benjamin Slade 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) Nicolas Goaziou m

[O] OrgTbl mode not working

2015-08-12 Thread Benjamin Slade
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 by mu4e on Emacs