Re: [O] org-review-schedule

2014-04-27 Thread Alan Schmitt
On 2014-04-25 10:02, Nicolas Goaziou writes: > Alan Schmitt writes: > >> I guess I should have asked: who decides what goes in contrib? > > The Org maintainer. Another option is to turn it into an ELPA package. I need to learn how to do this. In the meantime, I've put the code on github: https:

Re: [O] org-review-schedule

2014-04-27 Thread Alan Schmitt
On 2014-04-26 14:25, Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> the answer is in the quote already: >> >> ,- >> | Since return value matters, I suggest to use ... >> `- > > Exactly. I use `when' i

[O] Update from exported agendas?

2014-04-27 Thread Chris Poole
Hi, I export my agenda custom views to plain text, so I can check things off as I go (without access to Emacs). I use `(org-agenda-prefix-format " [ ] ")` so I can easily add an "X" with my text editor on my phone. Is there any way to have this update the todo items that the exported agenda file

Re: [O] Update from exported agendas?

2014-04-27 Thread Thorsten Jolitz
Chris Poole writes: Hi, > I export my agenda custom views to plain text, so I can check things > off as I go (without access to Emacs). > > I use `(org-agenda-prefix-format " [ ] ")` so I can easily add an "X" > with my text editor on my phone. > > Is there any way to have this update the todo i

[O] org-reftex package and biblatex support for org-bibtex

2014-04-27 Thread Leonard Randall
Dear All, I am in the process of writing a new package for inserting citations into org buffers using RefTeX. The current org-reftex command works alright, but it is not quite as flexible as I would like it to be. I wanted to add an option to add citations in footnotes. I also wanted to make it so

Re: [O] State of the art in citations

2014-04-27 Thread Leonard Randall
Hi Julian et al., I am not sure if this helps, but I am in the process of writing a new package for inserting citations into org buffers using RefTeX. This solution would make citation insertion very convenient, but it would not be quite as easy to read as Clément's solution, and it would only work

Re: [O] Altering effect of deadline on priority calculation

2014-04-27 Thread peregrinehill
Actually, I have no complaints about the built-in sorting functions themselves. It's the priority calculation. I guess priority-down would show that problem most clearly. I have a lot of tasks, so I've altered the priority calculation to produce a larger number for each item, like this: (defun

Re: [O] Altering effect of deadline on priority calculation

2014-04-27 Thread peregrinehill
Sorry, I misspoke. What I meant to say was that I altered org-get-priority to keep priority cookies more significant than due dates. On Sun, Apr 27, 2014 at 9:24 AM, peregrinehill wrote: > > Actually, I have no complaints about the built-in sorting functions > themselves. It's the priority cal

Re: [O] Update from exported agendas?

2014-04-27 Thread Chris Poole
The only way I can think of doing it is, for each completed task out of the exported file, pull up the agenda view (that corresponds to that file), find that item, and mark it as DONE. Perhaps have this action on the opening of any file in the org-agenda-files list. I was just hoping it might hav

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-04-27 Thread Reuben Thomas
On 23 April 2014 16:04, Bastien wrote: > Okay, see those two bits of `org-file-apps' docstring: > > `auto-mode'Matches files that are matched by any entry in > `auto-mode-alist', >so all files Emacs knows how to handle. Using this with >command `emacs' will op

Re: [O] Update from exported agendas?

2014-04-27 Thread Thorsten Jolitz
Chris Poole writes: > The only way I can think of doing it is, for each completed task out > of the exported file, pull up the agenda view (that corresponds to > that file), find that item, and mark it as DONE. > > Perhaps have this action on the opening of any file in the > org-agenda-files list

Re: [O] customizing org-beamer--format-frame

2014-04-27 Thread Seb Frank
Thanks so much! I was trying to get a bit more flexibility with that separate slide (e.g., have the title in the centre of the page and no toc). So I took inspiration from your great solution and defined a latex macro #+begin_src latex \newcommand{\singleslide}[1]{{% \usebeamerfont{title}

Re: [O] State of the art in citations

2014-04-27 Thread Clément B .
Hi Leonard, > I am in the process of writing a new package for inserting > citations into org buffers using RefTeX. I'd be interested to know what you have in mind. I use something of the sort, by customising `reftex-cite-format`, e.g: (setq reftex-cite-format '((?\C-m . "\\cite[]{%l}

Re: [O] State of the art in citations

2014-04-27 Thread Ken Mankoff
Hi Clément and Others, On 2014-04-27 at 10:14, Clément B. wrote: > (setq reftex-cite-format >'((?\C-m . "\\cite[]{%l}") > (?b . "[[ref:%l][%A (%y)]]"))) I've been using reftex in Org -> LaTeX for a while and have my Org text sprinkled with \cite{foo:}. I just saw the

Re: [O] State of the art in citations

2014-04-27 Thread Clément B .
Hi Ken, > When I export this to LaTeX, it is not treated as a proper > LaTeX citation. The text is just the "%A (%y)" part. Is there > some way to export so that the ref:%l turns into a \cite{%l}? The "ref" is a custom link type, you can define those in org with `org-add-link-type`, and they allo

Re: [O] State of the art in citations

2014-04-27 Thread Ken Mankoff
On 2014-04-27 at 10:53, Clément B. wrote: > Hi Ken, > >> When I export this to LaTeX, it is not treated as a proper LaTeX >> citation. The text is just the "%A (%y)" part. Is there some way to >> export so that the ref:%l turns into a \cite{%l}? > > The "ref" is a custom link type, you can define

Re: [O] State of the art in citations

2014-04-27 Thread Thomas S. Dye
Clément B. writes: > Hi Leonard, > >> I am in the process of writing a new package for inserting >> citations into org buffers using RefTeX. > > I'd be interested to know what you have in mind. I use something > of the sort, by customising `reftex-cite-format`, e.g: > > (setq reftex-cite-format >

Re: [O] State of the art in citations

2014-04-27 Thread Clément B .
> I find the best way to support ODT is simply add something like this: > > ((eq format 'odt) >(format "(%s)" desc)) > > This doesn't create a bibliography section, but that section is awkward > to export to anyway. It requires the 3rd party Org hack that isn't > officially supported

Re: [O] State of the art in citations

2014-04-27 Thread Ken Mankoff
On 2014-04-27 at 12:05, Clément B. wrote: >> Still looking into "lastname (Year)" format... > > I hadn't noticed that before, but now that you mention it, I > think this is related to the way you format your bib file. > > For example "%A (%y)" with: > > 1. name = {Darwin, Charles} >year = {185

Re: [O] State of the art in citations

2014-04-27 Thread Ken Mankoff
On 2014-04-27 at 12:01, Thomas S. Dye wrote: > Clément B. writes: > >> This makes inserting custom links ("ref") easier with the usual >> `reftex-citation` bound to C-c [. >> >>> On the other hand, it will work with multicite commands, >>> whereas Clement's does not look like it will. >> >> It do

Re: [O] customizing org-beamer--format-frame

2014-04-27 Thread Eric S Fraga
On Sunday, 27 Apr 2014 at 10:14, Seb Frank wrote: > Thanks so much! I was trying to get a bit more flexibility with that > separate slide (e.g., have the title in the centre of the page and no toc). > So I took inspiration from your great solution and defined a latex macro Interesting solution! T

Re: [O] image attributes in ODT export for wrapped text possible?

2014-04-27 Thread Eric S Fraga
On Saturday, 26 Apr 2014 at 15:04, Christian Moe wrote: > Hello, > > Yes, it's possible, though if you're only going to wrap a single image > in the final output, it's very likely easier to just open the document > in LibreOffice, right-click the image and take it from there. Which is what I did i

Re: [O] State of the art in citations

2014-04-27 Thread Clément B .
> It appears to work for multicite for me. Or at least well enough. If I > select multiple entries, I get this: > > [[ref:Author1:,Author2:,Author3:][()]] > > I can then easily insert the text I want into the (). It exports > properly to LaTeX as \cite{Author1:,Author2:,Author3

Re: [O] State of the art in citations

2014-04-27 Thread John Kitchin
It seems there are a lot of variants of citation handling out there! I will add to the list my own variants here: https://github.com/jkitchin/jmax/blob/master/jorg-bib.el. My citation needs are simple, I basically only use \cite{key1,key2} in LaTeX. And I only use bibtex, because I have not gotten

[O] Is OrgMode really GTD compliant?

2014-04-27 Thread Rene
According to David Allen, whenever you define an action you need to assign three pieces of information that you will later use as criteria to decide what to do (in order of precedence): 1. Context: Where should I be (@home, @work, etc.) and/or which tools should I have at my disposal (@comput

Re: [O] customizing org-beamer--format-frame

2014-04-27 Thread Seb Frank
Yes, that's right. H:2 On Sun, Apr 27, 2014 at 12:42 PM, Eric S Fraga wrote: > On Sunday, 27 Apr 2014 at 10:14, Seb Frank wrote: > > Thanks so much! I was trying to get a bit more flexibility with that > > separate slide (e.g., have the title in the centre of the page and no > toc). > > So I to

Re: [O] State of the art in citations

2014-04-27 Thread Clément B .
Hi John, This is great ! Way more advanced than anything I have said. > 2. Clickable cite links. If you have a citation link like > cite:key1,key2,key3 you can click on key1 and open the bibliography file to > key1, and you can click on key2 and have it open at key 2. This link would > export in

[O] using org-refile to sort research notes?

2014-04-27 Thread Jay Dixit
Hello friendly org-mode community, I'm using org-mode to research and write a nonfiction book. I have a large amount of notes and quotes that I now need to sort into separate files. I am creating separate org files, one for each chapter of my book— chapter-1.org, chapter-2.org, etc.—with org head

Re: [O] Is OrgMode really GTD compliant?

2014-04-27 Thread Richard Lawrence
Hi Rene, Rene writes: > According to David Allen, whenever you define an action you need to > assign three pieces of information that you will later use as criteria > to decide what to do (in order of precedence): > > 1. Context: Where should I be (@home, @work, etc.) and/or which tools > s

Re: [O] using org-refile to sort research notes?

2014-04-27 Thread Alan L Tyree
Hi Jay, C-c [ and C-c ] adds and removes the current file from the agenda list. I can never remember these, so I leave the menus turned on in emacs (makes me a wimp!). BUT: do you really need to do this? It is the way I used to work, but my current book is 600+ pages and I am keeping it and

Re: [O] using org-refile to sort research notes?

2014-04-27 Thread Richard Lawrence
Hi Jay, Jay Dixit writes: > Hello friendly org-mode community, > > I'm using org-mode to research and write a nonfiction book. I have a large > amount of notes and quotes that I now need to sort into separate files. > > I am creating separate org files, one for each chapter of my book— > chapter

Re: [O] Export HTML with Properties and Tags

2014-04-27 Thread Esben Stien
Nick Dokos writes: > #+OPTIONS: prop:t Exactly what I needed. Thanks. Is there some way to set this globally, though? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e

Re: [O] State of the art in citations

2014-04-27 Thread Richard Lawrence
Hi Clément and all, Clément B. writes: > As for citations, I find that the most flexible way is to define > my own link types, that allows control on both org formatting and > export... Replacing my inline \cite commands with custom link types is something I've been meaning to do for a while.

Re: [O] [RFC] [PATCH] ob-core.el: allow the auto-generation of output file names for src blocks.

2014-04-27 Thread Aaron Ecay
Hi Eric, Bastien, Achim, Thanks so much for the feedback. I’ve adopted the :file-ext approach suggested by Bastien, leaving the previous default behavior in place for blocks with a :file argument. 2014ko apirilak 22an, Eric Schulte-ek idatzi zuen: [...] > One option might be to borrow naming

[O] Org version of texinfo manual

2014-04-27 Thread Aaron Ecay
Hello orgers, Last year, Thomas started a project to translate the org manual to org format, and use the ox-texinfo exporter to generate the .info and .pdf manuals. (email thread: http://mid.gmane.org/m1bob8cffh@tsdye.com) It seems like that project showed promise but never was completed. Is

[O] BUG in reference by ID to remote table (was Re: org babel question: reference tables in remote file)

2014-04-27 Thread William Henney
There is an apparent bug when using the ID property to refer to cells in remote tables, which is currently the only way to refer to a table in an external file. This is illustrated in the attached org file. In brief, the bug is triggered by any ID that contains a sequence matching the regexp "-[A

Re: [O] Export HTML with Properties and Tags

2014-04-27 Thread Nick Dokos
Esben Stien writes: > Nick Dokos writes: > >> #+OPTIONS: prop:t > > Exactly what I needed. Thanks. > > Is there some way to set this globally, though? Yes - please reread my response: the second part describes how to get to the relevant variable. -- Nick

Re: [O] [RFC] [PATCH] ob-core.el: allow the auto-generation of output file names for src blocks.

2014-04-27 Thread Achim Gratz
Aaron Ecay writes: > Thanks so much for the feedback. I’ve adopted the :file-ext approach > suggested by Bastien, leaving the previous default behavior in place for > blocks with a :file argument. THanks for taking care, I'll not have time to look at this for the remainder of the week, though…

Re: [O] Org version of texinfo manual

2014-04-27 Thread Achim Gratz
Aaron Ecay writes: > Last year, Thomas started a project to translate the org manual to org > format, and use the ox-texinfo exporter to generate the .info and .pdf > manuals. (email thread: http://mid.gmane.org/m1bob8cffh@tsdye.com) > It seems like that project showed promise but never was co