From: Thorsten Jolitz <tjolitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: How do disallow editing of source blocks while inside of org-mode?
Date: Sun, 15 Jun 2014 19:26:22 +0200 [thread overview]
Message-ID: <87y4wy3wzl.fsf@gmail.com> (raw)
In-Reply-To: CAAjq1me7in6Ts7MX6ytyEW+c9iNxhbyab70NFGOqu=FiObXthA@mail.gmail.com
Grant Rettke <gcr@wisdomandwonder.com> writes:
Hi,
> Where might I set out exploring how to implement such a thing if it
> does not? My first thought is to see if an edit is occurring within a
> source block that has a language immediately to jump to the buffer
> that C-' would have created for me.
maybe here
,--------------------------------------------
| (defun org-self-insert-command (N)
| (interactive "p")
| (org-check-before-invisible-edit 'insert)
| (cond
| ((and org-use-speed-commands ...)
| ((and (org-table-p) ...)))))
`--------------------------------------------
adding a case like
,---------------------------------
| ((and (org-in-src-block-p) ...))
`---------------------------------
?
--
cheers,
Thorsten
prev parent reply other threads:[~2014-06-15 17:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-15 15:59 How do disallow editing of source blocks while inside of org-mode? Grant Rettke
2014-06-15 17:26 ` Thorsten Jolitz [this message]
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=87y4wy3wzl.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).