Re: [O] file-equal-p undefined

2013-02-19 Thread Bastien
Hi François, François Pinard writes: > In a recent checkout of Org mode, ox.el (org-export-output-file-name) > calls function file-equal-p, which does not seem to exist for me, on > this Emacs 23.4. It seems to exist in more recent Emacses however. Yes, this has been fixed a few hours ago: h

Re: [O] org-mode git, el-get, recently many functions' defintion void

2013-02-19 Thread Bastien
Hi Jeff, Jeff Kowalczyk writes: > Any suggestions on how to debug? If you install Org from git and do a make clean && make each day, then the only thing you need to make sure is that you setup the load-path correctly, early enough in your .emacs file. Do you have something like (add-to-lis

Re: [O] `org-drill' broken in recent commits git commits

2013-02-19 Thread Bastien
Hi York, well, I did try org-drill.el to see if there was no trivial error triggered by a recent change in Org's master, but found none. Paul, can you understand/reproduce/fix York's problem? Best, -- Bastien

Re: [O] Bug in fontification of priority cookies

2013-02-19 Thread Bastien
Hi John, "John Wiegley" writes: > I just upgraded to Org-mode's master branch today, and found that the > org-priority face gets applied not just to the '[#C]' cookie, but the entire > text of the headline in the Agenda buffer. Is this intended? I can't reproduce the problem here, the org-prio

[O] org-mode git, el-get, recently many functions' defintion void

2013-02-19 Thread Jeff Kowalczyk
I use emacs-24, org-mode from git, el-get from git. Each morning I update org-mode, make clean && make. About 2-3 days ago, I noticed the org-export dispatcher wasn't working. Then I saw increasing functional areas of org returning errors re: function definition void: : org-ctrl-c-ctrl-c: Symbol'

Re: [O] `org-drill' broken in recent commits git commits

2013-02-19 Thread York Zhao
Hi Bastien, Thank you very much for the reply. Sorry that I forgot to mention my Emacs version. I'm using GNU Emacs 24.2.1. I just tried the scenario again with the latest `org-mode' and the symptom changed a bit. I no longer get stuck which is good however, after typed the character `2', I was a

Re: [O] Showing only subprojects in the agenda

2013-02-19 Thread Tim
At Tue, 19 Feb 2013 18:56:13 -0500, Bernt Hansen wrote: > > Wiskey 5 Alpha writes: > > >     I'm sure this is not as complicated as i am making it out to be, but i > > have tried every option i can think of. > > You should be able to achieve what you are looking for with a custom > agenda skip

[O] Bug in fontification of priority cookies

2013-02-19 Thread John Wiegley
I just upgraded to Org-mode's master branch today, and found that the org-priority face gets applied not just to the '[#C]' cookie, but the entire text of the headline in the Agenda buffer. Is this intended? Thanks, John

[O] file-equal-p undefined

2013-02-19 Thread François Pinard
Hi again. In a recent checkout of Org mode, ox.el (org-export-output-file-name) calls function file-equal-p, which does not seem to exist for me, on this Emacs 23.4. It seems to exist in more recent Emacses however. François

[O] [PATH] [NEW EXPORTER] two slide backends for contrib

2013-02-19 Thread Rick Frankel
Attached are: - ox-deck.el - ox-s5.el Which, respectively, provide deck.js and s5 backends for the new exporter. I would be happy for these to be included in contrib. Note that I have already signed the FSF assignment documents, so they can be safely included in the core if so d

[O] [PATCH] Make html exporter respect css-url configuration variable.

2013-02-19 Thread Rick Frankel
* lisp/ox-html.el: (org-export-define-backend): add css url option (org-export-htmlized-org-css-url): modify docstring and options. (org-html--build-style): include css-url if specified. --- lisp/ox-html.el | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/

Re: [O] Showing only subprojects in the agenda

2013-02-19 Thread Bernt Hansen
Wiskey 5 Alpha writes: >     I'm sure this is not as complicated as i am making it out to be, but i > have tried every option i can think of. > >     My org files consist of three todo states : TODO NEXT | DONE > Any TODO is a project, and it may have sub projects like so : > > * TODO Make dinne

Re: [O] how can I insert a new heading after all at this level?

2013-02-19 Thread Nick Dokos
David Naumann wrote: > I'm a happy, frequent user of org mode but there's something I can't > figure out from the manual. > > What I would like to be able to do is insert a new heading at the same > level as current, _following_ all the others. For example, with the > cursor on the A in this tr

[O] [BUG, LaTeX] LATEX_CLASS_OPTIONS don't always work

2013-02-19 Thread Michael Strey
This is a minor issue. The replacement of LaTeX class options by #+LATEX_CLASS_OPTIONS: [ngerman] doesn't work if the documentclass definition in org-latex-classes consists of more than one line. I used such a definition in my Koma-script letters: \documentclass[% fontsize=11pt,% strey_consult

[O] how can I insert a new heading after all at this level?

2013-02-19 Thread David Naumann
I'm a happy, frequent user of org mode but there's something I can't figure out from the manual. What I would like to be able to do is insert a new heading at the same level as current, _following_ all the others. For example, with the cursor on the A in this tree: * top -> ** A ** B

Re: [O] two questions about the new exporter (#+Style: and org-export-html-postamble)

2013-02-19 Thread Jambunathan K
Eric Schulte writes: > First let me say kudos to Nicolas for the implementation and to him and > Bastien for making the transition, it seems rather like changing the > engine on a plane in mid flight (all while handling a rowdy group of > passengers). Note the *criminally* insane, in the passage

Re: [O] [bug] org-agenda-diary-entry fails

2013-02-19 Thread Eric S Fraga
"W. Greenhouse" writes: > Hi Eric, > > Eric S Fraga writes: > >> Hello, >> >> with org up to date from git repository as of a few minutes ago, trying >> to insert a day diary entry from the agenda view >> (org-agenda-diary-entry) fails. Debug trace is attached. >> >> I cannot see what could be

Re: [O] killing all contents of a headline

2013-02-19 Thread 42 147
Thanks, the update worked, however with some post-update oddities: org-hide-leading stars t hides the stars -- but only if I manually switch from the Emacs default color theme to my favorite one (color-theme-renegade). If I leave (color-theme-renegade) in my init, on boot-up, org-mode does not hid

Re: [O] [new exporter] Guides on what incompatibilities to watch for?

2013-02-19 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > > > Apart from that I know about the following changes in syntax (to the > best of my knowledge): > 1. Attribute lines now take plists >: #+attr_latex :width "5cm" >: #+attr_beamer :options "width=

Re: [O] [Bug] Shadowed defvar org-clock-effort

2013-02-19 Thread Bastien
Achim Gratz writes: > 23057a57b4 introduces a shadowed defvar org-clock-effort by copying the > definition from org-clock.el to org.el without deleting it in > org-clock.el. Fixed, together with some other compiler warnings, thanks! -- Bastien

Re: [O] SPC and BS behaviour changed in the agenda?

2013-02-19 Thread Bernt Hansen
Bastien writes: > Bernt Hansen writes: > >> I'll send an ECM tonight if this hasn't already been fixed by then >> :) > > Fixed, thanks :) Thank YOU! Bernt

Re: [O] [new exporter] Guides on what incompatibilities to watch for?

2013-02-19 Thread Thomas S. Dye
Gunnar Wolf writes: > Hi, > > I'm not very specific in this mail, but am wondering… > > I have some nontrivial documents written in Org-mode. My main use case > for Org is mostly to author texts, rather than using its time-tracking > features. I fear that with the new exporter, several of my docu

Re: [O] [new exporter] Guides on what incompatibilities to watch for?

2013-02-19 Thread Suvayu Ali
On Tue, Feb 19, 2013 at 11:57:03AM -0600, Gunnar Wolf wrote: > Hi, > > I'm not very specific in this mail, but am wondering… > > I have some nontrivial documents written in Org-mode. My main use case > for Org is mostly to author texts, rather than using its time-tracking > features. I fear that

[O] [Bug] Shadowed defvar org-clock-effort

2013-02-19 Thread Achim Gratz
23057a57b4 introduces a shadowed defvar org-clock-effort by copying the definition from org-clock.el to org.el without deleting it in org-clock.el. If a forward declaration was intended, then the defvar in org.el should provide no initial value, otherwise (since org-clock.el requires org.el anywa

Re: [O] org-export-babel-evaluate and :exports none

2013-02-19 Thread Ista Zahn
On Mon, Feb 18, 2013 at 3:17 PM, Nicolas Goaziou wrote: > Hello, > > Ista Zahn writes: > >> Thanks for checking Jay. I just tried with make update2 (usually I use >> make update), with the same result as I got before (i.e., the code >> block is exported). Just to make sure -- you ran the test wit

[O] Switching to the new exporter (was: two questions about the new exporter (#+Style: and org-export-html-postamble))

2013-02-19 Thread Bastien
I updated the notes on Worg: http://orgmode.org/worg/org-faq.html#new-exporter-switch Let's keep this FAQ as accurate as possible while we are moving toward Org 8.0. Thanks! -- Bastien

Re: [O] SPC and BS behaviour changed in the agenda?

2013-02-19 Thread Bastien
Bernt Hansen writes: > I'll send an ECM tonight if this hasn't already been fixed by then > :) Fixed, thanks :) -- Bastien

Re: [O] SPC and BS behaviour changed in the agenda?

2013-02-19 Thread Bernt Hansen
It turns out this is related to org-agenda-sticky set to t. I'm just starting to play with sticky agendas and the scrolling behaviour for SPC and BS changes for sticky agendas. When I switch back to non-sticky agendas it works again. I'll send an ECM tonight if this hasn't already been fixed by

[O] [new exporter] Guides on what incompatibilities to watch for?

2013-02-19 Thread Gunnar Wolf
Hi, I'm not very specific in this mail, but am wondering… I have some nontrivial documents written in Org-mode. My main use case for Org is mostly to author texts, rather than using its time-tracking features. I fear that with the new exporter, several of my documents' features will no longer wor

Re: [O] SPC and BS behaviour changed in the agenda?

2013-02-19 Thread Bernt Hansen
Please ignore this. There is some setting in my local emacs that is breaking this behaviour for me. It works fine with a minimal emacs on both my current commit and the tip of master. I should have checked first... Sorry for the noise. Bernt Bernt Hansen writes: > Hi, > > I'm way behind the

Re: [O] HTML Export sets postamble although variable configured to "No postamble" => SOLVED

2013-02-19 Thread Rainer Stengele
Am 19.02.2013 16:21, schrieb Rainer Stengele: > Hi all, > > my HTML Export adds a postamble although I have it deactivated. > Proof Excerpt from : > > C-h v org-export-html-postamble > > Org Export Html Postamble: Value Menu No postamble > State : SAVED and set. > > What else should I do? >

Re: [O] two questions about the new exporter (#+Style: and org-export-html-postamble)

2013-02-19 Thread Nick Dokos
Eric Schulte wrote: > Hi, > > First let me say kudos to Nicolas for the implementation and to him and > Bastien for making the transition, it seems rather like changing the > engine on a plane in mid flight (all while handling a rowdy group of > passengers). > > For the first time I'm really us

Re: [O] two questions about the new exporter (#+Style: and org-export-html-postamble)

2013-02-19 Thread Stefan Vollmar
Dear Eric, On 19.02.2013, at 16:14, Eric Schulte wrote: > First let me say kudos to Nicolas for the implementation and to him and > Bastien for making the transition, it seems rather like changing the > engine on a plane in mid flight (all while handling a rowdy group of > passengers). +1 > 1.

Re: [O] killing all contents of a headline

2013-02-19 Thread Suvayu Ali
On Tue, Feb 19, 2013 at 11:40:31AM -0500, 42 147 wrote: > The @ replacement is also a sensible idea -- can either of you send me > the source code for this? Or how would I update my org-mode to include > it? Take a look at the following FAQ and the two after:

Re: [O] two questions about the new exporter (#+Style: and org-export-html-postamble)

2013-02-19 Thread Bastien
Hi Eric, Eric Schulte writes: > 1. The value of org-export-html-postamble doesn't appear to be honored. >I often set this variable in a file local line at the top of a file, >and despite setting it to nil I still see a postamble in my exported >html. You need to use `org-html-postam

Re: [O] killing all contents of a headline

2013-02-19 Thread Bastien
Hi John, 42 147 writes: > The @ replacement is also a sensible idea -- can either of you send > me the source code for this? Or how would I update my org-mode to > include it? If you want to use Org development branch, simply clone and build: ~$ git clone git://orgmode.org/org-mode.git ~$ cd o

Re: [O] killing all contents of a headline

2013-02-19 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > Yes that would be good. To save you some work, I attached a patch. Applied, thanks a lot! -- Bastien

Re: [O] killing all contents of a headline

2013-02-19 Thread 42 147
Suvayu Ali writes: >> to be consistent with the "C-c @" command. > > Yes that would be good. To save you some work, I attached a patch. > Precisely what I was looking for. I'm always up for macro creation, but I didn't want to do so if a command already existed. Always looking to expand my org-

[O] two questions about the new exporter (#+Style: and org-export-html-postamble)

2013-02-19 Thread Eric Schulte
Hi, First let me say kudos to Nicolas for the implementation and to him and Bastien for making the transition, it seems rather like changing the engine on a plane in mid flight (all while handling a rowdy group of passengers). For the first time I'm really using this new exporter, and I have noti

Re: [O] [bug] org-agenda-diary-entry fails

2013-02-19 Thread W. Greenhouse
Hi Eric, Eric S Fraga writes: > Hello, > > with org up to date from git repository as of a few minutes ago, trying > to insert a day diary entry from the agenda view > (org-agenda-diary-entry) fails. Debug trace is attached. > > I cannot see what could be causing this problem. Any suggestions?

Re: [O] killing all contents of a headline

2013-02-19 Thread Suvayu Ali
On Tue, Feb 19, 2013 at 01:09:30PM +0100, Bastien wrote: > When using speedy commands (setq org-use-speed-commands t) > > . C-w > > at the beginning of a headline. > > I'm willing to update the "." speedy command and use "@" instead > to be consistent with the "C-c @" command. Yes that would b

[O] SPC and BS behaviour changed in the agenda?

2013-02-19 Thread Bernt Hansen
Hi, I'm way behind the current tip of the master branch (Org-mode version 7.9.3d (release_7.9.3d-899-g30ef38 @ /home/bernt/git/org-mode/lisp/)) but just noticed that SPACE and BACKSPACE behave differently now. Repeated SPACE used to scroll down the org file while BACKSPACE scrolls up. I found th

[O] HTML Export sets postamble although variable configured to "No postamble"

2013-02-19 Thread Rainer Stengele
Hi all, my HTML Export adds a postamble although I have it deactivated. Proof Excerpt from : C-h v org-export-html-postamble Org Export Html Postamble: Value Menu No postamble State : SAVED and set. What else should I do? Sorry to ask if I missed it, but where can I find the documentation

[O] org-capture, datetree, and tags

2013-02-19 Thread Jeffrey Brent McBeth
I'm trying to capture into a datetree using org-capture, but if my tree has a tag on it (in particular noexport), then it creates a new datetree instead of using the one I have. Example .emacs: (global-set-key "\C-cc" 'org-capture) (setq org-capture-templates '(("t" "Test" plain (file+dat

Re: [O] killing all contents of a headline

2013-02-19 Thread Bastien
42 147 writes: > Title is self-explanatory. Is there a command that lets me place the > cursor on a headline and delete its contents (i.e., all of its text)? C-c @ C-w When using speedy commands (setq org-use-speed-commands t) . C-w at the beginning of a headline. I'm willing to update the

Re: [O] killing all contents of a headline

2013-02-19 Thread Marcel van der Boom
On Tue 19-Feb-2013 06:01 42 147 wrote: > Title is self-explanatory. Is there a command that lets me place the > cursor on a headline and delete its contents (i.e., all of its text)? If you have the subtree collapsed and with your point on the heading, 'org-kill-line' kills the heading plus the

Re: [O] killing all contents of a headline

2013-02-19 Thread Daimrod
42 147 writes: > Title is self-explanatory. Is there a command that lets me place the > cursor on a headline and delete its contents (i.e., all of its text)? I don't think know if this command exists, but, assuming your cursor is on the headline you can: 1. copy the title (C-a C-c SPC C-e M-w) 2

[O] killing all contents of a headline

2013-02-19 Thread 42 147
Title is self-explanatory. Is there a command that lets me place the cursor on a headline and delete its contents (i.e., all of its text)?

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

2013-02-19 Thread Christopher Schmidt
Over at emacs-devel Tassilo Horn hit on the very same problem. This is what Glenn said (): Tassilo Horn wrote: > (let ((crm-separator ",")) > (require 'crm)) This is a long-standing issue. The only solution at the moment is "don't do that". Christopher

Re: [O] orgstruct-mode with custom headline prefix

2013-02-19 Thread Dr Stephen J Eglen
Christopher Schmidt ch.ristopher.com> writes: > > Christopher Schmidt ch.ristopher.com> writes: > > I will push a fix ASAP. > > I did that now. > > d6f69f5 org.el: Use let instead of progv in org-run-like-in-org-mode > ea2d107 org.el: Declare orgstruct-mode > > Christopher >

[O] [bug] org-agenda-diary-entry fails

2013-02-19 Thread Eric S Fraga
Hello, with org up to date from git repository as of a few minutes ago, trying to insert a day diary entry from the agenda view (org-agenda-diary-entry) fails. Debug trace is attached. I cannot see what could be causing this problem. Any suggestions? I can start trying to bisect on recent chan

Re: [O] Including linked emails during export (was Re: Integration of notmuch email references in notes in org-mode)

2013-02-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/13 22:41, Suvayu Ali wrote: > Hi, > > On Mon, Feb 18, 2013 at 04:33:45PM +0100, Rainer M Krug wrote: >> On 18/02/13 16:12, Suvayu Ali wrote: >>> On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote: - From time to time, I