Original table
|hello|short|LONG TEXT BUT NOT SO LONG|
|-|
|1||LONG BUT SHORT REALLY| 2----------------------------------------4|
|this|has|more|col|than|any|other|
This is what it turns into when I press tab
| Script started on Wed 24 Oct 2012 11:17:40 AM EDT | |
| [H[2J-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+ Elation Foundation -|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+ | |
| Today is Wed Oct 24 11:17:41 EDT 2012 | |
| Uptime for this computer is 2:29, 1 | |
| -|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+ Now, Get to work! -|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+-|x+ | |
| ]0;s2e@s2eWork: ~/CompileDir/commotion-openwrt/openwrts2e@s2eWork:~/CompileDir/commotion-openwrt/openwrt$ make V=99 | |
| [M | |
| Collecting package info: package/feeds/packages/id3lib[M | |
| ERROR: please fix package/feeds/packages/id3lib/Makefile - see logs/package/feeds/packages/id3lib/dump.txt for details | |
| [M |
| ``` | |
| Thu Jan 16 16:40:03 UTC 2014 | |
| -------------------------------------------------------------------- | |
| IP Routing Table: (route -n) | |
| -------------------------------------------------------------------- | |
| Kernel IP routing table | |
| Destination Gateway Genmask Flags Metric Ref Use Iface | |
| 10.138.149.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan | |
| 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-lan | |
| -------------------------------------------------------------------- |
| # Creates a Gource visualization from multiple repositories. | |
| # This script requires gource and ffmpeg | |
| # sudo apt-get install gource | |
| # sudo apt-get install ffmpeg | |
| # Usage: ./script <user> [repository name]... | |
| # e.g ./multigource.sh elationfoundation commotion-client luci-commotion | |
| function get_repos() | |
| { |
Original table
|hello|short|LONG TEXT BUT NOT SO LONG|
|-|
|1||LONG BUT SHORT REALLY| 2----------------------------------------4|
|this|has|more|col|than|any|other|
This is what it turns into when I press tab
| * Results | |
| #+RESULTS: header_test | |
| * Code :noexport: | |
| #+NAME: header_test | |
| #+BEGIN_SRC python :var header=header_items :var rows=row_items :exports results :output table | |
| hdr = [] | |
| tbl = [] |
| #!/usr/bin/env python | |
| import sys | |
| import time | |
| import datetime | |
| import subprocess | |
| import csv | |
| import tempfile | |
| import os | |
| from os.path import abspath, dirname |
| """When you are initially starting to use org-contacts it can be tedious to add all of your existing contacts into the contacts database. Using notmuch’s [python bindings](https://notmuch-python.readthedocs.org/en/latest/database.html) you can quickly get an exhaustive list of contacts from an e-mail account that can be winnowed down to those you care about. Using some simple scripting with org-map-entries after the face can make adding tags, etc much easier.""" | |
| #!/usr/bin/env python | |
| # imports | |
| from notmuch import Database, Query | |
| from email.Utils import parseaddr | |
| import re |
#+NAME name
echo "I received $name as my input"| #!/bin/bash | |
| #========================== | |
| # For writing to help file. | |
| #========================== | |
| write_help_header() | |
| { | |
| echo "## $1" >> $TMPDIR/README.md | |
| } |
Inline links are broken on export
Notice that both header links and non-header links have the text commented instead of having the links commented?