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 have to include

[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

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

2013-02-19 Thread Dr Stephen J Eglen
Christopher Schmidt christopher at ch.ristopher.com writes: Christopher Schmidt christopher at 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

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 (har4kdkrnv@fencepost.gnu.org): Tassilo Horn wrote: (let ((crm-separator ,)) (require 'crm)) This is a long-standing issue. The only solution at the moment is don't do

[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] killing all contents of a headline

2013-02-19 Thread Marcel van der Boom
On Tue 19-Feb-2013 06:01 42 147 aeus...@gmail.com 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

Re: [O] killing all contents of a headline

2013-02-19 Thread Bastien
42 147 aeus...@gmail.com 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

[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+datetree

[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] 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

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 be good. To

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

2013-02-19 Thread W. Greenhouse
Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk 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

[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

Re: [O] killing all contents of a headline

2013-02-19 Thread 42 147
Suvayu Ali fatkasuvayu+li...@gmail.com 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

Re: [O] killing all contents of a headline

2013-02-19 Thread Bastien
Hi Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com 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 Bastien
Hi John, 42 147 aeus...@gmail.com 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

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

2013-02-19 Thread Bastien
Hi Eric, Eric Schulte schulte.e...@gmail.com 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

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 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. The

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

2013-02-19 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com 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

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? Sorry to

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 be...@norang.ca writes: Hi, I'm

[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

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

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

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

[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] org-export-babel-evaluate and :exports none

2013-02-19 Thread Ista Zahn
On Mon, Feb 18, 2013 at 3:17 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Ista Zahn istaz...@gmail.com 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

[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

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 with

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

2013-02-19 Thread Thomas S. Dye
Gunnar Wolf gw...@gwolf.org 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

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

2013-02-19 Thread Bernt Hansen
Bastien b...@altern.org writes: Bernt Hansen be...@norang.ca writes: I'll send an ECM tonight if this hasn't already been fixed by then :) Fixed, thanks :) Thank YOU! Bernt

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

2013-02-19 Thread Bastien
Achim Gratz strom...@nexgo.de 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] [new exporter] Guides on what incompatibilities to watch for?

2013-02-19 Thread Bastien
Hi Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com writes: http://orgmode.org/worg/org-faq.html#new-exporter-switch 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

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

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

2013-02-19 Thread Eric S Fraga
W. Greenhouse wgreenho...@riseup.net writes: Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk 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

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

2013-02-19 Thread Jambunathan K
Eric Schulte schulte.e...@gmail.com 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*

[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

[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,%

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

2013-02-19 Thread Nick Dokos
David Naumann naum...@cs.stevens.edu 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

Re: [O] Showing only subprojects in the agenda

2013-02-19 Thread Bernt Hansen
Wiskey 5 Alpha wiskey5al...@gmail.com 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 : *

[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

[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

[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] 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

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 wiskey5al...@gmail.com 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

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

[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's

Re: [O] Bug in fontification of priority cookies

2013-02-19 Thread Bastien
Hi John, John Wiegley jo...@newartisans.com 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

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] org-mode git, el-get, recently many functions' defintion void

2013-02-19 Thread Bastien
Hi Jeff, Jeff Kowalczyk j...@yahoo.com 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

Re: [O] file-equal-p undefined

2013-02-19 Thread Bastien
Hi François, François Pinard pin...@iro.umontreal.ca 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