On Apr 3, 2010, at 6:46 PM, Baoqiu Cui wrote:
Carsten Dominik writes:
On Apr 3, 2010, at 9:15 AM, Baoqiu Cui wrote:
Carsten Dominik writes:
Hi Baoqiu,
I did apply the patch - by hand because the Emai program did wrap
one
or two lines.
Please check if everything went well.
Thanks
On Apr 4, 2010, at 8:42 AM, Tom wrote:
I put an ARCHIVE tag to the beginning of an org file:
#+ARCHIVE: ::* archive
and archived subtrees are put correctly under the archive heading
in the same file.
The problem is archiving opens all subtrees in the file and leaves
them
open and it messe
Carsten Dominik wrote:
> On Apr 4, 2010, at 1:25 AM, Mark Elston wrote:
> ...
> >
> > Does anyone know why marvosym is included in this list? I assume
> > that there is latex code being generated (under some circumstances)
> > that require it, but I don't know what those circumstances are...
>
On Apr 3, 2010, at 7:24 PM, Ismael BarrosĀ² wrote:
My bad, I should have googled harder :)
Just out of curiosity: is this limitation there by design, or is it
waiting for some workforce to complete it? I finally just copy+pasted
the columns I needed, but being able to import whole rows/columns
I put an ARCHIVE tag to the beginning of an org file:
#+ARCHIVE: ::* archive
and archived subtrees are put correctly under the archive heading
in the same file.
The problem is archiving opens all subtrees in the file and leaves them
open and it messes up my nicely folded file. I have to refold
On Apr 4, 2010, at 4:32 AM, David A. Gershman wrote:
Is there a way to export to .ics only entries with a particular tag or
property? I'm trying to take all the scheduled events I use, and
collect a subset of them for my wife's calendar. i.e. She doesn't
need
to see what's going on at work
On Apr 4, 2010, at 7:47 AM, Nick Dokos wrote:
Carsten Dominik wrote:
On Apr 4, 2010, at 1:25 AM, Mark Elston wrote:
...
Does anyone know why marvosym is included in this list? I assume
that there is latex code being generated (under some circumstances)
that require it, but I don't know wh
David Maus writes:
[...]
> Okay, gave it a thought and here is my uber argument:
>
> Even if a MUA renders the entire message it will inevitably look ugly:
> Because the characters in the pure text/plain section will be rendered
> completely different than the characters in the html markup. The
Is there a way to export to .ics only entries with a particular tag or
property? I'm trying to take all the scheduled events I use, and
collect a subset of them for my wife's calendar. i.e. She doesn't need
to see what's going on at work (meetings and such), but she does need to
know when I'm wo
Hi Mark,
On Apr 4, 2010, at 1:25 AM, Mark Elston wrote:
Carsten,
On 4/3/2010 3:57 PM, Carsten Dominik wrote:
On Apr 3, 2010, at 8:49 PM, Mark Elston wrote:
Carsten,
Is there a way to *remove* one or more of the packages in
org-export-latex-default-packages-alist? I find that marvosym
is c
Carsten,
On 4/3/2010 3:57 PM, Carsten Dominik wrote:
On Apr 3, 2010, at 8:49 PM, Mark Elston wrote:
Carsten,
Is there a way to *remove* one or more of the packages in
org-export-latex-default-packages-alist? I find that marvosym
is conflicting with one of the packages I use in my notes and
h
On Apr 3, 2010, at 8:49 PM, Mark Elston wrote:
Carsten,
Is there a way to *remove* one or more of the packages in
org-export-latex-default-packages-alist? I find that marvosym
is conflicting with one of the packages I use in my notes and
handouts that I generate from org-mode. (marvosym and
On Apr 4, 2010, at 12:50 AM, Henri-Paul Indiogine wrote:
Hi!
This is what I have in my .emacs
(setq org-export-latex-packages-alist
'(("" "apacite")
("" "color")
("" "tikz")))
(setq org-export-latex-classes
'(("book"
"\\documentclass[11pt]{book}
\\definecolor{dar
Hi!
This is what I have in my .emacs
(setq org-export-latex-packages-alist
'(("" "apacite")
("" "color")
("" "tikz")))
(setq org-export-latex-classes
'(("book"
"\\documentclass[11pt]{book}
\\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\\hypersetup{colorlinks,bre
Carsten,
Is there a way to *remove* one or more of the packages in
org-export-latex-default-packages-alist? I find that marvosym
is conflicting with one of the packages I use in my notes and
handouts that I generate from org-mode. (marvosym and bbding
both provide a Cross - I don't use that sym
My bad, I should have googled harder :)
Just out of curiosity: is this limitation there by design, or is it
waiting for some workforce to complete it? I finally just copy+pasted
the columns I needed, but being able to import whole rows/columns
would be incredibly useful.
Regards,
Ismael
On Fri,
On Sat, 3 Apr 2010 18:55:46 +0200, Carsten Dominik wrote:
> It needs to be:
> (setq org-export-latex-packages-alist
> '(("" "apacite")
> ("" "color")
> ("" "tikz")))
Then it is not an alist.
> (my mistake)
> - Carstern
--
Jc/*__o/*
X<\ * (__
Y*/\ <
On Apr 3, 2010, at 6:20 PM, Henri-Paul Indiogine wrote:
This is the first time that I try a LaTeX export from my org file
after
the change. Before the change no problems. I am obviously doing
something wrongly.
Here is some code from my .emacs:
(setq org-export-latex-packages-alist
'
Carsten Dominik writes:
> On Apr 3, 2010, at 9:15 AM, Baoqiu Cui wrote:
>
>> Carsten Dominik writes:
>>
>>> Hi Baoqiu,
>>>
>>> I did apply the patch - by hand because the Emai program did wrap one
>>> or two lines.
>>>
>>> Please check if everything went well.
>>
>> Thanks for the quick action,
This is the first time that I try a LaTeX export from my org file after
the change. Before the change no problems. I am obviously doing
something wrongly.
Here is some code from my .emacs:
(setq org-export-latex-packages-alist
'(("" . "apacite")
("" . "color")
("" . "tikz
David Maus wrote:
>[1 ]
>Eric Schulte wrote:
>>Hi,
>>Given the current setup, sending messages with multiple multipart
>>sections is simply one optional way of using the `org-mime-htmlize'
>>function. By default when `org-mime-htmlize' is called without an
>>active region the entire message body
[02.04.2010 23:11] Graham Smith writes:
> I would like to customise the title page, which I can do with a series
> of LATEX_HEADER as below.
> As I build up the full title page this is going to get a bit tedious
> and I wondered if there a better way of doing this?
Hi Graham,
a simple trick: Us
On Apr 3, 2010, at 9:15 AM, Baoqiu Cui wrote:
Carsten Dominik writes:
Hi Baoqiu,
I did apply the patch - by hand because the Emai program did wrap one
or two lines.
Please check if everything went well.
Thanks for the quick action, Carsten! Your patch applying was
perfect,
and you act
Eric Schulte wrote:
>David Maus writes:
>> Eric Schulte wrote:
Thinking functional this might be the first function of
org-mail-htmlize[1]: Create a html representation of message body if
necessary or appropriate.
>>
>>>Oh, so this would be a slightly different issue,
>>
Eric Schulte wrote:
>Hi,
>Given the current setup, sending messages with multiple multipart
>sections is simply one optional way of using the `org-mime-htmlize'
>function. By default when `org-mime-htmlize' is called without an
>active region the entire message body is encoded as a single MIME
>m
Carsten Dominik writes:
> Hi Baoqiu,
>
> I did apply the patch - by hand because the Emai program did wrap one
> or two lines.
>
> Please check if everything went well.
Thanks for the quick action, Carsten! Your patch applying was perfect,
and you actually fixed an indentation problem in my ori
26 matches
Mail list logo