emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Charles Cave <charles_cave@optusnet.com.au>
To: emacs-orgmode@gnu.org
Subject: Trying to write an elisp function to move subtree to end of file
Date: Tue, 21 Sep 2010 23:42:11 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100922T013636-936@post.gmane.org> (raw)

I am writing an elisp function to move the subtree (at the point/cursor)
to the end of the file.  The code from .elisp is shown

I get an error message "Invalid function: (org-cut-subtree)

(defun move-subtree-to-end ()
  (interactive)
  (save-excursion (
  (org-cut-subtree)
  (end-of-buffer)
   (org-paste-subtree))
  )
)
(global-set-key (kbd "C-c e") 'move-subtree-to-end)

To give you background, my todo list/journal has been captured in 
a date tree and I would like to move an item to the end of the buffer.
The reason for this will be explained in an upcoming article!

Refiling is not applicable as (I don't think) the target can be defined.

A date tree looks like:

* 2010
** 2010-07 July...
** 2010-08 August...
** 2010-09 September
*** 2010-09-21 Tuesday
**** Headline of added entry
**** Headline of another entry
*** 2010-09-22 Wednesday


Thanks!
Charles

             reply	other threads:[~2010-09-21 23:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-21 23:42 Charles Cave [this message]
2010-09-22  5:22 ` Trying to write an elisp function to move subtree to end of file Noorul Islam K M
2010-09-22  5:58 ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20100922T013636-936@post.gmane.org \
    --to=charles_cave@optusnet.com.au \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).