[O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-02-07 Thread Rainer M Krug
On 02/07/14, 07:18 , John Hendy wrote: Greetings, I don't usually tangle, but am creating a code file to go along with a presentation I'm giving this weekend so that attendees can try things out afterward by cloning my github repo where all the data and necessary files are stored. In

Re: [O] Feature request: filling of long captions

2014-02-07 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: For a while now I've been wishing that keywords (namely #+Caption:) could be equivalently specified as blocks (e.g., #+begin/end_Caption:). Would that be another possible solution here? That would defeat the purpose of the distinction

Re: [O] Feature request: filling of long captions

2014-02-07 Thread Bastien
Hi all, Nicolas Goaziou n.goaz...@gmail.com writes: I'm sure this idea wouldn't be a net benefit for Org syntax clarity, even for the occasional three lines caption need. I agree. Nicolas, what do you think of enhancing the auto-filling (and delete-indentation) capabilities for some

Re: [O] [RFC] Make QUOTE an export keyword instead of an element type

2014-02-07 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: I see that turning a commented line is prevented, while turning several commented lines is allowed. This feels weird. I don't think we should prevent this. What do you think? I don't think there's much point in comparing function's behaviours when

Re: [O] [RFC] Make QUOTE an export keyword instead of an element type

2014-02-07 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Anyway, in this particular case, I guess we could consider comments as a stack of one line elements. I added the feature. Thanks! -- Bastien

Re: [O] Feature request: filling of long captions

2014-02-07 Thread Nicolas Goaziou
Hello, Nicolas, what do you think of enhancing the auto-filling (and delete-indentation) capabilities for some affiliated keywords? #+CAPTION: #+HEADER: #+TBLFM: Not that it matters much, but TBLFM is not an affiliated keyword per se, it belongs to the table syntax. OTOH, you can have

Re: [O] Feature request: filling of long captions

2014-02-07 Thread Andreas Leha
Hello, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Nicolas, what do you think of enhancing the auto-filling (and delete-indentation) capabilities for some affiliated keywords? #+CAPTION: #+HEADER: #+TBLFM: Not that it matters much, but TBLFM is not an affiliated keyword per se,

Re: [O] Feature request: filling of long captions

2014-02-07 Thread Bastien
Andreas Leha andreas.l...@med.uni-goettingen.de writes: But here an obvious 'solution' would be to move the short caption to #+SHORT_CAPTION. Yes. #+CAPTION[...]: is clumsy. -- Bastien

Re: [O] Feature request: filling of long captions

2014-02-07 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Yes. #+CAPTION[...]: is clumsy. It follows #+RESULTS[...]: model. -- Nicolas Goaziou

[O] [RFC] Proposal for rebindings in Org 8.3

2014-02-07 Thread Bastien
The purpose is to be polite with minor modes and to not use C-c [:punct:] keybindings, as recommended in the Elisp manual. This is related to the issues reported here: http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00866.html http://article.gmane.org/gmane.emacs.orgmode/82010 Here is

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-07 Thread Bastien
Hi, Nicolas Goaziou n.goaz...@gmail.com writes: Why this suggestion? To get Emacs core maintainers opinions on this and clarify if we can expand Org features at will or if they want to be control that somehow. We recently introduced ob-coq.el in core without asking Emacs maintainers

Re: [O] intra links and worg

2014-02-07 Thread Alan Schmitt
Bastien b...@gnu.org writes: Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I tried it and it does not change anything on worg. The purpose of the patch is so that C-c C-l on a headline will then insert a link without escaping whitespaces: * Headline with whitespaces

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-07 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: My suggestion is to ask Emacs maintainers Why this suggestion? We recently introduced ob-coq.el in core without asking Emacs maintainers beforehand. Regards, -- Nicolas Goaziou

[O] org-edit-src-code window setup

2014-02-07 Thread Michael Bach
Dear org-mode Developers and Users, (Org-mode version 8.2.5g from git) I want to change the behaviour of C-c ' when inside a source block. What I am after is best described in a schematic: +---+---+ | | | | | 2 |

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-07 Thread Sebastien Vauban
Bastien wrote: The purpose is to be polite with minor modes and to not use C-c [:punct:] keybindings, as recommended in the Elisp manual. This is related to the issues reported here: http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00866.html

Re: [O] Feature request: filling of long captions

2014-02-07 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: Yes. #+CAPTION[...]: is clumsy. It follows #+RESULTS[...]: model. Which I feel clumsy too :) No offense to either Eric or you. The important difference is that #+RESULTS[...] is generated, while #+CAPTION[...] is

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-07 Thread Bastien
Thanks for your feedback. Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: - use C-c for selecting the whole subtree, which is consistent with the use of `' as a speedy command for doing the same. You put the finger on one important note to me: that speed

[O] Wanted: volunteer to integrate REST-client (restclient.el)

2014-02-07 Thread Karl Voit
Hi! I am not an ELISP programmer (unfortunately) but a proud heavy-user of Org-mode. At work, I need a REST-client to talk to a REST API very often. Recently, I found [1] which works quite well. However, I need to open a new buffer into restclient-mode to execute requests. Wouldn't it be nice

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-07 Thread Michael Brand
Hi Bastien On Fri, Feb 7, 2014 at 11:32 AM, Bastien b...@gnu.org wrote: | C-c # | Checkboxes| C-c x| Free | I did not know C-c # (org-update-statistics-cookies) because for me it is easier to remember and therefore I always used this: Go to cookie and do

[O] adding options to the minted environment of exported source blocks in latex

2014-02-07 Thread Alan Schmitt
Hello, I use and abuse the `org-latex-minted-options' when exporting source blocks in latex, but I'm stumped by a usage pattern. I need to change the list of options for one given source block (adding a belowskip option to it). I tried the following, but it did not do anything:

[O] Export to UTF8: tiny detail

2014-02-07 Thread Sebastien Vauban
Hello, Exporting this: --8---cut here---start-8--- - I don't see the same prices as in the tutorial: in fact, the prices of =Simulation_1= and =Simulation_3= are inverted! --8---cut here---end---8--- gives that:

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-07 Thread Nick Dokos
Bastien b...@gnu.org writes: The purpose is to be polite with minor modes and to not use C-c [:punct:] keybindings, as recommended in the Elisp manual. This is related to the issues reported here: http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00866.html

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-07 Thread Rasmus
Nick Dokos ndo...@gmail.com writes: Bastien b...@gnu.org writes: The purpose is to be polite with minor modes and to not use C-c [:punct:] keybindings, as recommended in the Elisp manual. This is related to the issues reported here:

Re: [O] Agenda views skip function hide parent projects

2014-02-07 Thread Wiskey 5 Alpha
On Wed, Feb 5, 2014 at 12:54 PM, Wiskey 5 Alpha wiskey5al...@gmail.com wrote: I have some projects that are 4 levels deep, so this is quite annoying. How do I get just the deepest level project to show without it's parents ? here is my custom agenda view for projects (p @Projects tags-todo

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-02-07 Thread Eric Schulte
Rainer M Krug rai...@krugs.de writes: On 02/07/14, 07:18 , John Hendy wrote: Greetings, I don't usually tangle, but am creating a code file to go along with a presentation I'm giving this weekend so that attendees can try things out afterward by cloning my github repo where all the data

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-07 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: To get Emacs core maintainers opinions on this and clarify if we can expand Org features at will or if they want to be control that somehow. AFAICT, we never asked Emacs maintainers before adding a feature to Org, and I don't think the number of export targets in

[O] another blog exporter

2014-02-07 Thread Robert Klein
Hi, around the org-mode 8.0 release I began to write a new blog exporter using the new export framework. I wanted one feature org2blog didn't offer, support for different syntax highlighters, and i wanted to learn about the new exporter and Emacs programming. Around Christmas I did some

Re: [O] org-edit-src-code window setup

2014-02-07 Thread John Hendy
On Fri, Feb 7, 2014 at 5:29 AM, Michael Bach pha...@gmail.com wrote: Dear org-mode Developers and Users, (Org-mode version 8.2.5g from git) I want to change the behaviour of C-c ' when inside a source block. What I am after is best described in a schematic:

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-07 Thread Rasmus
Nicolas Goaziou n.goaz...@gmail.com writes: That's different: supporting as many programming languages is a core feature of Babel, while supporting as many export target as possible should not be a core feature of Emacs IMO, it should stay as a nice facility of the Org ecosystem. The second

Re: [O] another blog exporter

2014-02-07 Thread Rasmus
Robert Klein rokl...@roklein.de writes: Hi, around the org-mode 8.0 release I began to write a new blog exporter using the new export framework. I wanted one feature org2blog didn't offer, support for different syntax highlighters, and i wanted to learn about the new exporter and Emacs

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-07 Thread Thomas S. Dye
Aloha all, Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: To get Emacs core maintainers opinions on this and clarify if we can expand Org features at will or if they want to be control that somehow. AFAICT, we never asked Emacs maintainers before adding a feature

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-07 Thread Samuel Wales
i'd like to point out that some of these bindings are problematic on qwerty in a way that is not obvious to many users. many people use shifting keys on both sides of the keyboard. they do not issue the control of control g using left hand. that is a bad idea. instead, they hold down the right

Re: [O] Export to UTF8: tiny detail

2014-02-07 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Exporting this: - I don't see the same prices as in the tutorial: in fact, the prices of =Simulation_1= and =Simulation_3= are inverted! gives that: • I don’t see the same prices as in the tutorial: in

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-02-07 Thread Rainer M Krug
On 02/07/14, 17:47 , Eric Schulte wrote: Rainer M Krug rai...@krugs.de writes: On 02/07/14, 07:18 , John Hendy wrote: Greetings, I don't usually tangle, but am creating a code file to go along with a presentation I'm giving this weekend so that attendees can try things out afterward by

Re: [O] another blog exporter

2014-02-07 Thread Robert Klein
Hi Rasmus, thank you very much for your feedback! On 02/07/2014 06:35 PM, Rasmus wrote: Could you provide an example blog so that we can see the output? The two latest posts (FreeBSD and DHCP) at http://www.xyzzy.de/ I put the original org for download at the end of both posts. ;;;

Re: [O] Feature request: filling of long captions

2014-02-07 Thread Eric Schulte
Bastien b...@gnu.org writes: Hi all, Nicolas Goaziou n.goaz...@gmail.com writes: I'm sure this idea wouldn't be a net benefit for Org syntax clarity, even for the occasional three lines caption need. I agree. Nicolas, what do you think of enhancing the auto-filling (and

Re: [O] adding rudimentary support for Coq code blocks

2014-02-07 Thread Alan Schmitt
Eric Schulte schulte.e...@gmail.com writes: See the attached example file. This is very rudimentary, only supporting session evaluation and without support for smart translation between Org-mode and Coq data structures. Very nice, thanks a lot! I use org mode with Coq, but only to document

Re: [O] adding options to the minted environment of exported source blocks in latex

2014-02-07 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: I use and abuse the `org-latex-minted-options' when exporting source blocks in latex, but I'm stumped by a usage pattern. I need to change the list of options for one given source block (adding a belowskip option to it). I tried the

[O] Conditionally display breadcrumbs in agenda view

2014-02-07 Thread Pete Ley
I know there is a way to display parent headlines using the agenda prefix. Is there a simple way to do this conditionally for certain subtrees? Here's my use case. I have an org file machines.org for keeping track of what I do to various machines I work on/administer (though I use that term

Re: [O] Proposal/request for input: slidify export for html slides

2014-02-07 Thread Charles Berry
John Hendy jw.hendy at gmail.com writes: An interesting update on this. Aside from some image and code block stuff, the following works surprisingly well! - Export Org - markdown (md) - Start an R session and `setwd(/path/to/file.md)` - Run `library(slidify)` and `author(deck) - Copy the

Re: [O] Bug: dragging a line in agenda moves following hidden lines

2014-02-07 Thread Thomas Morgan
Hi, Bastien, If it's difficult to keep dragging from moving hidden lines, I agree, `/ /' removing the re-ordering would be less confusing than seeing the hidden lines moved. By the way, another useful feature could be dragging all lines in the region if it's active. Thanks, Thomas

Re: [O] another blog exporter

2014-02-07 Thread Ken Mankoff
Hi Robert, On Fri, 7 Feb 2014, Robert Klein wrote: around the org-mode 8.0 release I began to write a new blog exporter using the new export framework. I wanted one feature org2blog didn't offer, support for different syntax highlighters, and i wanted to learn about the new exporter and

Re: [O] Proposal/request for input: slidify export for html slides

2014-02-07 Thread Charles Berry
John Hendy jw.hendy at gmail.com writes: On Fri, Feb 7, 2014 at 3:50 PM, Charles Berry ccberry at ucsd.edu wrote: John Hendy jw.hendy at gmail.com writes: An interesting update on this. Aside from some image and code block [snip - how John turn org to Rmd to md] John, You

[O] Hide done/ cancelled items

2014-02-07 Thread Chris Henderson
Is there a way to hide done/ cancelled items? I have ** A Project and lots of *** items that are done and I want to hide to avoid distractions. After the project is done, I will move the ** A Project along with all the *** items to the _archive file. Thanks.

Re: [O] Proposal/request for input: slidify export for html slides

2014-02-07 Thread John Hendy
On Fri, Feb 7, 2014 at 11:38 PM, John Hendy jw.he...@gmail.com wrote: On Fri, Feb 7, 2014 at 7:04 PM, Charles Berry ccbe...@ucsd.edu wrote: [snip] I'll look into those. I just cloned your repo and loaded ox-ravel. Quite nice! It worked /pretty/ well out of the box. One issue is that it