all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to capture to... null
@ 2014-08-11  8:26 Marcin Antczak
  0 siblings, 0 replies; only message in thread
From: Marcin Antczak @ 2014-08-11  8:26 UTC (permalink / raw)
  To: emacs-orgmode

Hi list,


I would like to use org-capture to create entries on my Gitlab host via 
API and then I would like to make template dissapear and not write 
output data anywhere.

I know that I can use function as target for my capture template.
But when I set template as follows:

(setq org-capture-templates
         '(("i"
             "issue"
             plain
             (function
                 (lambda() ))
             :immediate-finish t)))

Then I get this error message:

byte-code: Capture abort: (buffer-read-only #<killed buffer>)

Is this possible to tell org-capture to not to try to write output anywhere?


Regards,
Marcin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-11  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11  8:26 How to capture to... null Marcin Antczak

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.