[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Problem with exporting TAB key
From: |
Vladimir Lomov |
Subject: |
[O] Problem with exporting TAB key |
Date: |
Thu, 5 Apr 2012 11:10:11 +0900 |
#+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
- [O] Problem with exporting TAB key,
Vladimir Lomov <=