From: michael-franzese@gmx.com
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Org-babel templates
Date: Wed, 5 May 2021 01:17:33 +0200 [thread overview]
Message-ID: <trinity-e985b1cf-842c-4aaa-a0eb-a9c67f186f76-1620170253290@3c-app-mailcom-bs01> (raw)
Am trying to got the language template to work with org-babel
and the completion is not executing. I might be missing some
important thing, but is not straightforward to know exactly.
(defun pachamama-orgstruct ()
"Example: < f <tab>"
(require 'tempo)
(setq tempo-interactive t)
(add-to-list 'org-structure-template-alist
'( ("f" . "src fortran")
("lisp" . "src lisp")
("el" . "src emacs-lisp")
("sh" . "src shell")
("awk" . "src awk")
("cal" . "src calc") )) )
reply other threads:[~2021-05-04 23:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=trinity-e985b1cf-842c-4aaa-a0eb-a9c67f186f76-1620170253290@3c-app-mailcom-bs01 \
--to=michael-franzese@gmx.com \
--cc=help-gnu-emacs@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.
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).