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 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 raw]{(format

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 wrote: > Liam Healy 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 the attached patch to fix

[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: src_

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

[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

Re: [Orgmode] Rebinding of home and end keys

2010-11-12 Thread Liam Healy
e commit message does explain why 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) >

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

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 wrote: > On Sun, Oct 31, 2010 at 4:02 PM, David Maus 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

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 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-li

[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