Re: [O] The reportmode report does not count the running clock

2012-01-03 Thread François Pinard
Bastien writes: > Hi François, >> Carsten Dominik writes: >>> Note that there is a million variables which are not referred to >>> in the manual - simply too many to mention them all. >> A million? You *always* exaggerate! :-) > Well, I counted more than 1070 variables... describing 5 of th

[O] Property inheritance issue with agenda view

2012-01-03 Thread Christian Prothmann
Hi, I am experiencing an issue with the display and inheritance of self-defined properties in the agenda column view. That's what I did: In Preference.el (Aquamacs), I set (setq org-use-properties-inheritance t). In xxx.org file, #+COLUMNS: %50ITEM %TAGS %PRIORITY %10TIMESTAMP %20Project %TO

Re: [O] The reportmode report does not count the running clock

2012-01-03 Thread Bastien
Hi François, pin...@iro.umontreal.ca (François Pinard) writes: > Hello, everybody. Let me wish you all that the Year Started Well, and > will continue that way all along! Thanks! > Carsten Dominik writes: > >> Note that there is a million variables which are not referred to >> in the manual -

Re: [O] Inserting new images

2012-01-03 Thread Thomas S. Dye
Derek Thomas writes: > I'm looking for a good way to insert sketches into org files. I'm > preparing notes that consist of text and diagrams. As I'm outlining, > I was thinking that it would be great if I could bind a key command to > insert a link to an svg file and then launch inkscape or som

[O] Standard property proposal (was: org-jira.el... and Org conventions (Bastien, Carsten and all))

2012-01-03 Thread Karl Voit
Hi! * Sebastien Vauban wrote: > > But this triggers, for me, another "concern" which is the very wide variety of > ways to define the same thing. [...] Totally agree to that. > So, my point is: wouldn't it be better if we proposed standard properties in > Org (in the manual), and implemented ma

Re: [O] [PATCH] * doc/org.texi (Agenda commands): Document org-clock-report-include-clocking-task

2012-01-03 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > This one appears important because its default value is not set as one would > or could expect. Shouldn't we set it to `t' by default? I can see two use cases for clock reports: transient reports (for quick checks about time spent) and persistent repor

Re: [O] '=' and highlight

2012-01-03 Thread Bastien
Hi Sergio, sergio writes: > How org-mode decides, when to use this face? See the docstring of `org-emphasis-regexp-components': , | Components used to build the regular expression for emphasis. | This is a list with five entries. Terminology: In an emphasis string | like " *strong word*

[O] Inserting new images

2012-01-03 Thread Derek Thomas
I'm looking for a good way to insert sketches into org files. I'm preparing notes that consist of text and diagrams. As I'm outlining, I was thinking that it would be great if I could bind a key command to insert a link to an svg file and then launch inkscape or something similar to edit the file

Re: [O] '=' and highlight

2012-01-03 Thread Nick Dokos
sergio wrote: > On 01/04/2012 01:42 AM, Nick Dokos wrote: > > > ...and what does > > > >M-x describe-face RET org-code RET > > > > say? > > Face for fixed-width text like code snippets. > ... > Foreground: unspecified > ... >Inherit: shadow > ... > ... and what does M-x d

Re: [O] '=' and highlight

2012-01-03 Thread Sebastien Vauban
Hi Sergio, sergio wrote: > On 01/04/2012 01:42 AM, Nick Dokos wrote: > >> ...and what does >> >>M-x describe-face RET org-code RET >> >> say? > > Face for fixed-width text like code snippets. > ... > Foreground: unspecified > ... >Inherit: shadow > ... > > > How org-mode decides

Re: [O] '=' and highlight

2012-01-03 Thread sergio
On 01/04/2012 01:42 AM, Nick Dokos wrote: > ...and what does > >M-x describe-face RET org-code RET > > say? Face for fixed-width text like code snippets. ... Foreground: unspecified ... Inherit: shadow ... How org-mode decides, when to use this face? -- sergio.

Re: [O] calendar problem with schedule

2012-01-03 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> Well, it was a complete new rebuild from git. I'll delete the lot and >> try again, but a complete remake shouldnt exhibit this behaviour and I >> have no local debian version installed either. cheers, r. >> > > [I presume that you are rebuilding e

Re: [O] '=' and highlight

2012-01-03 Thread Nick Dokos
sergio wrote: > On 01/03/2012 11:07 PM, Nick Dokos wrote: > > > > Look at the "face" property. > face (org-code) > ...and what does M-x describe-face RET org-code RET say?

Re: [O] [PATCH] * doc/org.texi (Agenda commands): Document org-clock-report-include-clocking-task

2012-01-03 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Bernt Hansen writes: > >> Add reference to this variable when describing the agenda clock >> report. > > Applied, thanks. > >> Here's the documentation patch. I won't be offended if you decide not >> to apply it since we don't document every customizable variable in

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> Yes, I'm now pushing bug-fix commits to maint as well as master. > > That way you duplicate the commit (the same change now has two ID). > I think it would be preferrable to push bugfixes to maint and then merge > maint back into master. > Alright,

Re: [O] calendar problem with schedule

2012-01-03 Thread Nick Dokos
Richard Riley wrote: > Well, it was a complete new rebuild from git. I'll delete the lot and > try again, but a complete remake shouldnt exhibit this behaviour and I > have no local debian version installed either. cheers, r. > [I presume that you are rebuilding emacs, correct?] Are you doing

Re: [O] calendar problem with schedule

2012-01-03 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> >> Ive not been using org mode for a while, just came back to and using >> latest 24 snapshot from git I get >> >> , >> | Debugger entered--Lisp error: (void-function window-combination-p) >> | window-combination-p(# nil) >> | calendar-gen

Re: [O] '=' and highlight

2012-01-03 Thread sergio
On 01/03/2012 11:07 PM, Nick Dokos wrote: > Look at the "face" property. face (org-code) -- sergio.

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Achim Gratz
Eric Schulte writes: > Yes, I'm now pushing bug-fix commits to maint as well as master. That way you duplicate the commit (the same change now has two ID). I think it would be preferrable to push bugfixes to maint and then merge maint back into master. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#4

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> Great, both the test case and a fixed version of this function are now >> applied to the git repository. > > You've pushed it to both maint and master? > Yes, I'm now pushing bug-fix commits to maint as well as master. > > > Achim. -- Eric Schult

Re: [O] '=' and highlight

2012-01-03 Thread Nick Dokos
sergio wrote: > Hello. > > Why org mode highlights this lines with bright text color: > > ={motion}indent code > == indent line > > ? > > From the first '=' till '=='. > Hints: (info "(org) Emphasis and monospace") Put the cursor on a character in the indicated range and do

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Achim Gratz
Eric Schulte writes: > Great, both the test case and a fixed version of this function are now > applied to the git repository. You've pushed it to both maint and master? Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Waldorf Blofeld: http://S

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Martyn Jago writes: > Eric Schulte writes: > >> Martyn Jago writes: >> >>> Martyn Jago writes: >>> >>> [...] >>> >>> The problem appears to be associated with the way `member' works: >>> >>> - on Emacs 23+ the following doesn't generate an error >>> - on Emacs 22 it generates "Wrong type ar

[O] '=' and highlight

2012-01-03 Thread sergio
Hello. Why org mode highlights this lines with bright text color: ={motion}indent code == indent line ? >From the first '=' till '=='. -- sergio.

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Martyn Jago
Eric Schulte writes: > Martyn Jago writes: > >> Martyn Jago writes: >> >> [...] >> >> The problem appears to be associated with the way `member' works: >> >> - on Emacs 23+ the following doesn't generate an error >> - on Emacs 22 it generates "Wrong type argument: listp, 58" >> >> #+begin_sr

Re: [O] Please test the new Makefile

2012-01-03 Thread Achim Gratz
Rebased to 7.8.03. Achim Gratz writes: > I'm uncertain about the integration of the ODT exporter (although it > works on my machine): it seems that the schema files should reside in > etc/schema (and ETCDIR should include schema on install)? I went ahead and moved the schema dir from contrib t

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Martyn Jago writes: > Martyn Jago writes: > >> There is a bug running babel on Emacs 22.1.1 with a minimal init file. >> > > [...] > >> >> The following fails: >> >> * Test fails >> >> #+begin_src emacs-lisp :results silent >> >> "hello there" >> >> #+end_src >> > > [...] > > The problem appears

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Martyn Jago
Martyn Jago writes: > There is a bug running babel on Emacs 22.1.1 with a minimal init file. > [...] > > The following fails: > > * Test fails > > #+begin_src emacs-lisp :results silent > > "hello there" > > #+end_src > [...] The problem appears to be associated with the way `member' works:

Re: [O] org-jira.el... and Org conventions (Bastien, Carsten and all)

2012-01-03 Thread Allen S. Rout
On 01/03/2012 10:53 AM, Bao Haojun wrote: So my point is, if someone try to make transition easy, they should do it on the company level, such as from Jira to Redmine. Org mode feels kind of personal to me, and I feel good enough to be able to sync between company issue tracking system and my o

Re: [O] org-jira.el... and Org conventions (Bastien, Carsten and all)

2012-01-03 Thread Sebastien Vauban
Hi Bao, "Bao Haojun" wrote: > "Sebastien Vauban" writes: >> "Bao Haojun" wrote: >>> I have implemented org-jira.el, bringing org-mode and Jira system >>> together. >>> >>> Wrote a Wiki page for it on emacswiki: >>> http://www.emacswiki.org/emacs/OrgJiraMode >>> >>> Hope somebody find it useful, i

Re: [O] org-jira.el... and Org conventions (Bastien, Carsten and all)

2012-01-03 Thread Bao Haojun
Hi Sebastien, "Sebastien Vauban" writes: > Hi Bao, > > "Bao Haojun" wrote: >> I have implemented org-jira.el, bringing org-mode and Jira system >> together. >> >> Wrote a Wiki page for it on emacswiki: >> http://www.emacswiki.org/emacs/OrgJiraMode >> >> Hope somebody find it useful, if he/she i

Re: [O] The reportmode report does not count the running clock

2012-01-03 Thread François Pinard
Hello, everybody. Let me wish you all that the Year Started Well, and will continue that way all along! Carsten Dominik writes: > On 13.12.2011, at 16:30, Bernt Hansen wrote: (setq org-clock-report-include-clocking-task t) >> It isn't [referred to in the Org mode manual]? Oops. I'll prep

Re: [O] Location of OpenDocument style files should be configurable

2012-01-03 Thread Ulrich Mueller
> On Tue, 03 Jan 2012, Bastien wrote: >>> ps: Makefiles are beyond my jurisdiction. I will let Bastien act >>> on your patch(es). >> >> Looks like my earlier patch hasn't been applied for 7.8.03. :( > Yes -- things are not entirely clear to me in this area, and the > ongoing discussion betw

[O] Excluding folders in org-publish with :exclude regexp. Not working. Fix?

2012-01-03 Thread Iannis Zannos
Hello, I need to exclude some folders when publishing to html via an org-publish project definition. I create the project's alist as explained in the doc. For example, the beginning of my org-publish-project-alist looks like this: (("org" :base-directory "/Users/iani/org/"

Re: [O] Location of OpenDocument style files should be configurable

2012-01-03 Thread Ulrich Mueller
> On Tue, 03 Jan 2012, Bastien wrote: >>> It would be wonderful if you could provide a patch (and a usage >>> note). >> >> Included below. > Please add more explanations in such patches -- Jambunathan's > explanations are a model of clarity and detailfulness. Sorry. Please find an updated

Re: [O] org-jira.el

2012-01-03 Thread Marc Spitzer
This will be very handy. Thanks, marc On Mon, Jan 2, 2012 at 7:08 AM, Bao Haojun wrote: > Hi, all > > I have implemented org-jira.el, bringing org-mode and Jira system > together. > > Wrote a Wiki page for it on emacswiki: > http://www.emacswiki.org/emacs/OrgJiraMode > > Hope somebody find it u

Re: [O] Unable to unfold a folded block having point directly after the folded block

2012-01-03 Thread Rainer Stengele
Am 02.01.2012 19:53, schrieb Bastien: Hi Rainer, Rainer Stengele writes: Having *** Headline :LOGBOOK:> - point is at the end of the headline - moving one line down I am at the end of the LOGBOOK line There I cannot open the folded LOGBOOK block with. I have to move point one char

Re: [O] Color agenda items

2012-01-03 Thread Maximilian Matthe
Hi Bastien, Bastien writes: > Hi Max, > > Maximilian Matthe writes: > >> I've imported school holidays from .ics into my org-mode setup. They do >> show up in the agenda. I would like to have a special color for all >> holiday entries in the agenda. Maybe I can add this in the >> PROPERTIES-Draw

Re: [O] [Orgmode] configuring org-export-latex-classes

2012-01-03 Thread Waldemar Reusch
okay, nevermind, i figured it out myself. need to hack "ob-ditaa.el": look for the line (cmd (concat "java" and insert your cygwin path (e.g. c:/cygwin) just before shell-quote-argument, org-babel-process-file-name in-file and org-babel-process-file-name out-file, so that it will look like thi

Re: [O] Location of OpenDocument style files should be configurable

2012-01-03 Thread Bastien
Hi Ulrich, Ulrich Mueller writes: >> It would be wonderful if you could provide a patch (and a usage >> note). > > Included below. Please add more explanations in such patches -- Jambunathan's explanations are a model of clarity and detailfulness. Thanks! -- Bastien

Re: [O] Location of OpenDocument style files should be configurable

2012-01-03 Thread Bastien
Hi Ulrich, Ulrich Mueller writes: >> ps: Makefiles are beyond my jurisdiction. I will let Bastien act on >> your patch(es). > > Looks like my earlier patch hasn't been applied for 7.8.03. :( Yes -- things are not entirely clear to me in this area, and the ongoing discussion between you, Achim a

Re: [O] Location of OpenDocument style files should be configurable

2012-01-03 Thread Ulrich Mueller
> On Mon, 02 Jan 2012, Achim Gratz wrote: > Jambunathan K writes: >> (org-odt-styles-dir-list, org-odt-schema-dir-list): New >> variables. Pay specific attention to (eval-when-compile ...) >> form through which Makefile's $(datadir) - contained in >> `org-odt-data-dir' - gets compiled in as

Re: [O] Problem with noweb-ref property

2012-01-03 Thread Andreas Leha
Eric Schulte writes: However correct performance is more important than fast performance. I've just pushed up a patch which fixes the bug you've described, and hopefully doesn't slow down the tangling process too significantly. >> >> Hi Eric, >> >> unfortunately, for me it

Re: [O] [Orgmode] configuring org-export-latex-classes

2012-01-03 Thread Waldemar Reusch
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg21593.html im trying to set up ditaa on my cygwin/windows7 machine and encountered the very same problem as described in the above mentioned mail, i.e. the error "jar not accessible". i tried to fix it by hacking org-exp-blocks, but it does not

Re: [O] Location of OpenDocument style files should be configurable

2012-01-03 Thread Ulrich Mueller
> On Mon, 02 Jan 2012, Jambunathan K wrote: >> BTW, maybe one could think about supporting DESTDIR? That should be >> trivial to implement, simply prepend $(DESTDIR) to all destination >> paths in the install-* make targets. I can prepare a patch if this >> is wanted. >>

[O] Release 7.8.03

2012-01-03 Thread Bastien
Dear all, I'm releasing 7.8.03. This release is just a bugfix release, fixing bugs found since 7.8.02. It does not contain new features added since then. http://orgmode.org/org-7.8.03.zip http://orgmode.org/org-7.8.03.tar.gz Enjoy, -- Bastien

Re: [O] org-jira.el... and Org conventions (Bastien, Carsten and all)

2012-01-03 Thread Sebastien Vauban
Hi Bao, "Bao Haojun" wrote: > I have implemented org-jira.el, bringing org-mode and Jira system > together. > > Wrote a Wiki page for it on emacswiki: > http://www.emacswiki.org/emacs/OrgJiraMode > > Hope somebody find it useful, if he/she is also using Jira and loves > org-mode. I had never hear