emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Martin
Subject: [O] org-dblock-write:myownfunc does not split my window?
Date: Tue, 01 Apr 2014 15:52:15 +0200
User-agent: mu4e 0.9.9.5; emacs 24.3.1

Hi there:

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?

Thanks,
Martin



reply via email to

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