emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Al <gmane00@wilec.net>
To: emacs-orgmode@gnu.org
Subject: Changing the heading separator from ** to ---** (twiki topic edition)
Date: Thu, 27 Aug 2009 15:04:44 +0000 (UTC)	[thread overview]
Message-ID: <loom.20090827T162403-361@post.gmane.org> (raw)

Hello,

I generally use org-mode to edit twiki topics as it's full of marvelous features.

One of the main feature of org-mode I can't use is the outline capability as the
heading syntax is choosen by twiki not me, which forbids to use '****' for 
level 4 (this will be '---++++'). 

There was a thread on March 16th which was discussion something like this.

Something like this:
(add-hook 'outline-minor-mode-hook
      (lambda ()
        (setq outline-regexp "---\\++")
        (define-key outline-minor-mode-map [(tab)] 'org-cycle)
        (define-key outline-minor-mode-map [(control tab)] 'org-cycle)
       (define-key outline-minor-mode-map [(shift tab)] 'org-global-cycle)))

works perfectly in any-mode + outline-minor-mode.

However, I'd really like to use org-mode for all editing (tables, colors, links,
....)

Is there a solution to use org-mode and just change the heading separator from
* to ---+
** to ---++
*** to ---+++

etc

Thanks in advance.

 

             reply	other threads:[~2009-08-27 15:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-27 15:04 Al [this message]
2009-08-27 16:22 ` Changing the heading separator from ** to ---** (twiki topic edition) Carsten Dominik
2009-08-28  7:54   ` Al

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=loom.20090827T162403-361@post.gmane.org \
    --to=gmane00@wilec.net \
    --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).