Hi
Can anyone please apply the following patch to ob-eval to make xemacs happy.
This was be the last reference to small-temporary-file-directory by the way.
--- ob-eval.el.orig 2010-11-01 13:58:45.0 +0100
+++ ob-eval.el 2010-12-02 19:03:15.140625000 +0100
@@ -138,9 +138,9 @@
Hi
Under xemacs when calling the following from org-mode-7.3 I get:
(require 'org-install) -> Wrong number of arguments: custom-autoload, 3
This is because xemacs defines custom-autoload only with two arguments:
`custom-autoload' is a compiled Lisp function
-- loaded from
"/misc/src/releas
Hi,
I am working on a document split in several chunks. I need to generate the full
document in order to do different sorting processes before exporting.
It would be nice if that generation could be recursive ... you know, one master
file, one included file with another included file.
I suppo
Hello,
> Vincent Belaïche writes:
> The closure is missing.
> Is that a bug?
At the moment, there is no real support for lists inside blocks.
Regards,
-- Nicolas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list
Antti Kaihola writes:
> I have /tmp on my root partition and a separate partition for /home.
> When trying to close an Emacs session which is using org-mode, I get
> this error:
>
> move-file-to-trash: Non-regular file: Is a directory, /tmp/babel-XXX
>
> (where XXX are random characte
Hi all,
I have a very strange indenting behaviour with CLOCKING drawers.
I can easily reproduce it with a section like this:
* INARBEIT test
:LOGBOOK:
CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00
CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00
CLOCK: [2010-12-
Bernt Hansen wrote:
(add-hook 'org-insert-heading-hook 'bh/insert-heading-inactive-timestamp)
Using org-insert-heading-hook is more elegant than my way, but I only
want timestamps on TODO entries, so I use
#+begin_src emacs-lisp
(defadvice org-insert-todo-heading (after ajk/org-time-stamp-ne
#+TITLE: Isodoc letter (to be tangled to LaTeX file)
#+DATE: 2010-12-08
#+LANGUAGE: fr_FR
Right now, this letter *must be tangled* and post-processed via =PDFLaTeX=. It
can't be exported directly to PDF/HTML (=args out of range= error).
The problem I'm reporting here is visible *in the
Hi Seb,
I can't say that I understand the problem, but I can reproduce it - any line
right after the #+begin_src org :results latex is being stripped upon
tangle. Not sure if it helps or not, but I'm using org-mode version 7.3
=release_7.3.89.g97f4c.dirty= with emacs 22.2.1.
Chris
2010/12/8 Séb
I have several org files that contain simulator command arguments that look
like this:
+ADTL_ARG+somethingOrOther
or
/long/path/to//somewhere/
or
_token_to_get_inserted_in_something_
These appear in both headlines and non-headline text. It's pretty
distracting, particularly when i'm
Andrew J. Korty wrote:
> Bernt Hansen wrote:
>
> > (add-hook 'org-insert-heading-hook 'bh/insert-heading-inactive-timestamp)
>
> Using org-insert-heading-hook is more elegant than my way, but I only
> want timestamps on TODO entries, so I use
>
I think you should be able to use org-entry-get
I wanted to set up a regular meeting that would appear in the agenda
grid. I discovered that the following works:
... Regular Meeting 13:00-14:00
<%%(diary-float t 2 1)>
This creates a first tuesday of each month meeting, from 1300h to 1400h.
This works because the default for the
org-agenda-sea
12 matches
Mail list logo