Re: [O] helm-bibtex questions

2015-06-24 Thread John Kitchin
yes, there is a way ;) First. Make sure you have a backup of the references. I like to keep mine in a local git repo so you can undo any mistakes that get made. I suggest you run these first: %% (bibtex-validate-globally) ; checks for duplicate keys %% (bibtex-validate) I also recommend you ru

[O] yasnippet & babel template conflict

2015-06-24 Thread Ken Mankoff
Is there any way to tell yasnippet to evaluate after Org Babel Templates? I have an "

Re: [O] helm-bibtex questions

2015-06-24 Thread Xebar Saram
John First of all thanks so much for the excellent org-ref-clean-bibtex-entry function i love it! also your blog post on cleaning the bib file is a life saver i have 800 references, is there a way to auto make org-ref-clean-bibtex-entry go thorough my whole bib file instead of me going and cleani

[O] frame options in minted environments

2015-06-24 Thread Julien Cubizolles
Consider the following org-file: --8<---cut here---start->8--- #+STARTUP: BEAMER #+LATEX_HEADER: \usepackage{minted} * First frame:B_fullframe: :PROPERTIES: :BEAMER_env: fullframe :END: #+begin_src latex :exports code

Re: [O] Error when exporting LaTeX

2015-06-24 Thread Peter Davis
Alan Schmitt writes: > On 2015-06-24 14:28, Peter Davis writes: > >> I'm writing a fairly simple document with some #+BEGIN_SRC/#+END_SRC >> blocks, and when I try to export to LaTeX/PDF, I get: >> >> org-latex-src-block: Wrong type argument: stringp, nil >> >> Does this ring any bells? I can tr

Re: [O] Error when exporting LaTeX

2015-06-24 Thread Alan Schmitt
On 2015-06-24 14:28, Peter Davis writes: > I'm writing a fairly simple document with some #+BEGIN_SRC/#+END_SRC > blocks, and when I try to export to LaTeX/PDF, I get: > > org-latex-src-block: Wrong type argument: stringp, nil > > Does this ring any bells? I can try to cobble together a "neutrali

Re: [O] Error when exporting LaTeX

2015-06-24 Thread Peter Davis
Peter Davis writes: > I'm writing a fairly simple document with some #+BEGIN_SRC/#+END_SRC > blocks, and when I try to export to LaTeX/PDF, I get: > > org-latex-src-block: Wrong type argument: stringp, nil > > Does this ring any bells? I can try to cobble together a "neutralized" > sample to repr

[O] Error when exporting LaTeX

2015-06-24 Thread Peter Davis
I'm writing a fairly simple document with some #+BEGIN_SRC/#+END_SRC blocks, and when I try to export to LaTeX/PDF, I get: org-latex-src-block: Wrong type argument: stringp, nil Does this ring any bells? I can try to cobble together a "neutralized" sample to reproduce the problem, but I thought

[O] [ANN] org-report -- Generate activity reports from Emacs Org mode

2015-06-24 Thread Michael Strey
Dear list members, org-report was made as private extension to automize the generation of weekly activity reports. Maybe it's useful for others as well. Please handle with care. https://github.com/mistrey/org-report Regards -- Michael Strey http://www.strey.biz * https://twitter.com/michaelst

[O] [ANN] org-execute -- Automate recurrent jobs in Emacs Org mode

2015-06-24 Thread Michael Strey
Dear list members, org-execute is a very small extension package that allows to start a named Babel code block by pressing TAB on an agenda entry. Please refer to https://github.com/mistrey/org-execute. Regards -- Michael Strey http://www.strey.biz * https://twitter.com/michaelstrey

[O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-06-24 Thread Dmitri Makarov
https://github.com/dmakarov/org-mode/commit/b9feb9b3ebd618d0fc8e82dc266d62e8252775ed g...@github.com:dmakarov/org-mode.git * contrib/lisp/org-mac-link.el: Add new link type "acrobat" to grab links to documents open in Adobe Acrobat application. Regards, Dmitri

Re: [O] org-table: decimal numbers with a dot at the end: for example 10.

2015-06-24 Thread Uwe Brauer
>> "Robert" == Robert Klein writes: > Hello, > On Wed, 24 Jun 2015 12:06:14 +0200 > Uwe Brauer wrote: >> >> Hi >> > Hello, >> > On Wed, 24 Jun 2015 10:22:43 +0200 >> > Uwe Brauer wrote: >> >> >> > you can put a format in the tblfm line, e.g.: >> >> >

Re: [O] org-table: decimal numbers with a dot at the end: for example 10.

2015-06-24 Thread Robert Klein
Hello, On Wed, 24 Jun 2015 12:06:14 +0200 Uwe Brauer wrote: > > Hi >> Hello, >> On Wed, 24 Jun 2015 10:22:43 +0200 >> Uwe Brauer wrote: > > >> you can put a format in the tblfm line, e.g.: > >> #+TBLFM: $14=$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13;%.0f > >> However, thi

Re: [O] org-table: decimal numbers with a dot at the end: for example 10.

2015-06-24 Thread Uwe Brauer
Hi > Hello, > On Wed, 24 Jun 2015 10:22:43 +0200 > Uwe Brauer wrote: > you can put a format in the tblfm line, e.g.: > #+TBLFM: $14=$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13;%.0f > However, this cuts any numbers at the dot, that is a 10.5 would be > displayed as 10. > If y

Re: [O] Is it possible to embed tag search as a link?

2015-06-24 Thread Jay Dresser
Sebastien Vauban writes: > Jay Dresser writes: >>> Piotr Isajew yahoo.com> writes: what I'm looking for is a link format that, when C-c C-o'ed, opens agenda "match query" view for custom query which arguments are specified in the link. I.e.: org-search://+work-boss-TOD

Re: [O] org-table: decimal numbers with a dot at the end: for example 10.

2015-06-24 Thread Robert Klein
Hello, On Wed, 24 Jun 2015 10:22:43 +0200 Uwe Brauer wrote: > > Hello > > Take the following example > > | Apellido | Nombre | E1 | E2 | E3 | E4 | E5 | E6 | E7 | E8 | > E9 | E10 | E11 | Res | > |--++-+-++-+-+-+++-+-+-+-| >

Re: [O] What is the symbol/glyph that ... ?

2015-06-24 Thread Eric S Fraga
On Sunday, 21 Jun 2015 at 10:46, Sharon Kimble wrote: > Juan Pechiar writes: >> You can check binding in your installation via describe-function: >> >>C-h f org-agenda-clock-in >> >> In the agenda buffer, you can check what is "I" bound to: >> >>C-h k I >> > Thanks for this Juan. > > For s

[O] org-table: decimal numbers with a dot at the end: for example 10.

2015-06-24 Thread Uwe Brauer
Hello Take the following example | Apellido | Nombre | E1 | E2 | E3 | E4 | E5 | E6 | E7 | E8 | E9 | E10 | E11 | Res | |--++-+-++-+-+-+++-+-+-+-| | Brauer || 1.5 | 0.5 | 1 | 0.5 | 0.5 | 0.5 | 1 | 1 | 0.5 | 1 |

Re: [O] Filters lost after reviving buried, sticky agenda

2015-06-24 Thread Daimrod
Nicolas Goaziou writes: > Daimrod writes: > >> Here is an updated version of the second patch : > > Both look good. Could you can push them. Thank you. Done, thank you. > Regards, -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] tentative patch Re: commit found, was: Re: ECM for: issues with publishing to LaTeX using #INCLUDE

2015-06-24 Thread Robert Klein
Hello, On Tue, 23 Jun 2015 23:44:10 +0200 Nicolas Goaziou wrote: > Robert Klein writes: > > > I'm not sure how to proceed at the moment, are there other set-ups I > > could test? > > Out of curiosity, could you try the following patch? with the patch both the minimal example and my three "b