[O] Renaming ITEM in column view causes problems

2016-02-26 Thread David Jacobs
Running Org version 8.3.4 (emacs 24.5.1) The following example shows how renaming the ITEM column in column view causes the parent heading to show up. Anyone know how to fix this? ** Bad Summary #+BEGIN: columnview :skip-empty-rows t :id "bad" | Name | Nick | |-

Re: [O] ob-lilypond and LaTeX floats/captions

2016-02-26 Thread James Harkins
On February 27, 2016 5:57:01 AM Nicolas Goaziou wrote: > My question, then, is: What is needed to get ob-lilypond to support > LaTeX floats and captions? (I have a sneaky feeling it isn't trivial, > but it's worth asking in any case.) You are applying the name and caption to the source block,

Re: [O] [bug] inserting footnotes via org-footnote-action command

2016-02-26 Thread Martin Carlé
Thank you for the quick answer! All right, deletion and recreation of the section is fine with me, as long as the tags would be recreated as well. Keeping the tags is actually crucial to my practice, since I run some filters during export based on tags. Couldn't the algorithm be adopted to check

[O] Possible bug in LaTeX export of special blocks

2016-02-26 Thread Thomas S . Dye
Aloha all, Exporting these two special blocks to LaTeX ,-- | #+name: eq:foobar | #+begin_equation | foo = bar | #+end_equation | | #+begin_equation | bar = baz | #+end_equation `-- yields this in the tex file ,---

Re: [O] [bug] inserting footnotes via org-footnote-action command

2016-02-26 Thread Thomas S . Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > Thomas S. Dye writes: > >> Thanks for pointing this out. Is it possible to disable all the features, >> like >> sorting, that erase without notice? I've got org-footnote-auto-adjust >> set to nil, which looks like a step in the right directi

Re: [O] [bug] inserting footnotes via org-footnote-action command

2016-02-26 Thread Nicolas Goaziou
Hello, Thomas S. Dye writes: > Thanks for pointing this out. Is it possible to disable all the features, > like > sorting, that erase without notice? I've got org-footnote-auto-adjust > set to nil, which looks like a step in the right direction, but I'm > wondering if there is more I can do.

Re: [O] [bug] inserting footnotes via org-footnote-action command

2016-02-26 Thread Thomas S . Dye
Nicolas Goaziou writes: > > You shouldn't put anything else than footnotes in the footnotes section. > It can be erased without notice, e.g., when sorting footnotes, and all > information inside, besides footnotes, will be lost. Thanks for pointing this out. Is it possible to disable all the fea

Re: [O] Bug and possible fix / work-around using org-mobile with group tags

2016-02-26 Thread Nicolas Goaziou
Hello, John Hutchinson writes: > Hi Nicolas: > I think the diff patch you sent had an "off-by-one-line" error. If > I remove the nested lambdas, so your lambda simply replaces the one in > the distributed source, the patch seems to work. True. I fixed my fix and pushed it. Thank you for the fee

Re: [O] ob-lilypond and LaTeX floats/captions

2016-02-26 Thread Nicolas Goaziou
Hello, "James Harkins" writes: > I currently have a few LilyPond source code blocks that are working quite > well as inline graphics (exported to LaTeX), e.g.: > > #+BEGIN_SRC lilypond :exports results :noweb yes :file ex1.eps > ... > #+END_SRC > > When I export, it (correctly) asks if I want t

Re: [O] non-standard link errors

2016-02-26 Thread Nicolas Goaziou
Hello, Skip Collins writes: > Org throws an error when I export html with a link type that it does > not know about. I would like it to simply add the link to the exported > document without checking its validity. For example, I have a link > that, when tapped on an iPhone, will open a particula

Re: [O] [bug] inserting footnotes via org-footnote-action command

2016-02-26 Thread Nicolas Goaziou
Hello, Martin Carlé writes: > the outline heading containing footnote definitions (as specified by > org-footnote-section) does not accept tags. > > E.g. if you add a tag to this headline and then try to insert a footnote > via the org-footnote-action command, always a new headline without the >

[O] [PATCH] org-attach: Use relative path for git annex

2016-02-26 Thread Erik Hetzner
* lisp/org-attach.el (org-attach-annex-get-maybe): Use relative path as argument for git annex. Fixes error in test with version 3 of git annex. --- lisp/org-attach.el | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/lisp/org-attach.el b/l

[O] non-standard link errors

2016-02-26 Thread Skip Collins
Org throws an error when I export html with a link type that it does not know about. I would like it to simply add the link to the exported document without checking its validity. For example, I have a link that, when tapped on an iPhone, will open a particular app. I would like the html to look so

[O] [bug] inserting footnotes via org-footnote-action command

2016-02-26 Thread Martin Carlé
Hello, the outline heading containing footnote definitions (as specified by org-footnote-section) does not accept tags. E.g. if you add a tag to this headline and then try to insert a footnote via the org-footnote-action command, always a new headline without the tag is created and the former foo

[O] issues with org-contacts

2016-02-26 Thread Andreas Reuleaux
I have been using Julien Danjou's org-contacts for a while now, cf http://orgmode.org/worg/org-contrib/ org-contacts.el – manage contacts Written by Julien Danjou. Link to raw file. https://julien.danjou.info/projects/emacs-packages#org-contacts and happily so far, ie. I haven't change

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-26 Thread Rasmus
Eric S Fraga writes: > On Thursday, 25 Feb 2016 at 17:52, Nicolas Goaziou wrote: >> If they are about reducing visual clutter, you can work it out at the >> display level. I'm pretty sure this improvement would be appreciated. > > And the OP's use of prettify-symbols-mode brings a number of > pos

[O] ob-lilypond and LaTeX floats/captions

2016-02-26 Thread James Harkins
Especially looking for users of ob-lilypond: I currently have a few LilyPond source code blocks that are working quite well as inline graphics (exported to LaTeX), e.g.: #+BEGIN_SRC lilypond :exports results :noweb yes :file ex1.eps ... #+END_SRC When I export, it (correctly) asks if I want to

Re: [O] streamlined capture on iphone

2016-02-26 Thread Ken Mankoff
On 2016-02-24 at 17:59, Skip Collins wrote: > MobileOrg on the iPhone is not very useful to me. As many people do, I > use my iPhone as a way to capture input on the go, usually in the form > of short text snippets or notes. One thing that has made this work > better for me is a streamlined proce

Re: [O] streamlined capture on iphone

2016-02-26 Thread Martin Yrjölä
Hi Skip! Skip Collins writes: > MobileOrg on the iPhone is not very useful to me. As many people do, I > use my iPhone as a way to capture input on the go, usually in the form > of short text snippets or notes. I'm feeling the same way and I have been searching for a better process. > If anyo

Re: [O] needing help with frames beamer in org-mode

2016-02-26 Thread Joseph Vidal-Rosset
I am very sorry and I apologize for my useless email. A first correct reply to my problem was given four days ago on this list: (Now I meet "overfullbox messages" and pdf is not produced... but that it is another question.) -- Forwarded message -- From: Josiah Schwab Date: 2016-

[O] needing help with frames beamer in org-mode

2016-02-26 Thread Joseph Vidal-Rosset
Hello the list, (cc. Eric) I'm trying for some days to get in org-mode for latex class beamer an equivalent to the following latex code: \begin{frame} \end{frame} I have read the documentation and I have tested many examples, but nothing works correctly in my setup. the org-mode code #+BEAME

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-26 Thread Oleh Krehel
Nicolas Goaziou writes: > So is Lisp. I like Lisp. > It boils down to ask users to write Lisp by hand at some point. Not > everyone wants to use interactive tools. I claim that a user can get by without having to write a single line of Lisp manually. M-x `customize' has been doing it successfu