Re: [O] how to use :options-alist in org-export-define-derived-backend ?

2014-06-14 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou writes: > >> Anyway, this bug is due to a cheesy workaround in order to get original >> file name or buffer name if no title is provided. It should work in >> maint now, but I suggest to get rid of that behaviour in master, as >> suggested in a recent th

Re: [O] still seeing semi-regular lockups

2014-06-14 Thread Nicolas Goaziou
Daimrod writes: > My guess is that the lockup happens in `org-element--cache-key-less-p', > called by `org-element--cache-process-request'. Probably, but it doesn't mean that this particular function is buggy. The lockup happens there because the cache gets corrupted at some point. After invest

[O] Linked tasks

2014-06-14 Thread Fletcher Charest
Dear all, I was wondering if there was a way to link the status of two tasks in an agenda file (or even across multiple agenda files). Sometimes, a single task (in my case, updating my CV) might be a useful step in two different projects. If the tasks is marked DONE in one project (in one subtree)

Re: [O] #+BEAMER not defined?

2014-06-14 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > #+Beamer_BEGIN: > \bold{BeamerFoo} > #+Beamer_END: I don't know this syntax > #+LaTeX_BEGIN: > \bold{LaTeXBaz} > #+LaTeX_END: nor this one. > outputs this: > > \bold{BeamerFoo} \bold{LaTeXBaz} \bold{LaTeXFooBar} I cannot reproduce it. Regards, --

Re: [O] #+BEAMER not defined?

2014-06-14 Thread Bastien
Hi Sébastien, Sebastien Vauban writes: > - the construct #+Beamer_BEGIN/END exists, but not #+Beamer? Your subconscious wants something that does not exists :) This file works fine for me: #+TITLE: Beamer blocks #+BEGI

Re: [O] Linked tasks

2014-06-14 Thread Eric Abrahamsen
Fletcher Charest writes: > Dear all, > > I was wondering if there was a way to link the status of two tasks in > an agenda file (or even across multiple agenda files). Sometimes, a > single task (in my case, updating my CV) might be a useful step in > two different projects. If the tasks is marke

[O] Capturing outgoing gnus e-mail

2014-06-14 Thread Ivan Kanis
Hi, I would like to capture outgoing e-mail in my org file. I use the gcc mechanism in gnus with a nnml backend. I think I have read on the org mailing list that someone has implemented that feature. I did a search but could not find the article. I tried implementing it myself. I had a look at

Re: [O] Capturing outgoing gnus e-mail

2014-06-14 Thread Bastien
Hi Ivan, this is what I use : ;; Hack to store Org links upon sending Gnus messages (defun bzg-message-send-and-org-gnus-store-link (&optional arg) "Send message with `message-send-and-exit' and store org link to message

Re: [O] Capturing outgoing gnus e-mail

2014-06-14 Thread Eric Abrahamsen
Ivan Kanis writes: > Hi, > > I would like to capture outgoing e-mail in my org file. > > I use the gcc mechanism in gnus with a nnml backend. > > I think I have read on the org mailing list that someone has implemented > that feature. I did a search but could not find the article. > > I tried imp

Re: [O] [PATCH] Add DEVONthink Pro to Org Mac Link

2014-06-14 Thread Mike-Personal
On June 14, 2014 at 2:47:26 AM, Bastien (b...@gnu.org(mailto:b...@gnu.org)) wrote: > Hi Mike, > > Mike McLean writes: > > > This patch adds support for DEVONthink Pro Office > > > > to Org Mac Links. This likely works for all versions of DEVONthink, but > > that is not tested. > > thanks

Re: [O] controling width of graphviz source block result

2014-06-14 Thread Nicolas Goaziou
Hello, regcl writes: > Thank you for your earlier comments. In order to adjust the scaling of > a graphic generated by a R source block I am doing this ... > > ** adjusting scaling of a figure generated from source > #+begin_src R :results graphics silent :file foo2.pdf :exports results > pl

Re: [O] proposal to have ignoreheading tags/properties

2014-06-14 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > Why TODO types rather than a tag? IMO using a TODO type would conflate > task management and document structuring. What do you think about the > attached patch which should add this functionality to the core. Thank you. Unfortunately, in many cases this code will

Re: [O] [PATCH] Add DEVONthink Pro to Org Mac Link

2014-06-14 Thread Bastien
Hi Mike, Mike-Personal writes: > I have attached the patch to this email.  Applied, thanks. I updated the changelog: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=c57ecf26 -- Bastien

[O] org-weather for openweathermap.org

2014-06-14 Thread Chris Raschl
Hi everybody, recently I wanted to add a weather forecast to my org-agenda. I found org-google-weather, but this package is obsolete since 2012, because the API is not available any more. So I wrote my own version which is backed by the openweathermap.org API. I implemented the minimal usecase w

Re: [O] org-weather for openweathermap.org

2014-06-14 Thread Fletcher Charest
Hi, Nothing particular to say except that it is nice, and working well! Thank you for this! FC On Sat, Jun 14, 2014 at 3:11 PM, Chris Raschl wrote: > > Hi everybody, > > recently I wanted to add a weather forecast to my org-agenda. I found > org-google-weather, but this package is obsolete s

Re: [O] org-weather for openweathermap.org

2014-06-14 Thread Thorsten Jolitz
Chris Raschl writes: > Hi everybody, > > recently I wanted to add a weather forecast to my org-agenda. I found > org-google-weather, but this package is obsolete since 2012, because the > API is not available any more. So I wrote my own version which is backed > by the openweathermap.org API. > >

Re: [O] Capturing outgoing gnus e-mail

2014-06-14 Thread Marvin Doyley
I love it Thanks Cheers, M Sent from my iPhone ** May contain typos**

[O] [PATCH 2/2] Keep window position in agenda when changing todo states

2014-06-14 Thread Bernt Hansen
Allow changing task state in agenda without moving point. I use this when reviewing projects weekly and I need to change the state of some of the tasks. I found jumping to the top of the agenda after each state change especially annoying when it causes the agenda to scroll. --- lisp/org-agenda.e

[O] Two patches I have been using for 6-12 months

2014-06-14 Thread Bernt Hansen
Hi Bastien, Attached are two patches I use on top of master. I have been using these for 6-12 months so I consider them to be well tested. Please consider including these in the code base. Thanks, Bernt

[O] [PATCH 1/2] Remove striction when finding task by id

2014-06-14 Thread Bernt Hansen
Allows find task by id to locate a task outside a current restriction. I restrict to subtrees regularly and when I want to jump to another task outside the current restriction but in the same file this patch is required to locate the appropriate heading. Without this patch point ends up at the to

Re: [O] [PATCH 1/2] Remove striction when finding task by id

2014-06-14 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > Allows find task by id to locate a task outside a current > restriction. I restrict to subtrees regularly and when I want to > jump to another task outside the current restriction but in the > same file this patch is required to locate the appropriate > heading. W

Re: [O] [PATCH 1/2] Remove striction when finding task by id

2014-06-14 Thread Bernt Hansen
Nicolas Goaziou writes: > Thank you. Could you provide a changelog with that? > >> + (save-restriction >> + (widen) >> + (save-excursion > > `save-restriction' + `widen' + `save-excursion' = `org-with-wide-buffer' Sure thing! I will update and resend both later today. (and fix

Re: [O] [PATCH 2/2] Keep window position in agenda when changing todo states

2014-06-14 Thread Bastien
Hi Bernt, Bernt Hansen writes: > Allow changing task state in agenda without moving point. I > use this when reviewing projects weekly and I need to change the > state of some of the tasks. I found jumping to the top of the > agenda after each state change especially annoying when it causes >

[O] Bug: Commit cece23 'fix'-ed call to 'type' breaks my agenda sorting [8.2.7 (8.2.7-elpa @ /home/trevor/.emacs.d/elpa/org-20140613/)]

2014-06-14 Thread Trevor Murphy
Hi, all! The commit named in the subject line is causing me grief. Specifically, the commit made three changes to the `org-cmp-ts' function: 1. Change the function signature to require the `type' argument. Doesn't cause me any issues. 2 & 3. Make two changes from (get-text-property 1 '

Re: [O] proposal to have ignoreheading tags/properties

2014-06-14 Thread Mark Edgington
Nicolas Goaziou nicolasgoaziou.fr> writes: > Actually, the problem is deeper than that. This :inline: tag is just > a convoluted way to ask for a positive answer to another FAQ: « Can > I close an outline section without starting a new section? » > (http://orgmode.org/worg/org-faq.html#closing-ou

Re: [O] [PATCH 2/2] Keep window position in agenda when changing todo states

2014-06-14 Thread Bernt Hansen
Will check. Thanks. Bernt > On Jun 14, 2014, at 11:51 AM, Bastien wrote: > > Hi Bernt, > > Bernt Hansen writes: > >> Allow changing task state in agenda without moving point. I >> use this when reviewing projects weekly and I need to change the >> state of some of the tasks. I found jumpi

[O] [FR] fill caption

2014-06-14 Thread Daniele Pizzolli
Hello @ll, I noticed that multi line caption works as expected, but there is no way to fill it (at least to my knowledge). I added a test case that should speak by itself. I do not know a lot of elisp, but if you have some pointer I could try to implement it by myself. Maybe this could be exte

Re: [O] [PATCH 2/2] Keep window position in agenda when changing todo states

2014-06-14 Thread Bernt Hansen
Yes you are correct. This patch is no longer required. Please disregard this patch. Thanks, Bernt > On Jun 14, 2014, at 1:01 PM, Bernt Hansen wrote: > > Will check. Thanks. > > Bernt > >> On Jun 14, 2014, at 11:51 AM, Bastien wrote: >> >> Hi Bernt, >> >> Bernt Hansen writes: >> >>> All

Re: [O] [FR] fill caption

2014-06-14 Thread Nicolas Goaziou
Hello, Daniele Pizzolli writes: > I noticed that multi line caption works as expected, but there is no > way to fill it (at least to my knowledge). > > I added a test case that should speak by itself. > > I do not know a lot of elisp, but if you have some pointer I could try > to implement it by

Re: [O] proposal to have ignoreheading tags/properties

2014-06-14 Thread Aaron Ecay
Hi Nicolas, Thanks for your thoughts. 2014ko ekainak 14an, Nicolas Goaziou-ek idatzi zuen: > OTOH, the situation could be improved wrt :export: and :noexport: tags. > We could allow nesting :export: tags within :noexport: tags with the > following rule: the :export: headline with the lowest level

Re: [O] proposal to have ignoreheading tags/properties

2014-06-14 Thread Nicolas Goaziou
Hello, Mark Edgington writes: > If I understand your example correctly, it seems like you are assuming that > the :inline: tag should promote a section's contents to the level *above* > the level of the section having the :inline: tag. I'm always assuming the worst. > To me this behavior doesn

Re: [O] proposal to have ignoreheading tags/properties

2014-06-14 Thread Aaron Ecay
Hi Mark, 2014ko ekainak 14an, Mark Edgington-ek idatzi zuen: [...] > It is true that this could sometimes be confusing. For example: > > * A > text1 > ** B > text2 > * C :inline: > text3 > ** D > text 4 > > would get treated like: > > * A > text1 > ** B > text2 >

Re: [O] proposal to have ignoreheading tags/properties

2014-06-14 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > I’m confused. In the text, you say “promoted to the root level of the > tree”, which I expect to mean promotion to a top-level headline. In the > example, though, H4 is promoted to second-level. Do you mean “promoted > to the level of the highest dominating :noexpo

[O] Creating project-wide navigation, org links in HTML preamble

2014-06-14 Thread psycho_punch
I'm trying to find a way to dynamically create navigation links on my notes published as HTML pages. I've seen the TOC on the official org manual, which is something I'd also be fine with, but I'm not sure how to create such project-wide TOC. At the moment, I'm looking for a way to add navigation l

Re: [O] #+BEAMER not defined?

2014-06-14 Thread Sebastien Vauban
Hi Nicolas and Bastien, Bastien wrote: > Sebastien Vauban writes: > >> - the construct #+Beamer_BEGIN/END exists, but not #+Beamer? > > Your subconscious wants something that does not exists :) Though I still don't understand the results I got with my ECM, here is a right ECM... --8<

[O] navigation broken - occur, org-babel-goto-named-src-block, etc fail

2014-06-14 Thread Charles Berry
Start with emacs -q, then load today's org-mode. Execute the source block in this file: === start of file #+NAME: AAA #+BEGIN_SRC x #+END_SRC #+BEGIN_SRC emacs-lisp :results raw output (let ((i ?a)) (while (< i ?z) (princ (format "* %s\n\n\n#+NAME: %s\n\n"

[O] [RFC] [PATCH] org-mtags: remove

2014-06-14 Thread Aaron Ecay
* contrib/lisp/org-mtags.el: Delete file. * lisp/org.el (org-structure-template-alist): Remove -style tags. (org-complete-expand-structure-template): Don't handle -style tags. --- contrib/lisp/org-mtags.el | 255 -- lisp/org.el | 43 --

Re: [O] [FR] fill caption

2014-06-14 Thread Aaron Ecay
Hi Daniele, 2014ko ekainak 14an, Daniele Pizzolli-ek idatzi zuen: > > Hello @ll, > > I noticed that multi line caption works as expected, but there is no > way to fill it (at least to my knowledge). > > I added a test case that should speak by itself. > > I do not know a lot of elisp, but if y

Re: [O] proposal to have ignoreheading tags/properties

2014-06-14 Thread Aaron Ecay
Hi Nicolas, 2014ko ekainak 14an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> I’m confused. In the text, you say “promoted to the root level of the >> tree”, which I expect to mean promotion to a top-level headline. In the >> example, though, H4 is promoted to secon

Re: [O] still seeing semi-regular lockups

2014-06-14 Thread Daimrod
Nicolas Goaziou writes: > Daimrod writes: > >> My guess is that the lockup happens in `org-element--cache-key-less-p', >> called by `org-element--cache-process-request'. > > Probably, but it doesn't mean that this particular function is buggy. > The lockup happens there because the cache gets co

Re: [O] [PATCH] Add DEVONthink Pro to Org Mac Link

2014-06-14 Thread Anthony Lander
Hi Mike, Thank you for extending org-mac-link. Much appreciated! And thank you Bastien for taking care of applying the patch. Have a good weekend, -Anthony On Sat, Jun 14, 2014 at 8:48 AM, Bastien wrote: > Hi Mike, > > Mike-Personal writes: > > > I have attached the patch to this email. >

[O] [PATCH] Remove restriction when locating markers

2014-06-14 Thread Bernt Hansen
* org-macs.el: Remove restriction when locating markers Allows org-with-point-at to locate point outside the current restriction. --- lisp/org-macs.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index ddd6e2e..96265ec 100644 --