From: Xebar Saram <zeltakc@gmail.com>
To: org mode <emacs-orgmode@gnu.org>
Subject: Re: function to duplicate current header and change ID
Date: Thu, 11 Aug 2016 14:22:31 +0300 [thread overview]
Message-ID: <CAOQHXPo0Xeg10bxiGw0a3eiSVo_ZU_FhOfgBgSVwRNMg-vJhLw@mail.gmail.com> (raw)
In-Reply-To: <CAOQHXPp1JN2Z=Nsv8YjwjqmvWEk-eyZXnawSbXDDnEzW1Ye3hQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 613 bytes --]
ok so i have this so far
(defun zxx ()
"duplicate and change id of org header"
(interactive)
(org-copy-subtree)
(org-end-of-line)
(newline)
;(org-yank)
(org-paste-subtree)
(org-forward-heading-same-level 1)
(let ((current-prefix-arg '(4)))
(call-interactively #'org-id-get-create))
)
yet it seems very bloated since i cant code ;-) and dosent work as it
dosent really creates a new org-id. any tips?
best
Z
On Wed, Aug 3, 2016 at 7:17 AM, Xebar Saram <zeltakc@gmail.com> wrote:
> 1. copy current header and contents (org-copy-subtree) at point
> 2. auto paste it below current header
> 3. change ID
>
[-- Attachment #2: Type: text/html, Size: 1607 bytes --]
next prev parent reply other threads:[~2016-08-11 11:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-03 4:17 function to duplicate current header and change ID Xebar Saram
2016-08-11 11:22 ` Xebar Saram [this message]
2016-08-11 15:33 ` John Kitchin
2016-08-11 17:16 ` Xebar Saram
-- strict thread matches above, loose matches on Subject: below --
2016-08-17 12:10 Jorge
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=CAOQHXPo0Xeg10bxiGw0a3eiSVo_ZU_FhOfgBgSVwRNMg-vJhLw@mail.gmail.com \
--to=zeltakc@gmail.com \
--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).