On Mon, 15 Jun 2009 01:01:57 -0400, Nick Dokos wrote:
> Shelagh Manton wrote:
>
>> I'm trying to make a remember template that inserts some text
>> automatically.
>>
>> I read in the manual that %(sexp) would expand in the template. This
>> would be what I want, if I've understood the manual ar
Shelagh Manton wrote:
> I'm trying to make a remember template that inserts some text
> automatically.
>
> I read in the manual that %(sexp) would expand in the template. This
> would be what I want, if I've understood the manual aright.
>
> I made a small function that inserts text (org-csa
I'm trying to make a remember template that inserts some text
automatically.
I read in the manual that %(sexp) would expand in the template. This
would be what I want, if I've understood the manual aright.
I made a small function that inserts text (org-csa) and this is the
template I original
Not that I'm a CSS expert, but it appears you could do this without
changing how Org outputs tables by adding this styling to your CSS.
http://www.zorked.com/css/alternating-table-rows-using-css-only/
Quote:
tr:nth-child(odd) {
background-color: #CC;
}
tr:nth-child(even) {
background-color:
Hello Experts,
I use org-mode to produce a lot of big tables with numbers in them. When I
present these tables by HTML, I found it's hard to keep track which row it
is. I'm wondering if it's possible to implement additional class attribute
to the , such as:
OneFish
TwoFish
RedFish
BlueFish
So
Ahh, the beauty of a patch bug report with the patch attached...
Applied, thanks.
- Carsten
On Jun 14, 2009, at 12:56 PM, Baoqiu Cui wrote:
Carsten,
Recent changes to respect example indentations introduced a bug in
both
DocBook and HTML exporters. The following example
-
Carsten,
Recent changes to respect example indentations introduced a bug in both
DocBook and HTML exporters. The following example
#+BEGIN_EXAMPLE
Group of lines separated by empty lines:
Line One.
Line Two.
Line Th
On Jun 14, 2009, at 9:32 AM, Baoqiu Cui wrote:
Here is a patch to Makefile to fix this (just switch the order of two
directories):
diff --git a/Makefile b/Makefile
index e867e6b..9b48c98 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ infodir = $(prefix)/share/info
# Using emacs in batc
Carsten Dominik writes:
> On Jun 14, 2009, at 8:22 AM, Baoqiu Cui wrote:
>
>> Hi Carsten,
>>
>> Thanks for the quick fix. However the problem still exists on my
>> computer (running "GNU Emacs 22.3.1 (i386-apple-darwin9.5.0, Carbon
>> Version 1.6.0) of 2008-10-31 on leopard.local").
>>
>> Here i