Re: [O] org-player and switch to lexical binding in org.el

2016-02-04 Thread Nicolas Goaziou
Hello, Michael Brand writes: > My concern is only the version 9.1 which I find too early. A FIXME in > my sense is added to the attached patch, please rephrase if necessary. It looks good. Thank you. Regards, -- Nicolas Goaziou

Re: [O] org-player and switch to lexical binding in org.el

2016-02-04 Thread Michael Brand
Hi Nicolas On Thu, Feb 4, 2016 at 9:36 AM, Nicolas Goaziou wrote: > I do not mind, as there is an explicit "FIXME" or "XXX" somewhere above > reminding us to remove this at some point. My concern is only the version 9.1 which I find too early. A FIXME in my sense is

[O] automatically save org-index after it changes?

2016-02-04 Thread Alan Schmitt
Hello, Each time I use org-index to jump to some headline, the file where the table lives is modified. Is there a way to automatically save the file after each such change? Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Athmospheric CO₂ (Updated February 3, 2016, Mauna Loa Obs.): 402.43

Re: [O] Columnview *** is exported as *

2016-02-04 Thread Nicolas Goaziou
Hello, Axel Kielhorn writes: > Is there a way to render the different level via different indenting as it is > done for clocktables? > I looked at the code for clocktable but that is above my understanding > of elisp. I pushed a patch in development version allowing

[O] Strange problems when exporting asynchronously in beamer mode

2016-02-04 Thread Julien Cubizolles
I recently upgraded to the latest git version and every asynchronous export to pdf in beamer mode fails whereas the asynchronous mode has no problem. I didn't change anything in my setup, and it was working fine before. With the following Org file (the first lines are to ensure that the latest

Re: [O] Org + MS DOC

2016-02-04 Thread Ken Mankoff
On 2016-02-04 at 16:28, Julian M. Burgos wrote: > The advantage of exporting via Pandoc is the possibility of including > bibliographic citations. Do you know if it is possible to do this via > ODT? I think ODT can do it w/ extra work (JabRef?) but my method does not. Yes

[O] Bug: using org-publish, `#+OPTIONS title:nil` is invalid

2016-02-04 Thread lux
first, I write a org file: #+TITLE: Just test #+OPTIONS: doc:nil title:nil num:nil * h1 hello world as you see, I define `title:nil` in #+OPTIONS. I wan't `title` just display in tag, and don't display in body. But, I did not take effect after executing

[O] Bug: OpenDocument export failed: End of file during parsing [8.2.10 (release_8.2.10 @ /nix/store/2v8f4l0ikhjnqmbqn0lm9vshssm5apaq-emacs-24.5/share/emacs/24.5/lisp/org/)]

2016-02-04 Thread Damien Cassou
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.

[O] Unit test table

2016-02-04 Thread Eduardo Bellani
Hey guys. I've posted this question in the irc-channel, but I had to leave before I could strike a conversation with the the nice volunteer who answered my question. I hope that email can preserve the conversation :) So, I have a table who's purpose is to demonstrate the working of different

[O] Confusion about org-refile-targets-verify-function

2016-02-04 Thread Florian Adamsky
Hey, I'm using Emacs 24.5.1 and Org-mode 8.3.3 (15d591e) and try to filter the output of my refile targets. For me, every headline that contains a subtree with the name "tasks" is a project. Therefore, I would to filter my refile targets to those which contains the name "tasks". I use emacs -q

Re: [O] Bug: OpenDocument export failed: End of file during parsing [8.2.10 (release_8.2.10 @ /nix/store/2v8f4l0ikhjnqmbqn0lm9vshssm5apaq-emacs-24.5/share/emacs/24.5/lisp/org/)]

2016-02-04 Thread Nicolas Goaziou
Hello, Damien Cassou writes: > Whatever I do, ox-odt always complains about end of file: > > $ emacs -Q > M-: (require 'ox-odt) > C-x C-f foobar.org > SPC DEL > C-x C-s > C-c C-e o o > > Result: OpenDocument export failed: End of file during parsing I cannot reproduce it.

[O] ncurses doc in org mode

2016-02-04 Thread nasciiboy
ncurses-doc in org mode [i dont know english] https://github.com/nasciiboy/NCURSES-Programming-HOWTO i have a dream, in a os far far away the man pages will be (directly) writen in org-mode

Re: [O] Org + MS DOC

2016-02-04 Thread Julian M. Burgos
The advantage of exporting via Pandoc is the possibility of including bibliographic citations. Do you know if it is possible to do this via ODT? Julian Ken Mankoff writes: > Hi, > > There is occasional discussion on the list (or SE or Reddit) about how to > best work with Word documents. In

Re: [O] [babel] is there a chance to split arguments in src block calls or noweb syntax

2016-02-04 Thread O.Hamann
Thank you very much for your answer, Chuck! Your tip to use fundamental mode as an org-executable language was very useful to me, thank you very much for your effort to explain the functionality. At the end, my question was best resolved for me by calling the params as indexed variable

Re: [O] [PATCH] org-attach.el: Get attachments from git annex

2016-02-04 Thread Kyle Meyer
Erik Hetzner writes: > From: Erik Hetzner > > * org-attach.el (org-attach-use-annex): New function to check if git > annex should be used. > (org-attach-annex-get-maybe): New function to get a file from git > annex if necessary. > (org-attach-annex-auto-get):

Re: [O] Code block returning code results formatted as another type of code block?

2016-02-04 Thread Brett Viren
"Charles C. Berry" writes: > Try `:wrap src json': Works perfectly, thanks. I had missed this in the manual, but it was there for me all along! http://orgmode.org/manual/wrap.html -Brett. signature.asc Description: PGP signature

[O] org-pdfview-open doesn't work anymore

2016-02-04 Thread Julien Cubizolles
I've been using org-pdfview (from https://github.com/markus1189/org-pdfview) to have org-mode open pdf files generated during export. --8<---cut here---start->8--- (pdf-tools-install) (eval-after-load 'org '(progn (require 'org-pdfview)

[O] "Indented"" LaTeX compiler in ox.el should be Intended?

2016-02-04 Thread Julien Cubizolles
I noticed that org-latex-compiler-file-string mentions an "Indented LaTeX compiler". I guess it should be "Intended LaTeX compiler". --8<---cut here---start->8--- (defcustom org-latex-compiler-file-string "%% Indented LaTeX compiler: %s\n" "LaTeX compiler

Re: [O] automatically save org-index after it changes?

2016-02-04 Thread Nick Dokos
Alan Schmitt writes: > Each time I use org-index to jump to some headline, the file where the > table lives is modified. Is there a way to automatically save the file > after each such change? > Does something *really* change or is the file marked modified with

[O] bug#22472: 25.0.50; org-mode: latex fragments can't be un-rendered after a revert

2016-02-04 Thread Dima Kogan
Nicolas Goaziou writes: > Dima Kogan writes: > >> Nicolas Goaziou writes: >> >>> Would the following patch (applied on maint) solve the problem? >> >> Hi. I didn't observe anything acting differently with this patch. What >>

[O] Org + MS DOC

2016-02-04 Thread Ken Mankoff
Hi, There is occasional discussion on the list (or SE or Reddit) about how to best work with Word documents. In the past I've suggested Org -> Pandoc -> DOCX because that worked best for me when producing documents with equations, figures and tables. It didn't work great, but it worked best.

Re: [O] Bug: Cannot export document to HTML or Markdown if it has a title [8.3.2 (8.3.2-59-g3d4c46-elpa @ /Users/matt/.emacs.d/elpa/org-20160104/)]

2016-02-04 Thread Max Linke
On 02/04/2016 09:40 AM, Nicolas Goaziou wrote: Hello, Max Linke writes: On 01/31/2016 11:06 PM, Nicolas Goaziou wrote: Hello, Matt Moriarity writes: If I include a #+TITLE: directive at the top of my Org file, when I try to export it to HTML or

[O] bug#22472: 25.0.50; org-mode: latex fragments can't be un-rendered after a revert

2016-02-04 Thread Nicolas Goaziou
Hello, Dima Kogan writes: > Dima Kogan writes: > >> So a revert puts emacs into an inconsistent state, where the equation is >> rendered, but the source may or may not be there anymore, and where org >> doesn't think there's a render there at all. >

Re: [O] Filling a list of dates in a spreadsheet

2016-02-04 Thread Christian Moe
Hi, S- (Shift-Return) is your friend. After you've entered the first two dates, move down to the third row (which needs to be empty), and hit S-. You can continue pressing S- without moving down a row each time. Yours, Christian Cameron Horsburgh writes: > Hi folks, > > I'm putting together

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-04 Thread Eric S Fraga
On Thursday, 4 Feb 2016 at 08:01, H. Dieter Wilhelm wrote: > It must be src_calc{2*pi} though. Indeed. I mistyped. >> works as well. I'm not sure how you define variables in calc however... > > You could write something like src_calc[:var x=3.41]{2*x} :-) Yes but can you save a variable

Re: [O] org-player and switch to lexical binding in org.el

2016-02-04 Thread Nicolas Goaziou
Hello, Michael Brand writes: > I would prefer to keep it much longer for those who do not regularly > update Org. The many cases when Org 9.0 is not part of the update > path. E. g. when a distro will include Emacs 25.1 with Org 8.3.3 (?) > in some time and a user

Re: [O] Bug: Cannot export document to HTML or Markdown if it has a title [8.3.2 (8.3.2-59-g3d4c46-elpa @ /Users/matt/.emacs.d/elpa/org-20160104/)]

2016-02-04 Thread Nicolas Goaziou
Hello, Max Linke writes: > On 01/31/2016 11:06 PM, Nicolas Goaziou wrote: >> Hello, >> >> Matt Moriarity writes: >> >>> If I include a #+TITLE: directive at the top of my Org file, when I try >>> to export it to HTML or markdown, I get an error: >>> >>>

[O] bug#22472: 25.0.50; org-mode: latex fragments can't be un-rendered after a revert

2016-02-04 Thread Dima Kogan
Nicolas Goaziou writes: > Would the following patch (applied on maint) solve the problem? Hi. I didn't observe anything acting differently with this patch. What did you see it do? Was it supposed to unrender on revert, or to keep the render, but update the state?

Re: [O] complex dates (ie schedule a class in a time range)

2016-02-04 Thread Eric S Fraga
On Wednesday, 3 Feb 2016 at 17:42, Xebar Saram wrote: > thx so much Jorge > > i added this to my meet.org file : > > ** 3D class > %%(org-class 2016 6 3 2016 7 1 0) 9:00-11:00 You should be sleeping > > yet in my agenda on 3/6/2016 there is no meeting present. what am i missing > here? But 3

[O] bug#22472: 25.0.50; org-mode: latex fragments can't be un-rendered after a revert

2016-02-04 Thread Nicolas Goaziou
Dima Kogan writes: > Nicolas Goaziou writes: > >> Would the following patch (applied on maint) solve the problem? > > Hi. I didn't observe anything acting differently with this patch. What > did you see it do? Was it supposed to unrender on revert,