emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* TAB
@ 2011-05-30 17:07 Ido Magal
  2011-05-30 17:20 ` TAB Samuel Wales
  2011-05-30 18:27 ` TAB Darlan Cavalcante Moreira
  0 siblings, 2 replies; 7+ messages in thread
From: Ido Magal @ 2011-05-30 17:07 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 88 bytes --]

With TAB being overloaded with visibility cycling, how do I insert a regular
tab (\t) ?

[-- Attachment #2: Type: text/html, Size: 109 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: TAB
  2011-05-30 17:07 TAB Ido Magal
@ 2011-05-30 17:20 ` Samuel Wales
  2011-05-30 18:27 ` TAB Darlan Cavalcante Moreira
  1 sibling, 0 replies; 7+ messages in thread
From: Samuel Wales @ 2011-05-30 17:20 UTC (permalink / raw)
  To: Ido Magal; +Cc: emacs-orgmode

C-q

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support the Whittemore-Peterson Institute (WPI)
===
Extreme bigotry against people with serious diseases is still extreme bigotry.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: TAB
  2011-05-30 17:07 TAB Ido Magal
  2011-05-30 17:20 ` TAB Samuel Wales
@ 2011-05-30 18:27 ` Darlan Cavalcante Moreira
  2011-05-30 20:10   ` TAB Ido Magal
  1 sibling, 1 reply; 7+ messages in thread
From: Darlan Cavalcante Moreira @ 2011-05-30 18:27 UTC (permalink / raw)
  To: Ido Magal; +Cc: emacs-orgmode


Try C-q TAB.

C-q inserts the next character literally. This is useful to insert control
characters.

--
Darlan

At Mon, 30 May 2011 10:07:29 -0700,
Ido Magal <ido@idomagal.com> wrote:
> 
> [1  <text/plain; UTF-8 (7bit)>]
> With TAB being overloaded with visibility cycling, how do I insert a regular
> tab (\t) ?
> [2  <text/html; UTF-8 (7bit)>]
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: TAB
  2011-05-30 18:27 ` TAB Darlan Cavalcante Moreira
@ 2011-05-30 20:10   ` Ido Magal
  2011-05-30 22:14     ` TAB Michael Markert
  0 siblings, 1 reply; 7+ messages in thread
From: Ido Magal @ 2011-05-30 20:10 UTC (permalink / raw)
  To: Darlan Cavalcante Moreira; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

Perfect! Thanks!

To the powers that be I'd recommend adding a note, explaining how to get a
literal TAB, in the following two places:

http://orgmode.org/manual/Visibility-cycling.html
http://orgmode.org/orgcard.txt

These are the top results for googling "orgmode tab"

Cheers!


On Mon, May 30, 2011 at 11:27, Darlan Cavalcante Moreira
<darcamo@gmail.com>wrote:

>
> Try C-q TAB.
>
> C-q inserts the next character literally. This is useful to insert control
> characters.
>
> --
> Darlan
>
> At Mon, 30 May 2011 10:07:29 -0700,
> Ido Magal <ido@idomagal.com> wrote:
> >
> > [1  <text/plain; UTF-8 (7bit)>]
> > With TAB being overloaded with visibility cycling, how do I insert a
> regular
> > tab (\t) ?
> > [2  <text/html; UTF-8 (7bit)>]
> >
>
>

[-- Attachment #2: Type: text/html, Size: 1406 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: TAB
  2011-05-30 20:10   ` TAB Ido Magal
@ 2011-05-30 22:14     ` Michael Markert
  2011-05-31  3:36       ` TAB Ido Magal
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Markert @ 2011-05-30 22:14 UTC (permalink / raw)
  To: Ido Magal; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

On 30 May 2011, Ido Magal wrote:
> Perfect! Thanks!
>
> To the powers that be I'd recommend adding a note, explaining how to
> get a literal TAB, in the following two places:
>
> http://orgmode.org/manual/Visibility-cycling.html
> http://orgmode.org/orgcard.txt
>
> These are the top results for googling "orgmode tab"

Well the point is, that it isn't whatsoever related to orgmode but to
Emacs. And searching for `emacs insert tab' gives helpful results
already in the first hit.

Michael

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: TAB
  2011-05-30 22:14     ` TAB Michael Markert
@ 2011-05-31  3:36       ` Ido Magal
  2011-05-31  5:13         ` TAB Ben Finney
  0 siblings, 1 reply; 7+ messages in thread
From: Ido Magal @ 2011-05-31  3:36 UTC (permalink / raw)
  To: Michael Markert; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

On Mon, May 30, 2011 at 15:14, Michael Markert <
markert.michael@googlemail.com> wrote:
>
>
> Well the point is, that it isn't whatsoever related to orgmode but to
> Emacs. And searching for `emacs insert tab' gives helpful results
> already in the first hit.
>
>
Fair enough.  It never occurred to me that emacs might not support the
native literal TAB. Thanks.

[-- Attachment #2: Type: text/html, Size: 749 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: TAB
  2011-05-31  3:36       ` TAB Ido Magal
@ 2011-05-31  5:13         ` Ben Finney
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Finney @ 2011-05-31  5:13 UTC (permalink / raw)
  To: emacs-orgmode

Ido Magal <ido@idomagal.com> writes:

> Fair enough. It never occurred to me that emacs might not support the
> native literal TAB. Thanks.

Emacs does, in its Fundamental mode and many others. But just about
every interesting mode will map the TAB key to something else. So the
issue is a common one for all Emacs users, not special to Org mode.

-- 
 \     “Anyone who is not shocked by quantum theory has not understood |
  `\                                                  it.” —Niels Bohr |
_o__)                                                                  |
Ben Finney

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-31  5:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-30 17:07 TAB Ido Magal
2011-05-30 17:20 ` TAB Samuel Wales
2011-05-30 18:27 ` TAB Darlan Cavalcante Moreira
2011-05-30 20:10   ` TAB Ido Magal
2011-05-30 22:14     ` TAB Michael Markert
2011-05-31  3:36       ` TAB Ido Magal
2011-05-31  5:13         ` TAB Ben Finney

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).