emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem with exporting TAB key
@ 2012-04-05  2:10 Vladimir Lomov
  2012-04-05  4:13 ` Nick Dokos
  0 siblings, 1 reply; 8+ messages in thread
From: Vladimir Lomov @ 2012-04-05  2:10 UTC (permalink / raw)
  To: emacs-orgmode

#+TITLE: Problem with exporting TAB key
#+AUTHOR: Vladimir Lomov

* How to make TAB key to be exported from ORG document?

Consider the following example:
#+name: ex1
#+BEGIN_SRC sh :exports code
sort -t "	" -k 3 -o file2 file1
sort -t "	" -k 3 -o file3 file
#+END_SRC

How I inserting the TAB key in example: for first line I use =C-q
C-I=, for second line I use =C-q TAB=, but in tangled file and in
exported HTML document it is NOT a TAB just spaces.

How to force export and tangle functions not to convert TAB to spaces?

* COMMENT

#+BEGIN_SRC sh :tangle ex.sh :shebang "#!/bin/bash" :noweb yes
<<ex1>>
#+END_SRC



---
WBR, Vladimir Lomov

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

end of thread, other threads:[~2012-04-06 14:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-05  2:10 Problem with exporting TAB key Vladimir Lomov
2012-04-05  4:13 ` Nick Dokos
2012-04-05  4:43   ` Vladimir Lomov
2012-04-05  5:01     ` Olaf Meeuwissen
2012-04-05  5:27       ` Vladimir Lomov
2012-04-06  1:34   ` Vladimir Lomov
2012-04-06  9:11     ` Bastien
2012-04-06 14:03       ` Vladimir Lomov

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