#+OPTIONS: latex:t toc:nil H:3
Thanks!
Nicolas Goaziou writes:
> Amos Bird writes:
>
>> | QueryID | SQL Text
>>
>> | Query Time (Seconds) | Query Time Ho
Amos Bird writes:
> | QueryID | SQL Text
>
> | Query Time (Seconds) | Query Time Hot (Seconds) |
> |-+--
#+OPTIONS: latex:t toc:nil H:3
Hi,
> However, you could add verbatim markup
>
> =SELECT cab_type, count(*) FROM trips_log GROUP BY cab_type;=
>
> but, again, since I don't know exactly what the issue is, I may be wide
> of the mark.
Well, this solves my issue :).
But I also have a table like th
Hello,
Amos Bird writes:
>> - what are you trying to export?
>
> an Org table like this:
>
>
> | QueryID | SQL Text
>
>
#+OPTIONS: latex:t toc:nil H:3
Hi,
> - what are you trying to export?
an Org table like this:
#+BEGIN_EXAMPLE
| QueryID | SQL Text
Hello,
Amos Bird writes:
> I've tried the example block but it doesn't export well.
>
> img-2017-09-29-100634.png
You didn't specify you were trying to export an Org table in the first
place. You need to give as much information as possible if you want to
have useful answers.
So, let's start a
#+OPTIONS: latex:t toc:nil H:3
Hi Nicolas,
I've tried the example block but it doesn't export well.
[[file:/home/amos/Pictures/Screenshots/img-2017-09-29-100634.png]]
> - include this in a fixed-width area,
Um, do you mean putting a <10> at the top of the second column? I tried that
but it s
Hello,
Amos Bird writes:
> How can I disable fontifications when exporting this:
>
> QueryID SQL Text Query Time (Seconds) Query Time Hot (Seconds)
> Q0 SELECT avg(c1) from (select Year, Month, count(*) as c1 from ontime
> group by Year, Month); 1.27 0.13
> Q1 SELECT DayOfW
#+OPTIONS: latex:t toc:nil H:3
Hi,
How can I disable fontifications when exporting this:
| QueryID | SQL Text
| Query Time (Seconds) |
Query Time Hot (Seconds) |
|-+---