[Orgmode] What is the proper way to set the time span for a diary-float appointment?

2010-12-08 Thread Robert Horn
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

Re: [Orgmode] Re: Automatically insert inactive timestamps

2010-12-08 Thread Nick Dokos
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

[Orgmode] preventing strikethrough, italics and underline fontification

2010-12-08 Thread Eric Holbrook
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

Re: [Orgmode] [Babel] The first line of the code blocks disappears in the tangled file

2010-12-08 Thread Chris Malone
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

[Orgmode] [Babel] The first line of the code blocks disappears in the tangled file

2010-12-08 Thread Sébastien Vauban
#+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

Re: [Orgmode] Re: Automatically insert inactive timestamps

2010-12-08 Thread Andrew J. Korty
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

[Orgmode] Very strange indenting behaviour with CLOCKING drawers.

2010-12-08 Thread Rainer Stengele
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-

[Orgmode] Re: Can't close Emacs+org-mode if /tmp and /home on different partitions

2010-12-08 Thread Dan Davison
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

Re: [Orgmode] Export of quoted region to HTML

2010-12-08 Thread Nicolas Goaziou
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

[Orgmode] Generating an org file actually including the #+INCLUDE files

2010-12-08 Thread Miguel Ruiz
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

[Orgmode] xemacs error when calling org-install

2010-12-08 Thread Dr. Volker Zell
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

[Orgmode] XEmacs fix for small-temporary-file-directory

2010-12-08 Thread Dr. Volker Zell
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 @@