emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-dblock-write:myownfunc does not split my window?


From: Bastien
Subject: Re: [O] org-dblock-write:myownfunc does not split my window?
Date: Thu, 17 Apr 2014 09:18:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Hi Martin,

Martin <address@hidden> writes:

> Using a minimal example:
> Creating an org file with somewhere:
>
>
> #+BEGIN: myownfunc
> #+END
>
> And using scratch (or this email) with
>
> (defun org-dblock-write:myownfunc (params)
>   (interactive)
>   (split-window nil -15)
>   (insert "window should be splitted"))
>
> This just inserts the text "window should be splitted" but does not
> acutall split my window.
>
> What am I doing wrong?  And how can I make it right?

Fixed in maint, thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]