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

2014-06-15 Thread Nicolas Goaziou
Bastien writes: > Okay, but what is the benefit of not using a default title? It removes a hack. But there are other reasons at http://permalink.gmane.org/gmane.emacs.orgmode/86442 (e.g., a default title hardly makes sense anyway). Regards, -- Nicolas Goaziou

Re: [O] babel python example not reproducible

2014-06-15 Thread Shiyuan
The two setting doesn't seem to have effect. (setq python-shell-interpreter "ipython") (setq python-shell-interpreter-args "--pylab") When I did `C-c C-c` on the SRC block to execute the code, emacs created a buffer with the interior python process. When I switched to the process, I saw it is pytho

Re: [O] How do you capture the intent never to tangle or weave a headline or its children?

2014-06-15 Thread Charles Berry
Grant Rettke wisdomandwonder.com> writes: > > Good evening, > > For both performance and cognitive reasons, sometimes I specifically > never want to tangle or weave a headline or any of > its children. I still value it though, so it belongs in that document, > and it wouldn't make sense for it

Re: [O] Capturing outgoing gnus e-mail

2014-06-15 Thread Esben Stien
Eric Abrahamsen writes: > [1]: https://github.com/girzel/gnorb "Some way to create a TODO for an outgoing mail, saying 'this mail needs a response, check in N days to see if we’ve got one.'" That's really cool and I've been looking for ages for something like that;) -- Esben Stien is b0ef@e

[O] Link to Top Most Heading

2014-06-15 Thread Esben Stien
I'm trying to figure out how I can get a link to the top most heading without actually moving point up there and doing C-c C-l. Is there some function to do that? If I try using the function outline-previous-heading, how can I know when I've reached the top as it seems to just bang its head in th

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

2014-06-15 Thread Eric Schulte
Hi, Nicolas Goaziou writes: > 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.

[O] How do you capture the intent never to tangle or weave a headline or its children?

2014-06-15 Thread Grant Rettke
Good evening, For both performance and cognitive reasons, sometimes I specifically never want to tangle or weave a headline or any of its children. I still value it though, so it belongs in that document, and it wouldn't make sense for it to be linked as an external document. For performance reaso

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

2014-06-15 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Implemented in the following patch. WDYT? Okay, but what is the benefit of not using a default title? -- Bastien

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

2014-06-15 Thread Nicolas Goaziou
Completing myself, Nicolas Goaziou writes: > Automatically set document's title to file name or buffer name when no > TITLE keyword is provided. Implemented in the following patch. WDYT? -- Nicolas Goaziou >From 7e917e97f99bf9e9266b64f5066bfaa5f8ca98ee Mon Sep 17 00:00:00 2001 From: Nicolas G

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-06-15 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > But the whole point is that is DOES NOT even WORK for a couple of > things, such as modifying base colors of a theme: > > #+BEAMER_HEADER: \setbeamercolor{frametitle}{bg=blue} > > won't work because of the misplacement of the BEAMER_HEADER placeholder > regard

Re: [O] Single Search Hit and Quick Jump

2014-06-15 Thread Sacha Chua
Esben Stien writes: Hello, Esben! (Digging up old thread, sorry!) > Now, If I f.ex do C-c a s corge, I get multiple hits, but I really only > search for level 3 items always. Is there any way to restrict the search > to only level 3 items? Would you consider defining org-refile-targets and the

Re: [O] Display only latest sub notes in agenda

2014-06-15 Thread Sacha Chua
Steffen Heilmann writes: Hello, Steffen, all! > I am looking for an easy way to see when I had the last interaction > with everybody (preferably sorted by date). I want to use this to > quickly see whom I have not contacted for some time and then can > reach-out to them. Something like this, ma

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

2014-06-15 Thread Nicolas Richard
Hello Charles, "Charles C. Berry" writes: > On Sun, 15 Jun 2014, Nicolas Richard wrote: > >> Charles Berry writes: >> >>> Start with emacs -q, then load today's org-mode. >> >> A glitch in 30220ff was quickly fixed in feca87b (three hours ago). >> Maybe that's what you see ? >> > > The ECM still

Re: [O] [FR] fill caption

2014-06-15 Thread Daniele Pizzolli
On 06/15/2014 12:34 AM, Aaron Ecay wrote: 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 have the following function in my org-mode-hook: He

Re: [O] [FR] fill caption

2014-06-15 Thread Daniele Pizzolli
On 06/14/2014 08:04 PM, Nicolas Goaziou wrote: 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). [] This was requested before. In a nutshell, this can be done, but there are some caveats (see htt

Re: [O] How do disallow editing of source blocks while inside of org-mode?

2014-06-15 Thread Thorsten Jolitz
Grant Rettke writes: Hi, > Where might I set out exploring how to implement such a thing if it > does not? My first thought is to see if an edit is occurring within a > source block that has a language immediately to jump to the buffer > that C-' would have created for me. maybe here ,

[O] How do disallow editing of source blocks while inside of org-mode?

2014-06-15 Thread Grant Rettke
Hi, Working on a large org document with a lot of source blocks, sometimes I get lazy and modify the contents of source blocks while in org-mode. Rather than utilize C-', which takes me to the proper mode, I just make changes directly. Then, I break stuff. It is my fault, totally. What I would li

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

2014-06-15 Thread Charles C. Berry
On Sun, 15 Jun 2014, Nicolas Richard wrote: Charles Berry writes: Start with emacs -q, then load today's org-mode. A glitch in 30220ff was quickly fixed in feca87b (three hours ago). Maybe that's what you see ? The ECM still fails. Did it work for you? FWIW, this has been around for a

[O] customizable C, C++, D, Java, Groovy compilers

2014-06-15 Thread Thierry Banel
Hi all Here is a patch to make compilers customizable (by typing M-x customize-group org-babel). It applies to C, C++, D, Java, Groovy. This is consistent with customizations for R, Python, Ditaa and others languages. Have fun Thierry >From 933f50c3fbebefec14b5df8ebff0cebaf3e45922 Mon Sep 17

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

2014-06-15 Thread Nicolas Richard
Nicolas Richard writes: > A glitch in 30220ff was quickly fixed in feca87b (three hours ago). I meant "three hours later". -- Nico.

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

2014-06-15 Thread Nicolas Richard
Charles Berry writes: > Start with emacs -q, then load today's org-mode. A glitch in 30220ff was quickly fixed in feca87b (three hours ago). Maybe that's what you see ? > Org-mode version 8.2.7 (release_8.2.7-1096-g23496c [...] > GNU Emacs 24.3.1 [...] I don't have a commit g23496c in my repo,

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

2014-06-15 Thread Thorsten Jolitz
Chris Raschl writes: Hi Chris, > first of all, thanks for your suggestions, I really appreciate it. thanks to you for this nice library > I improved result processing a little bit and added a formatting string > (org-weather-format). You can now also add different temperature fields, > as well

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

2014-06-15 Thread Chris Raschl
Hi Thorsten, first of all, thanks for your suggestions, I really appreciate it. tjol...@gmail.com writes: > 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

Re: [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-15 Thread Bastien
Hi Trevor, this is now fixed, thanks for reporting this! -- Bastien

Re: [O] org-hidden-keywords not working

2014-06-15 Thread Bastien
Hi, this is now fixed in the maint branch, thanks, -- Bastien

[O] org-hidden-keywords not working

2014-06-15 Thread Leu Zhe
I found that by using the org-hidden-keywords can hide the #+titile:, which is a sweet feature. However, since I set the variable to t as '(org-hidden-keywords (quote (author date email title))) in custom file, but it does not work. Did anyone meet this kind of issue? Leu

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

2014-06-15 Thread Bastien
Anthony Lander writes: > And thank you Bastien for taking care of applying the patch. You're welcome! -- Bastien

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

2014-06-15 Thread Bastien
Bernt Hansen writes: > Please disregard this patch. Done -- thanks for double-checking, -- Bastien

Re: [O] [PATCH] Remove restriction when locating markers

2014-06-15 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > * org-macs.el: Remove restriction when locating markers > > Allows org-with-point-at to locate point outside the current > restriction. Applied. Thank you. Regards, -- Nicolas Goaziou