[O] 7.9.2: no testing directory

2012-10-26 Thread Uvius
Following the installation instructions in the manual I failed at 'make test' with this message: Cannot open load file: testing/org-test.el make: *** [test] Error 255 Indeed, the testing directory is not present in the org-7.9.2.tar.gzand therefore not in the org-mode top directory, whereas it

[O] Bug in org-log-into-drawer

2012-10-26 Thread Erik Hetzner
Hi, Current the org-log-into-drawer function does not honor the value of the LOG_INTO_DRAWER property if the property has the value nil. For example, if the org-log-into-drawer variable is set to t, but we have the file: * Foo :PROPERTIES: :LOG_INTO_DRAWER: nil :END: ** TODO Bar

Re: [O] agenda view of repeated time-ranges

2012-10-26 Thread William Léchelle
On Fri, 26 Oct 2012 15:05:07 +0200, Philipp Kroos spake thus: > I want some events to show up every week with start and end-time in the > agenda. > Is it possible to combine a time-range with a repeater? I think I tried > every combination of range and repeater, but I can only get one of both > to

Re: [O] Web site bug

2012-10-26 Thread Simon Thum
On 10/25/2012 12:42 AM, Bastien wrote: Hi Simon, Simon Thum writes: I just set up another machine and noticed that the ELPA install still recommends (require 'org-install). http://orgmode.org/elpa.html That worked but got me warnings. I added a note about (require 'org-install) not being

Re: [O] Problem with org-clock-persistence-insinuate in org-plus-contrib

2012-10-26 Thread T.F. Torrey
That's curious. Achim Gratz writes: > Actually, you will need to customize that variable if you want to use > ditaa. But the error is that ob-ditaa is missing a (require > 'org-compat), I've pushed a fix for that. But you may still do your > own customizations for Org too early, you should defe

Re: [O] TeX-master: TeX-master is let-bound

2012-10-26 Thread Nick Dokos
Christopher Schmidt wrote: > Christopher Witte writes: > > It probably has something to do with this thread: > > http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html > > I do not think so, latex export has nothing to do with reftex. This is > the commit in questions > > h

[O] Org-Mode menus not in text mode menu or lacarte

2012-10-26 Thread Lennart Fricke
Hello everybody, I was trying to use org-mode from console and realized that there are no Org-Mode menus when I open the text menu with (tmm-menubar) or lacarte. Do you have an idea why there are not there. They appear in a gtk emacs window. I didn't find a reason. Best regards Lennart

Re: [O] TeX-master: TeX-master is let-bound

2012-10-26 Thread Christopher Schmidt
Christopher Witte writes: > It probably has something to do with this thread: > http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html I do not think so, latex export has nothing to do with reftex. This is the commit in questions http://orgmode.org/cgit.cgi/org-mode.git/commi

[O] bug#12718: /srv/bzr/emacs/trunk r110652: Fix error in previous merge from Org.

2012-10-26 Thread Bastien
Chong Yidong writes: > OK, reverted. Please go ahead and commit your other fix. Thanks. I've merged the bugfix branch of Org in current Emacs trunk. I'm closing this bug. -- Bastien

Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Christopher Schmidt
Bastien writes: > Thanks. I've added (require 'org-agenda) to org-contacts.el. Thank you very much. Christopher

[O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-26 Thread Bastien
Hi Stefan, Stefan Monnier writes: > IOW, if needed we could wrap the calls to bookmark-set in > with-demoted-errors, but maybe those errors are signaled late enough > already that while the command signals an error, it did do what it was > expected to do. I've now wrapped calls to `bookmark-set

Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Bastien
Hi Christopher, Christopher Schmidt writes: > Bastien writes: >> Christopher Schmidt writes: >> >>> org-contacts uses agenda functions but does not require org-agenda. >> >> No, org-contacts does not use any org-agenda.el function. > > I see, some functions prefixed with org-agenda- are define

Re: [O] org-export-region-as-latex skips header

2012-10-26 Thread Bastien
Hi Christopher, Christopher Schmidt writes: > Org-mode version 7.9.2 (release_7.9.2-52-g921998) > > C-x b test RET > insert "* dub" > M-: (org-export-region-as-latex (point-min) (point-max) nil 'string) RET > > org-export-region-as-latex returns > > "\\section{dub}\n\\label{sec-1}\n\n\\end{d

Re: [O] [PATCH] Orgpan: resize the correct window

2012-10-26 Thread Bastien
Hi Jonas, Jonas Bernoulli writes: > I created a patch using git-filter-branch opened the file and turned on > message-mode and hit C-c C-c - obviously that is not enough. Could > someone enlighten me how to actually submit the patches? Quick patch: 1. edit 2. C-x v = 3. copy the buffer strin

Re: [O] [PATCH] Fix bug in org-agenda-diary-sexp-prefix

2012-10-26 Thread Bastien
Hi Toby, Toby Cubitt writes: > The commit message in the attached patch explains the problem, and the > simple fix. Applied, thanks! -- Bastien

Re: [O] [PATCH] Fixing when org-clock-in-prepare-hook is called

2012-10-26 Thread Bastien
Hi Myles, "Myles English" writes: > * lisp/org-clock.el (org-clock-in): Moved the call to > org-clock-in-prepare-hook until the task's properties > can be accessed. > > The problem was when using a function to add an effort > property via the hook, it would not recognise an existing > effort pro

[O] How to automatic list org files via Elisp and then, import them for an HTML export

2012-10-26 Thread flammable project
Hi All, Since I use Orgmode 7.9.2, I tri to do this: - parsing a directory in which several Org files are located. Basically, each files is a blog post. So one org file pear day. - import or include them in a main ORG file (index.org) - export the main Org file to HTML to create a website. To be

Re: [O] Exporting to HTML without IDs

2012-10-26 Thread Vincent Beffara
Hi, > Maybe adding CUSTOM-ID in your navigation bar would solve the problem. > > You don't say whether you use the old (current) or the new (in the to-be > Org 8) HTML exporter?? Don't know, meaning probably the old one ... a CUSTOM-ID property is ignored, but it sounds like what I am looking f

[O] agenda view of repeated time-ranges

2012-10-26 Thread Philipp Kroos
Hi, I want some events to show up every week with start and end-time in the agenda. Is it possible to combine a time-range with a repeater? I think I tried every combination of range and repeater, but I can only get one of both to work. Example: #+begin_src org ** Weekly meeting <2012-1

Re: [O] Exporting to HTML without IDs

2012-10-26 Thread Sebastien Vauban
Hello Vincent, Vincent Beffara wrote: > I want to manage my web page using org-mode, and to have a navigation bar > also encoded in org. The problem is that the org-to-html conversion function > adds IDs to all headers, and the same ids occur on the nav bar and the main > content. Things link sec-

[O] [PATCH] Fix bug in org-agenda-diary-sexp-prefix

2012-10-26 Thread Toby Cubitt
The commit message in the attached patch explains the problem, and the simple fix. Toby -- Dr T. S. Cubitt Mathematics and Quantum Information group Department of Mathematics Complutense University Madrid, Spain email: ts...@cantab.net web: www.dr-qubit.org >From b777c7ca29c74476893dd62599c344

[O] Exporting to HTML without IDs

2012-10-26 Thread Vincent Beffara
Hi, I want to manage my web page using org-mode, and to have a navigation bar also encoded in org. The problem is that the org-to-html conversion function adds IDs to all headers, and the same ids occur on the nav bar and the main content. Things link sec-1, outline-2 and so on. The words 'sec

Re: [O] [PATCH] Fixing when org-clock-in-prepare-hook is called

2012-10-26 Thread Sebastien Vauban
Hello Myles, "Myles English" wrote: > From d7c3f0a4611ced0a240af9115f29f888beb60af2 Mon Sep 17 00:00:00 2001 > From: Myles English > Date: Fri, 26 Oct 2012 12:38:09 +0100 > Subject: [PATCH] Clocking: Move to task before calling > org-clock-in-prepare-hook > > * lisp/org-clock.el (org-clock-in):

Re: [O] TeX-master: TeX-master is let-bound

2012-10-26 Thread Suvayu Ali
On Fri, Oct 26, 2012 at 11:30:17AM +0200, Christopher Witte wrote: > It probably has something to do with this thread: > http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html > > That thread was about auctex prompting for the master file name every > time an org file is opened. >

[O] [PATCH] Fixing when org-clock-in-prepare-hook is called

2012-10-26 Thread Myles English
>From d7c3f0a4611ced0a240af9115f29f888beb60af2 Mon Sep 17 00:00:00 2001 From: Myles English Date: Fri, 26 Oct 2012 12:38:09 +0100 Subject: [PATCH] Clocking: Move to task before calling org-clock-in-prepare-hook * lisp/org-clock.el (org-clock-in): Moved the call to org-clock-in-prepare-hook unti

Re: [O] Patch: org-agenda-skip-deadline-prewarning-if-scheduled prior to scheduled date

2012-10-26 Thread Justus-bulk
Hello, Nicolas Goaziou wrote on Wed, 17 Oct 2012 15:07:23 +0200: > Since you provide both the patch and the commit message, what about > providing it completely as an attachement (with i.e. git format-patch)? I attach a patch against the current git master. >> - d2 diff dfrac wdays pos pos

[O] Announcing a script that connects org-mode and google-tasks

2012-10-26 Thread Mark Edgington
Hello all- I hacked together a python script based on some already-existing code, which allows one to push an org file to a google-tasks list, or to pull the contents of a google-tasks list into an org file. Though the code isn't beautiful at the moment, it is functional. Feel free to improve it

Re: [O] TeX-master: TeX-master is let-bound

2012-10-26 Thread Christopher Witte
It probably has something to do with this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html That thread was about auctex prompting for the master file name every time an org file is opened. On 26 October 2012 10:43, Christopher Schmidt wrote: > Suvayu Ali writes: >>

Re: [O] org > tex: label and footnote make a problem

2012-10-26 Thread Nicolas Hémard
Sorry... 1. org- version*7.8.11-1* 2. emacs version*45.0* 3.1 which exporter didi you use*C-c C-e l => "Export as latex" 3.2 then, I compile in the terminal with pdflatex (TexLive 2012) 4- I use Linux Debian "testing" * Le 26/10/2012 10:18, Giovanni Ridolfi a écrit : Hi, Nicolas, works wel

Re: [O] TeX-master: TeX-master is let-bound

2012-10-26 Thread Christopher Schmidt
Suvayu Ali writes: > I believe the reason was to get rid of auctex prompting for the master > file name every time an org file is exported to LaTeX. The default value it t anyway. The docstring suggests that this variable should be set via file variables. I do not think org-mode should worry ab

Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Christopher Schmidt
Bastien writes: > Christopher Schmidt writes: > >> org-contacts uses agenda functions but does not require org-agenda. > > No, org-contacts does not use any org-agenda.el function. I see, some functions prefixed with org-agenda- are defined in org.el. > It uses some org-agenda.el variables, tho

Re: [O] [Patch] Table lookup functions: director's cut

2012-10-26 Thread Jarmo Hurri
Greetings. I got an email saying that the patch has now been committed to git. I also added a link to the tutorial on the tutorial index page at http://orgmode.org/worg/org-tutorials/ All the best. Jarmo

Re: [O] org > tex: label and footnote make a problem

2012-10-26 Thread Giovanni Ridolfi
Hi, Nicolas, > works well. Example 2: > \chapter{Vie politique et économique \protect\footnote{\cite{CARCERI2001}}} >\label{sec-1-2} Org-mode version 7.9.2 (b5aded1 @ c:/Users/ridolfi/programs/emacs-o/org/lisp/) GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN Cannot reproduce,

Re: [O] [New exporter] Protected Org code is still interpreted

2012-10-26 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> Org code (protected by a comma, in a code block) is interpreted, when >> exported >> to Beamer. See with this ECM: > > This should be fixed. Thanks for the report. Confirmed OK. Thanks. > Note : this isn't related to new ex

Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Bastien
Hi Christopher, Christopher Schmidt writes: > org-contacts uses agenda functions but does not require org-agenda. No, org-contacts does not use any org-agenda.el function. It uses some org-agenda.el variables, though. What is the problem you did encounter? > This is a bug. Not yet. -- Ba

[O] org > tex: label and footnote make a problem

2012-10-26 Thread Nicolas Hémard
Hello, I have a problem exporting my file.org into file.tex. _file.org:_ #+LaTeX_CLASS:book #+LaTeX_CLASS_OPTIONS: [a4paper,oneside] #+LATEX_HEADER: \usepackage[frenchb]{babel} \pagestyle{empty} #+LATEX_HEADER: \usepackage[style=verbose-trad2]{biblatex} \bibliography{/home/