Re: [O] sticky agenda and clock persistence interaction

2012-09-22 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Brian van den Broek writes: (setq org-agenda-sticky t) That's a defcustom and you should not try to setq it unless you really know when and how defcustom does its thing (I don't). What's wrong with setq'ing a variable defined with defcustom? AFAIK

Re: [O] [OT] Current website not very attractive

2012-09-22 Thread Bastien
Yes, there is a problem here: only users with push access can clone for now (and pull and push.) I think Jason is not online this week-end, so we will have to live with it. I've created clones of org-mode.git and orgweb.git on github: https://github.com/bzg/org-mode

Re: [O] Org-mode version N/A-fixup

2012-09-22 Thread Bastien
Hi Markus, Markus Heller helle...@gmail.com writes: Anyhow, git *is* in my PATH, but I think my issue is that I don't know how to update a git repo from *within* emacs. Would you be able to give pointers please? M-x eshell RET ~$ cd install/git/org-mode ~$ git pull ... But I think I lost

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: It doesn't automatically propagate. Otherwise, it's Bastiens decision — I can push the change if he wants to. Can you summarize what would be the change and why it is called for? Thanks, -- Bastien

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Achim Gratz
Bastien writes: Can you summarize what would be the change and why it is called for? The tag release_7.8.11 is affixed to the merge commit, which means that it's first parent is on the master branch rather than maint. The change sets it back one commit so that it correctly is located on the

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-22 Thread Viktor Rosenfeld
Hi Nicolas, I played around with your function and it's pretty nifty, but I had to make a few changes to get it working: - I have to load the cl module, otherwise the case function is void. - I had to replace find-lisp-find-files with directory-files because the former does not exist on my

Re: [O] [OT] Current website not very attractive

2012-09-22 Thread Nick Dokos
Bastien b...@altern.org wrote: Yes, there is a problem here: only users with push access can clone for now (and pull and push.) I think Jason is not online this week-end, so we will have to live with it. I've created clones of org-mode.git and orgweb.git on github:

Re: [O] org-wikinodes - is there a limit of processable files/nodes

2012-09-22 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: Why? Because I have files in other directory levels that I still want to link to the wiki, so basically I want to force all wikilinks to point to nodes in org files that reside in this wiki/ directory only. I just pushed some

Re: [O] [OT] Current website not very attractive

2012-09-22 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: Just tell people to use http: instead of git: for now. All right, you just did so. Thanks, -- Bastien

Re: [O] LaTeX export problem

2012-09-22 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: (require 'org-special-blocks) You can remove this line. `org-special-blocks' is obsolete with the new exporter. Regards, -- Nicolas Goaziou

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Nicolas Goaziou
Hello, Luis Anaya papoan...@hotmail.com writes: Luis Anaya papoan...@hotmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Hi, Maybe I'm missing something obvious here, but I can't get org-e-groff to generate anything but an empty output file. I've boiled this down to Hi:

Re: [O] LaTeX export problem

2012-09-22 Thread Nicolas Goaziou
Hello, Alexander Vorobiev alexander.vorob...@gmail.com writes: I tried the new exporter (using today's snapshot of the sources) and it produced invalid LaTeX (it calls hypersetup without loading hyperref package). The export back-end doesn't load any package on its own. You have to make sure

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: Can you summarize what would be the change and why it is called for? The tag release_7.8.11 is affixed to the merge commit, which means that it's first parent is on the master branch rather than maint. The change sets it back one commit

Re: [O] babel for ditaa-eps

2012-09-22 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: Is it possible to distribute DitaaEps.jar with Org? Or, does it need to be installed separately? I just wrote to the ditaa author. Arne told me ditaaeps works with ditaa 0.6b but not with latest ditaa 0.9, the one we are distributing. I

Re: [O] Problem with org-entities-user

2012-09-22 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: The only thing is: I do use Org to draft documents intended to be later fine-tuned as LaTeX documents, while I don't usually do this for other backends. So the ability to put in naked LaTeX formatting commands does have value and

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-22 Thread Nicolas Richard
Hello Viktor, Thanks for your input. - I have to load the cl module, otherwise the case function is void. Sorry about that. I didn't notice it was from cl. - I had to replace find-lisp-find-files with directory-files because the former does not exist on my Emacs installation. I use GNU

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Luis Anaya
Yes, that happens. :)If it's taken care of and push to git, I can go ahead and run regression to make sure that everything is working ok. Luis Original Message From: Nicolas Goaziou Sent: Sat, Sep 22, 2012 03:55 AM To: Luis Anaya CC:

Re: [O] Visibility cycling with inline tasks

2012-09-22 Thread Bastien
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: I agree that this would be a good default, but not with a hard-coded 6. (add-hook 'org-cycle-hook (lambda (state) (when (eq state 'contents) (and (boundp 'org-inlinetask-min-level)

Re: [O] Visibility cycling with inline tasks

2012-09-22 Thread Carsten Dominik
GReat, thanks! - Carsten On 22.9.2012, at 11:02, Bastien wrote: Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: I agree that this would be a good default, but not with a hard-coded 6. (add-hook 'org-cycle-hook (lambda (state) (when (eq state 'contents)

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Nicolas Goaziou
Hello, Luis Anaya papoan...@hotmail.com writes: If it's taken care of and push to git, I can go ahead and run regression to make sure that everything is working ok. Unfortunately, I don't seem to have push access to repository for now. It will either have to be done by someone else or wait

Re: [O] org-capture-template suspicious behaviour of expansion elements

2012-09-22 Thread Bastien
Hi Myles, Myles English mylesengl...@gmail.com writes: Using the git repo, I am fairly sure that one of my capture templates stopped working sometime in the last few weeks, no so much as to warrant a bug report but thought I would point it out as it may be unintended or part of a bigger

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-22 Thread Bastien
Hi Nicolas, I pushed a slightly modified version of your patch in master. Thanks for this! If you feel like adding the attach link type to org-attach.el please go ahead and provide a patch. Beware of the format of the patch, though: it must contain a proper ChangeLog. See

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-22 Thread Bastien
Hi Anthony, Anthony Lander anth...@landerfamily.ca writes: I use the M-up/dn behaviour a lot to move property lines up and down. Maybe each property line could be a new element recognized as such by org-element.el. This way org-metaup/down on a property line would move it up/down. (Maybe

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Luis Anaya
Hi:I can remove and push it (if allowed). I know that there was a change in the server being that git complained about the SSL certificate. I'll keep you posted. Luis Original Message From: Nicolas Goaziou Sent: Sat, Sep 22, 2012 05:03 AM To: Luis Anaya

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Nicolas Goaziou
Hello, Luis Anaya papoan...@hotmail.com writes: I can remove and push it (if allowed). I know that there was a change in the server being that git complained about the SSL certificate. I've regained push access. So it should be fixed now. I let you double-check the commits. As a side note,

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Luis Anaya
Nicolas:I think that we commited at the same time. Git warned me about it and I got the conflicts resolved. I checked the file in the Org Git repository, it looks fine. I'm running regression and well, no empty files. :)Luis Original Message From: Nicolas Goaziou

Re: [O] suggestion for org-emphasis-regexp-components: *U*nited *N*ations

2012-09-22 Thread Bastien
Hi Stefan, Stefan Vollmar voll...@nf.mpg.de writes: It is possible to use the same trick that Łukasz Stelmach mentioned in the context of = markers in 2010: This trick might be useful to others -- could someone add this to the org-faq.org? Thanks! -- Bastien

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Luis Anaya
Hi:When I commited that returned the conflict warning, I noticed that they were removed. I cannot think of a use for those while typesetting in Groff, other than send Groff commands with a LaTeX instruction (awkward...). If this is the case, those two routines should be removed from the exporter

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Achim Gratz
Bastien writes: We'll have to tell users to forcibly update the tags again. For the users who will not do this, only the release_7.8.11 will not properly set, right? Yes. Another sticky point is that any clones of the orgmode repo (like the one on repo.or.cz) will not automatically pick that

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Nicolas Goaziou
Luis Anaya papoan...@hotmail.com writes: I cannot think of a use for those while typesetting in Groff, other than send Groff commands with a LaTeX instruction (awkward...). If this is the case, those two routines should be removed from the exporter as well. `e-html' back-end turns them into

Re: [O] [OT] Current website not very attractive

2012-09-22 Thread John Hendy
For firewalls (im behind one too) see if theres an https alternative. I guess you solved this, but some might not be able to futz with proxies (or shouldn't) at work :) On Sep 21, 2012 5:50 PM, Nick Dokos nicholas.do...@hp.com wrote: Marcelo de Moraes Serpa celose...@gmail.com wrote: Bastien,

Re: [O] [OT] Current website not very attractive

2012-09-22 Thread Achim Gratz
Bastien writes: I think Jason is not online this week-end, so we will have to live with it. He has just fixed it and it works again with my old configuration. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Samples for the Waldorf Blofeld:

Re: [O] org-wikinodes - is there a limit of processable files/nodes

2012-09-22 Thread Marcelo de Moraes Serpa
Hi Bastien, Working now, thanks a lot! What was that change about? One last question: How can I have a wikilink in a headline? When I write a CamelCased link in an org headline, it doesn't get converted to a link automatically, probably because headlines are the nodes and that might cause a

Re: [O] Problem with org-entities-user

2012-09-22 Thread Carsten Dominik
On 22.9.2012, at 10:52, Nicolas Goaziou wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: The only thing is: I do use Org to draft documents intended to be later fine-tuned as LaTeX documents, while I don't usually do this for other backends. So the ability to put in

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: We'll have to tell users to forcibly update the tags again. For the users who will not do this, only the release_7.8.11 will not properly set, right? Yes. Another sticky point is that any clones of the orgmode repo (like the one on

Re: [O] [PATCH] org-insert-link: allow ido usage when inserting links

2012-09-22 Thread Bastien
Hi Tony, tony day zygom...@gmail.com writes: [PATCH] org-insert-link: allow ido usage when inserting links I'm now marking this patch as not applicable in the patchwork, and I've archived it. Please resend it when the FSF papers are in order. Also double-check the formatting of the

[O] New LaTeX exporter, Invalid search bound

2012-09-22 Thread Thomas S. Dye
Aloha all, A document that exported nicely with the new LaTeX exporter on 9/18 now fails with a more recent pull from git. I've included a portion of the backtrace and the section of the org file that triggers the error. Org-mode version 7.9.1 (release_7.9.1-299-g08c5ea @

Re: [O] org-wikinodes - is there a limit of processable files/nodes

2012-09-22 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: How can I have a wikilink in a headline? I think you cannot, as the goal of a wikilink is to jump to a headline. When I write a CamelCased link in an org headline, it doesn't get converted to a link automatically, probably

Re: [O] New exporter: no custom timestamps

2012-09-22 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: What do you think? I think it would be great! -- Bastien

Re: [O] New exporter: no custom timestamps

2012-09-22 Thread Bastien
Hi Jambunathan, Bastien b...@altern.org writes: I suggest to fix this in org-e-html.el with the attached patch. I have now applied the patch. Feel free to amend/edit/revert it if you think it is not good. Thanks Giovanni for reporting this. -- Bastien

Re: [O] Problem with org-entities-user

2012-09-22 Thread Thomas S. Dye
Carsten Dominik carsten.domi...@gmail.com writes: On 22.9.2012, at 10:52, Nicolas Goaziou wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: The only thing is: I do use Org to draft documents intended to be later fine-tuned as LaTeX documents, while I don't usually do

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-22 Thread Viktor Rosenfeld
Hi Nicolas, Nicolas Richard wrote: Hello Viktor, Thanks for your input. - I have to load the cl module, otherwise the case function is void. Sorry about that. I didn't notice it was from cl. - I had to replace find-lisp-find-files with directory-files because the former does

Re: [O] Sending commits to Org

2012-09-22 Thread Jarmo Hurri
Philipp Kroos philipp.kr...@t-online.de writes: If you first create a branch on your side and switch to it before making changes, you can run format-patch against your local copy of master as well. Or, if you are a git newbie like me, and fail to read the relevant part of the org page on

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Luis Anaya
Nicolas Goaziou n.goaz...@gmail.com writes: `e-html' back-end turns them into images (with, i.e. dvipng). Would that be applicable to Groff as well? Hmm... that's an idea... It would be useful for equations. Even though Groff has EQN, if you're used to LaTeX ones, you do not have to learn

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-22 Thread Luis Anaya
Luis Anaya papoan...@hotmail.com writes: An HTML attachment was scrubbed... URL: http://lists.gnu.org/archive/html/emacs-orgmode/attachments/20120922/5b696f1b/attachment.html ... great, this is what happens when I send email from my phone :(. Sorry about that. Luis -- Luis Anaya papo

[O] Bug: ob.R sets ess-ask-for-ess-directory to a wrong value [7.8.03 (release_7.9.1.301.g1fea5)]

2012-09-22 Thread Vitalie Spinu
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Org HTML-PDF publishing

2012-09-22 Thread Srinivas
There is a free license for non-commerical use: From princexml.com: We offer a free license for non-commercial use of Prince. This license adds a small logo to the first page of generated PDF files. Will this work for you?