Re: [O] elp-instrument-package does not return anything

2012-12-24 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Generating the agenda for 43 files, and more or less 75 entries to display, > takes between 17 and 20 seconds, in this case 19 seconds: > > org-agenda-list 1 > 19.15619.156 > org-agenda-

[O] org-plus-contrib-20121224 error

2012-12-24 Thread Alan L Tyree
Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an error when trying to call up the agenda with C-C a. The error is Invalid function: org-no-popups. Regards, Alan -- Alan L Tyreehttp://www2.austlii.edu.au/~alan Tel: 04 2748 6206 sip:172...@

Re: [O] Footnote disable & sorting

2012-12-24 Thread Alan L Tyree
footnote-auto-label' is t (the default.) > > Let me know, thanks! Hi Bastien, I'm using the elpa version of org-plus-contrib-20121224. After I learned how to apply patches (hangs head in shame!!), it solved all the problems that I had - sorting, renumbering, exporting all worked very w

Re: [O] [Bug] Bug in org-depend, was: Strange behavior of property-search and org-tags-view

2012-12-24 Thread Bastien
Hi Sven, "Sven Bretfeld" writes: > It took me a good hour to find the package that produced the problem. Thanks for this. Please let me know if the attached patch fixes the problem for you. diff --git a/lisp/org.el b/lisp/org.el index 0fabaf6..e62ba25 100644 --- a/lisp/org.el +++ b/lisp/org.e

Re: [O] #+STARTUP keywords for several variables

2012-12-24 Thread John J Foerch
Bastien writes: > Hi John, > > John J Foerch writes: > >> Thank you. I think of org-treat-insert-todo-heading-as-state-change as >> part of the format of a given file, as it is analogous to 'logdone', but >> deals with newly opened items as opposed to closed ones. > > There is a trade-off here:

Re: [O] Fix to property inheritance

2012-12-24 Thread Bastien
Hi Bill, Bill Wishon writes: > My public git repository info is: git clone g...@bitbucket.org:mrvwman > /wishon-org-mode.git > branch name: fix-property-inheritance I could not clone this repository, apparently I don't have enough rights. Can you send a patch? Thanks, -- Bastien

Re: [O] moving subtree breaks line space

2012-12-24 Thread Bastien
Hi Philippe, philippe roudot writes: > One could add in the FAQ entry  "Why is a blank line inserted after > headlines and list items?" that the same variable control subtree > motion. Can you suggest an applicable modification (e.g. a patch) against the FAQ in Worg? ~$ git clone git://orgmod

Re: [O] Bugs in org-cycle-internal-local?

2012-12-24 Thread Bastien
Rémi Vanicat writes: > did you let the two space before the both def? Without those space, > every thing work find: > > the full snipet is like > > class XmmsInteract > def get(info, attr, default=nil) > info[attr].to_a[0][1] > end > > def initialize > @looking_for_medialib_list = [

Re: [O] Publishing only sub-hierarchies with a given tag

2012-12-24 Thread Bastien
Karl Voit writes: > Let's see, what I can accomplish in the next two months. Yep, let us know! -- Bastien

Re: [O] #+STARTUP keywords for several variables

2012-12-24 Thread Bastien
Hi John, John J Foerch writes: > Thank you. I think of org-treat-insert-todo-heading-as-state-change as > part of the format of a given file, as it is analogous to 'logdone', but > deals with newly opened items as opposed to closed ones. There is a trade-off here: I understand it would make s

Re: [O] Footnote disable & sorting

2012-12-24 Thread Bastien
Hi Alan, if you can, please test this patch against current maint branch. All tests don't pass fine, so I'll have to work on this a bit more but I think it's an improvement, as it doesn't treat [1] as a footnote when `org-footnote-auto-label' is t (the default.) Let me know, thanks! diff --git

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-24 Thread Bastien
I can finally reproduce the bug. It comes from python-model.el which set this: (defvar outline-heading-end-regexp nil) Andreas, this breaks outline in Org - can you have a look? Thanks, -- Bastien

[O] Error exporting empty results block

2012-12-24 Thread Michael Gauland
org-escape-code-in-region produces an 'Invalid search bound (wrong side of point)' error when exporting a block that produces an empty wrapped block. For example: #+BEGIN_SRC emacs-lisp :wrap fundamental :exports both (setq x nil) #+END_SRC I'm exporting an empty block because I want the si

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-24 Thread Bastien
Hi Till, I cannot reproduce the problem with my setup, but... Till Junge writes: > current state: > == > (setq > org-ditaa-jar-path "/usr/bin/ditaa" > org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) > org-speed-command-hook '(org-speed-command-default-ho

Re: [O] Capture tries to encrypt for no reason

2012-12-24 Thread Bastien
Hi Samuel, Samuel Wales writes: > Capture tries to encrypt for no reason. > > (defun org-at-encrypted-entry-p () > "Is the current entry encrypted?" > (unless (org-before-first-heading-p) > (save-excursion > (org-back-to-heading t) > (search-forward "-BEGIN PGP MESSAGE---

Re: [O] [DEV] New version of org-reftable.el

2012-12-24 Thread Marc-Oliver Ihm
Hi Bastien, Hi all ! Currently I often use this package to quickly navigate within my org-files. Entering a keyword gives me a list of nodes associated with this keyword; within this list, often used entries appear at the top, so that the desired entry can be spotted very fast. This will be even

Re: [O] Opendocument export causes error

2012-12-24 Thread Torsten Anders
Dear Jambunathan and others, Apologies for my very late response in concerning the difficulties loading certain org-files related to Opendocument export (unfortunately, I have very little time for things like research in my job now, and this is a very busy time with assessment marking and every

Re: [O] Howto convert a complete bibtex file into an orgmode file?

2012-12-24 Thread Florian Beck
On 11/24/2012 06:05 PM, michael.zom...@googlemail.com wrote: As far as I was able to find out, this is only possible for a single entry via 'org-bibtex-read'. I think I did something like M-: (while (re-search-forward "^@.*{" nil t) (org-bibtex-read)) Refine the regular expression, if you ha

Re: [O] [PATCH] Wrap: override default

2012-12-24 Thread Michael Gauland
On 24/12/12 21:43, Bastien wrote > Well, the patch is wrong, if (cdr (assoc :wrap (nth 2 info))) > is in the (and ...) sexp, no need to have it in the (or ...) > sexp? > > I'll mark it as "not applicable". I let you propose another > patch if you still need to fix an issue in this area. > > Thanks

[O] Capture tries to encrypt for no reason

2012-12-24 Thread Samuel Wales
Capture tries to encrypt for no reason. (defun org-at-encrypted-entry-p () "Is the current entry encrypted?" (unless (org-before-first-heading-p) (save-excursion (org-back-to-heading t) (search-forward "-BEGIN PGP MESSAGE-" (save-excursion (org-end

Re: [O] Footnote disable & sorting

2012-12-24 Thread Alan L Tyree
Bastien writes: > Hi Alan, > > Alan L Tyree writes: > >> Thanks Bastien. > > You're welcome... > >> My real problem is that plain footnotes such as [1930] are a general >> nuisance to me since so many legal citations use that form. I am using a >> hack suggested by Jan Bocker to disable them,

[O] Bug: conflict with python-mode [7.8.11]

2012-12-24 Thread Till Junge
This may be a python-mode bug but I'm new to all of this. I observe the bug only when using org-mode together with python-mode. My org-mode setup is supposed to load org-cdlatex-mode: (autoload 'org-cdlatex-mode "cdlatex" "Enter org-cdlatex mode" t) (add-hook 'org-mode-hook 'turn-on-org-cdlatex)

Re: [O] #+STARTUP keywords for several variables

2012-12-24 Thread John J Foerch
Bastien writes: > Hi John, > > John J Foerch writes: > >> I did not find #+STARTUP keywords for several variables that configure >> the format of an org file: >> >> org-log-into-drawer >> org-log-states-order-reversed > > I added logdrawer / nologdrawer and logstatesreversed / nologstatesreve

Re: [O] Publishing only sub-hierarchies with a given tag

2012-12-24 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi! > Karl Voit writes: > >> The publishing methods are quite capable. I wonder whether or not it >> is possible (or easy to implement) to limit content to >> sub-hierarchies that are tagged for publishing. >> >> So if I have multiple Org-mode files in «base-director

Re: [O] elp-instrument-package does not return anything

2012-12-24 Thread Sebastien Vauban
Hello, (I did not see my previous answer to this, so redoing it) "Sebastien Vauban" wrote: > For the sake of finding potential bottlenecks in my config, I'm looking back > at elp. > > I've the following minimal Emacs config file for the current work: [...] > > Though, for whatever unknown reason,

Re: [O] display outline headings up to certain level in search-view

2012-12-24 Thread Bastien
Hi Abdó, Abdó Roig-Maranges writes: > Let's say I have an org file structured like this > > * Project 1 > ** Tasks >foo > ** Ideas > > * Project 2 > ** Tasks >bar > > When I search 'foo' I'd like the agenda search-view to display 'Project > 1' instead of the closer, but less informative

Re: [O] remote execution in heterogeneous environment

2012-12-24 Thread Michael Albinus
George Jones writes: > Success. No setting of temporary-file-directory needed. Great! Thanks for your inisistent testing. > Thanks, > ---George Best regards, Micvhael.

Re: [O] Python code for producing Org tables

2012-12-24 Thread Dov Grobgeld
Nice! I've needed that often. But please add licensing information to the code to make clear in what contexts it may be used. Regards, Dov On Mon, Dec 24, 2012 at 3:12 PM, Bastien wrote: > > Hi François, > > François Pinard writes: > > > I do not know, and should check indeed. Yet, even then,

Re: [O] Python code for producing Org tables

2012-12-24 Thread Bastien
Hi François, François Pinard writes: > I do not know, and should check indeed. Yet, even then, it does not > mean Org tables could not do better than standard practice! :-) Would you like something like | 3.1 | | 3.1415 | be aligned/modified as | 3.1000 | | 3.1415 | ? I personally would

Re: [O] TODOs with repeat are not sorted correctly(?) in the agenda view

2012-12-24 Thread Bastien
Hi Josef, thanks for writing back. Josef Atmin writes: > I have tried to customize `org-agenda-sorting-strategy', but only > 'user-defined-up' might do the trick, I think. However, I do not know LISP > and > would not know how to define the required comparison function. In fact we need a dat

Re: [O] Emacs 22 compatibility

2012-12-24 Thread Bastien
Hi Achim and Jambunathan, Jambunathan K writes: > See > http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01056.html > > We need to move that fix to compatibility and have babel and ODT use it AFAIK this is already fixed in Babel. I added a compatibility function `org-delete-directory

Re: [O] Emacs 22 compatibility

2012-12-24 Thread Bastien
Hi Achim, Achim Gratz writes: > BTW, I don't quite understand the logic of that function. It seems that > > (face-background 'default nil 'default) > > would be all that is needed in GNU Emacs Indeed. Current master branch now uses this. Thanks, -- Bastien

Re: [O] Emacs 22 compatibility

2012-12-24 Thread Bastien
Hi Achim, Achim Gratz writes: > Here is another one that may need further work. I applied this patch to maint. If there are other important fixes for Emacs 22 compatibility, please let us know as I plan to release 7.9.3 in 2012. Thanks! -- Bastien

Re: [O] Python code for producing Org tables

2012-12-24 Thread François Pinard
Bastien writes: > Hi François, Salut, et Joyeuses Festivités! :-) >> I recently needed to produce Org tables from within Python > Thanks for the code, if some can test it and put it on worg, all the > better (if you agree of course.) Of course! >> I wrongly thought Org mode was aligning floa

Re: [O] cyrillic agenda

2012-12-24 Thread basilio
Hi Bastien, thanks, you're right, it's more emacs-centered problem. I've switched to html output as a workaround. Thanks again, Basilio

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-24 Thread Martin Butz
Am 22.12.2012 15:57, schrieb J. David Boyd: Martin Butz writes: [...] The next problem is, I use encryption (org-mobile-use-encryption), which works. But how can I bring orgmobile to descrypt the files? [...] I think the docs in Org describe some of the pieces you are missing There ar

Re: [O] TODOs with repeat are not sorted correctly(?) in the agenda view

2012-12-24 Thread Josef Atmin
Bastien altern.org> writes: > Yes. First thing we need to know is whether he has been trying to > achieve what he wants by configuring `org-agenda-sorting-strategy'. > Maybe he's not aware of that option. Hello Bastien, I have posted the bug report. Thanks for responding so quickly. I have t

[O] Org/LaTex setup for Business Letter Revisited

2012-12-24 Thread Ian Barton
I have been following the various threads about using the scrlttr2 class. However, none of them quite worked for me. I have come up with the following hack using Babel. There are three files attached which illustrates the general principles. * koma variables which don't change are defined in

Re: [O] Footnote disable & sorting

2012-12-24 Thread Bastien
Hi Alan, Alan L Tyree writes: > Thanks Bastien. You're welcome... > My real problem is that plain footnotes such as [1930] are a general > nuisance to me since so many legal citations use that form. I am using a > hack suggested by Jan Bocker to disable them, perform some operation and > then

Re: [O] TODOs with repeat are not sorted correctly(?) in the agenda view

2012-12-24 Thread Bastien
Hi Sébastien, Sébastien Delafond writes: > (Please note that he is still using version 7.01g). I'll point the user > to this thread Please do! > so he can tell us more if need be. Yes. First thing we need to know is whether he has been trying to achieve what he wants by configuring `org-agen

Re: [O] Capturing column view and LOGBOOK state change entries?

2012-12-24 Thread Bastien
Hi Thomas, "'Mash (Thomas Herbert)" writes: > I have been reading and playing around with column view and capturing > column view, but am unable to work-out how to view LOGBOOK entries. Did you try org-habit? This gives you visual feedback on your logs. > I record a note on certain state chan

[O] TODOs with repeat are not sorted correctly(?) in the agenda view

2012-12-24 Thread Sébastien Delafond
Hi fellows, got the following bug report[1] from a Debian user: We have the <2012-12-23 Sun>. I have in my TODO.org file the entries * TODO reference entry SCHEDULED: <2012-12-22 Sat> * TODO test entry + SCHEDULED: <2012-12-19 Wed +2d> * TODO test entry ++

Re: [O] Logging properties, values in notes on TODO state change for column view usage?

2012-12-24 Thread Bastien
Hi Thomas, "'Mash (Thomas Herbert)" writes: > I have been looking at trying to track training performance with > org-mode. > > I currently just set a reoccurring schedule with note logging on > state change, but wondered if there was a way to log values within > this :LOGBOOK: logs? Nope, you n

Re: [O] Bug: inline tasks behave strange with respect to visibility cycling within plain lists [7.9.2 (release_7.9.2-646-g664217 @ /home/grfz/src/org-mode/lisp/)]

2012-12-24 Thread Bastien
Hi Gregor, I think you are misusing inline tasks, the stars should start at the beginning of the line. HTH, -- Bastien

Re: [O] [PATCH] Wrap: override default

2012-12-24 Thread Bastien
Hi Michael, Michael Gauland writes: > (setq end (point-marker)) > ;; possibly wrap result > (cond > - ((assoc :wrap (nth 2 info)) > + ((and (assoc :wrap (nth 2 info)) > +(cdr (assoc :wrap (nth 2 info >

Re: [O] temporary directory for export

2012-12-24 Thread Bastien
Hi Alan, Alan Schmitt writes: > I have found how to set a temporary directory for org-babel export files > (using org-babel-temporary-directory), but I cannot find how to specify > that, by default (i.e., unless specified with a "file" option), files > should be exported to a temporary directory

Re: [O] Agenda highlighting bug

2012-12-24 Thread Bastien
Hi Simon, Simon Thum writes: > I recently added an org file which is an import from our community service, > the so-called "Müllabfuhr", which I put in "müllabfuhr.org". > > The agenda fails to highlight these entries however. It's not terrible, > actually it's JUST PERFECT because this is such

Re: [O] [DEV] New version of org-reftable.el

2012-12-24 Thread Bastien
Hi Marc-Oliver, Marc-Oliver Ihm writes: > Version 2.0 of org-reftable.el has arrived at worg. > Please find it as: > > http://orgmode.org/worg/code/elisp/org-reftable.el I've not had time to test the package but I hope others will do. If you/they think this can be a good candidate for cont