On Wed, 5 Dec 2007 18:48:05 +0530
"Rustom Mody" <[EMAIL PROTECTED]> wrote:
> I downloaded Daniel's thesis and the org original to help me study how
> org mode may be used for writing large structured documents.
>
> When reading his org file in emacs I get something about some local
> variables (o
Finally, I decided to learn some elisp debugging techniques and as a
practice, it seems I found the bug and fixed it with this patch (against
org.el in 5.16b)
@@ -24437,7 +24437,7 @@
(when (re-search-backward
"\\(\\)\\([ \t\r\n]*\\)\\=" (- (point) 100) t)
(setq
Hi,
I have a line like this (copied from the org release notes)
(setq org-refile-targets '((org-agenda-files . (:level . 2
My intention was to have all headings in level 2 AND level 1 in the
target list. But it seems only level 2 headings are in the list. Is
there a way to do it? If not,
I really liked the imenu feature. It is very useful especially for big
files. However, it does not appear automatically when I open an org file (I
made the addition you described in .emacs). But it does appear if I make
inside the org buffer imenu-add-to-menubar (and then a name e.g. toc).
Do I do
-- Forwarded message --
From: Carsten Dominik <[EMAIL PROTECTED]>
Date: Dec 5, 2007 3:13 PM
Subject: Re: [Orgmode] Re: Example of thesis in org-mode and LaTeX
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
On 12/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Regarding 'Re
I downloaded Daniel's thesis and the org original to help me study how
org mode may be used for writing large structured documents.
When reading his org file in emacs I get something about some local
variables (org-export-latex-preamble) not being safe, some others
(org-export-latex-title-command)
[EMAIL PROTECTED] writes:
>> Regarding 'Re: Example of thesis in org-mode and LaTeX'; Bastien adds:
>
>
> > For example, if the point is on a checkbox, C-c C-c will toggle it.
> > But what if the point is not exactly at a position where Org's C-c
> > C-c have a specific meaning? The ema
Bastien schrieb:
> Hi Rainer,
>
> Rainer Stengele <[EMAIL PROTECTED]> writes:
>
>> 1. I cannot export anymore.
>> After C-c a e I get this error:
>>
>> eval: Wrong type argument: listp, 88
>>
>> (same with my colleague at 5.13e)
>
> Can you give a full backtrace? Just eval this:
>
> (setq de
> Regarding 'Re: Example of thesis in org-mode and LaTeX'; Bastien adds:
> For example, if the point is on a checkbox, C-c C-c will toggle it.
> But what if the point is not exactly at a position where Org's C-c
> C-c have a specific meaning? The email will be sent, which might
> sur
Hi Rainer,
Rainer Stengele <[EMAIL PROTECTED]> writes:
> 1. I cannot export anymore.
> After C-c a e I get this error:
>
> eval: Wrong type argument: listp, 88
>
> (same with my colleague at 5.13e)
Can you give a full backtrace? Just eval this:
(setq debug-on-error t)
Maybe the relevant par
Hi!
1. I cannot export anymore.
After C-c a e I get this error:
eval: Wrong type argument: listp, 88
(same with my colleague at 5.13e)
2. the version naming in 5.16b is wrong: should be 5.16b instead of 5.16a
3. org-remember works again with templates (was broken in 5.16)
Thanks Carsten.
ra
11 matches
Mail list logo