[O] LaTeX with embedded in-line code blocks and AucTeX

2013-03-17 Thread Liam Healy
I am writing LaTeX in my org file with embedded code evaluation using src_lang in-line code blocks (in my case, lang=lisp). This works fine when using bare LaTeX for export, but I would like AUCTeX editing and highlighting which are not available with bare LaTeX in the org file. The only way I can

[O] org-datetree-goto-date

2013-05-05 Thread Liam Healy
I wanted a function that would take me to a particular date in a datetree and didn't find one, so I wrote my own and bound it to C-c d. (defun org-datetree-goto-date (optional siblings) Go to and show the date in the date tree. With optional argument SIBLINGS, on each level of the hierarchy all

[O] Restore raw output in LaTeX export from in-line code block

2013-09-28 Thread Liam Healy
I noticed that raw results from in-line code blocks were disappearing in the new LaTeX exporter, and bisected the repo to the change 7117ad4f92. I have created the attached patch to fix the problem and restore the previous behavior. example file * Test 1. Inline common lisp raw:

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-01 Thread Liam Healy
On Sun, Sep 29, 2013 at 3:46 PM, Eric Schulte schulte.e...@gmail.com wrote: Liam Healy l...@healy.washington.dc.us writes: I noticed that raw results from in-line code blocks were disappearing in the new LaTeX exporter, and bisected the repo to the change 7117ad4f92. I have created

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-06 Thread Liam Healy
On Wed, Oct 2, 2013 at 9:28 AM, Eric Schulte schulte.e...@gmail.com wrote: inline \\sqrt{2} works Are you able to interactively execute inline code blocks? I'm not sure what the issue could be. Best, Thanks for the response Eric. I do not get the results you do: src_lisp[:results

[Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-10-31 Thread Liam Healy
With recent versions (since about version 7) of org-mode, I cannot generate links in a non-org file when org-id-store-link is in org-store-link-functions. Either I get an error before first headline (makes no sense to me, since I'm not in an org file), or emacs spins forever, saturating the CPU

Re: [Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-10-31 Thread Liam Healy
On Sun, Oct 31, 2010 at 4:02 PM, David Maus dm...@ictsoc.de wrote: At Sun, 31 Oct 2010 15:09:48 -0400, Liam Healy wrote: With recent versions (since about version 7) of org-mode, I cannot generate links in a non-org file when org-id-store-link is in org-store-link-functions.  Either I get

Re: [Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-11-02 Thread Liam Healy
On Sun, Oct 31, 2010 at 5:28 PM, Liam Healy l...@healy.washington.dc.us wrote: On Sun, Oct 31, 2010 at 4:02 PM, David Maus dm...@ictsoc.de wrote: At Sun, 31 Oct 2010 15:09:48 -0400, Liam Healy wrote: With recent versions (since about version 7) of org-mode, I cannot generate links in a non

[Orgmode] Rebinding of home and end keys

2010-11-10 Thread Liam Healy
I have in my .emacs (global-set-key [(home)] 'beginning-of-buffer) (global-set-key [(end)] 'end-of-buffer) Starting with a recent (last few months) org-mode version, the home and end keys are bound to be beginning of end of line when in org files. This happens even if I do my keybinding after

Re: [Orgmode] Rebinding of home and end keys

2010-11-12 Thread Liam Healy
that was done? Thanks. - Carsten On Nov 10, 2010, at 9:50 AM, Liam Healy wrote: I have in my .emacs (global-set-key [(home)] 'beginning-of-buffer) (global-set-key [(end)] 'end-of-buffer) Starting with a recent (last few months) org-mode version, the home and end keys are bound