emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Is <s TAB supposed to expand into upper case #+BEGIN_SRC?
Date: Sat, 07 Jun 2014 22:37:59 +0200	[thread overview]
Message-ID: <87egz0sbfc.fsf@gmail.com> (raw)
In-Reply-To: CAAjq1mcjD=kEmmJ1rpt0J7W69d3H16O6j7gJbd7kZQfe_wj=Og@mail.gmail.com

Grant Rettke <gcr@wisdomandwonder.com> writes:

> Hi,
>
> When I type
>
> <s TAB
>
> it is expanded into
>
> #+BEGIN_SRC
>
> #+END_SRC
>
> Is supposed to expand into upper case letters?

you can customize org-structure-template-alist, e.g.:

,----------------------------------------------------------------------------------
| org-structure-template-alist is a variable defined in `org.el'.
| Its value is shown below.
| 
| Documentation:
| Structure completion elements.
| This is a list of abbreviation keys and values.  The value gets inserted
| if you type `<' followed by the key and then press the completion key,
| usually `M-TAB'.  %file will be replaced by a file name after prompting
| for the file using completion.  The cursor will be placed at the position
| of the `?` in the template.
| There are two templates for each key, the first uses the original Org syntax,
| the second uses Emacs Muse-like syntax tags.  These Muse-like tags become
| the default when the /org-mtags.el/ module has been loaded.  See also the
| variable `org-mtags-prefer-muse-templates'.
| 
| You can customize this variable.
| 
| Value: (("s" "#+begin_src ?\n\n#+end_src" "<src lang=\"?\">\n\n</src>")
|  ("e" "#+begin_example\n?\n#+end_example" "<example>\n?\n</example>")
|  ("q" "#+begin_quote\n?\n#+end_quote" "<quote>\n?\n</quote>")
|  ("v" "#+begin_verse\n?\n#+end_verse" "<verse>\n?\n/verse>")
|  ("c" "#+begin_center\n?\n#+end_center" "<center>\n?\n/center>")
|  ("l" "#+begin_latex\n?\n#+end_latex" "<literal style=\"latex\">\n?\n</literal>")
|  ("L" "#+latex:" "<literal style=\"latex\">?</literal>")
|  ("h" "#+begin_html\n?\n#+end_html" "<literal style=\"html\">\n?\n</literal>")
|  ("H" "#+html:" "<literal style=\"html\">?</literal>")
|  ("a" "#+begin_ascii\n?\n#+end_ascii")
|  ("A" "#+ascii:")
|  ("i" "#+index:?" "#+index: ?")
|  ("I" "#+include%file ?" "<include file=%file markup=\"?\">"))
| 
| Original value was 
| (("s" "#+BEGIN_SRC ?\n\n#+END_SRC" "<src lang=\"?\">\n\n</src>")
|  ("e" "#+BEGIN_EXAMPLE\n?\n#+END_EXAMPLE" "<example>\n?\n</example>")
|  ("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE" "<quote>\n?\n</quote>")
|  ("v" "#+BEGIN_VERSE\n?\n#+END_VERSE" "<verse>\n?\n</verse>")
|  ("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM" "<verbatim>\n?\n</verbatim>")
|  ("c" "#+BEGIN_CENTER\n?\n#+END_CENTER" "<center>\n?\n</center>")
|  ("l" "#+BEGIN_LaTeX\n?\n#+END_LaTeX" "<literal style=\"latex\">\n?\n</literal>")
|  ("L" "#+LaTeX: " "<literal style=\"latex\">?</literal>")
|  ("h" "#+BEGIN_HTML\n?\n#+END_HTML" "<literal style=\"html\">\n?\n</literal>")
|  ("H" "#+HTML: " "<literal style=\"html\">?</literal>")
|  ("a" "#+BEGIN_ASCII\n?\n#+END_ASCII" "")
|  ("A" "#+ASCII: " "")
|  ("i" "#+INDEX: ?" "#+INDEX: ?")
|  ("I" "#+INCLUDE: %file ?" "<include file=%file markup=\"?\">"))
| 
| [back]
`----------------------------------------------------------------------------------




-- 
cheers,
Thorsten

  reply	other threads:[~2014-06-07 20:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-07 19:55 Is <s TAB supposed to expand into upper case #+BEGIN_SRC? Grant Rettke
2014-06-07 20:37 ` Thorsten Jolitz [this message]
2014-06-07 20:39 ` Thorsten Jolitz
2014-06-07 21:44   ` Grant Rettke
2014-06-08 20:04     ` Grant Rettke
2014-06-08 21:29       ` Thorsten Jolitz
2014-06-09  0:05         ` Grant Rettke
2014-06-09  4:15 ` Nick Dokos
2014-06-09 21:25   ` Grant Rettke

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=87egz0sbfc.fsf@gmail.com \
    --to=tjolitz@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).