[O] footnotes and exported latex

2016-04-14 Thread Sharon Kimble
When exporting an org file to latex the first instance of a footnote shows as [fn:1] in the org-file, and its numbered footnote reference in the latexed pdf. However, if I refer to that footnote later in the org-file, then its shown as [fn:1] again, but, in the latexed pdf it just shows as a

Re: [O] Detect parent with SCHEDULED or DEADLINE

2016-04-14 Thread Nicolas Goaziou
Hello, Adam Porter writes: > This patch seems to fix it in the current master. Please note, I am not > qualified to patch Org directly, so this should be reviewed by those who > know what they're doing. But it may at least fix it for you or be a > starting point for fixing

Re: [O] [OT] A new web browser‽

2016-04-14 Thread Haider Rizvi
Eric Abrahamsen writes: > Apart from that, though, this setup is fairly Conkeror like. Just > faster, and with fewer mysterious silent crashes! Faster!! I guess I have to try it out. Regards, -- Haider

Re: [O] Detect parent with SCHEDULED or DEADLINE

2016-04-14 Thread Adam Porter
Christophe Schockaert writes: > (save-excursion > (save-restriction > (widen) Hi Christophe, Thanks for sharing the solution! Here's something you might want to add to it, something I recently discovered. The `org-with-wide-buffer' macro can replace

Re: [O] Several %(expression) in org-agenda-prefix-format

2016-04-14 Thread Adam Porter
laurent.jucqu...@posteo.de writes: > I've come up with the following (mal-functionning) > org-agenda-prefix-format: > > %(org-get-entry (point) "Case" t) %(org-entry-get (point) "CaseNum" t) > %(org-entry-get (point) "FiscalYear" t) > > But this only gives me : > > Dupond : My first pleadings Hi

Re: [O] Several %(expression) in org-agenda-prefix-format

2016-04-14 Thread Christophe Schockaert
laurent.jucqu...@posteo.de writes: > Hi list, > > I'm trying to setup some custom agenda views that would be useful for my > work but i'm unable to define a custom org-agenda-prefix-format with > several %expression successfully. > [...] > I've come up with the following (mal-functionning) >

Re: [O] Detect parent with SCHEDULED or DEADLINE

2016-04-14 Thread Christophe Schockaert
Christophe Schockaert writes: > Nicolas Goaziou writes: > >> Adam Porter writes: [...] > Thank you Adam and Nicolas for your answers, > [...] > I could rewrite my function using 'org-up-heading-safe' and > 'org-entry-get', and it gets the expected result in the agenda view

Re: [O] Detect parent with SCHEDULED or DEADLINE

2016-04-14 Thread Christophe Schockaert
Nicolas Goaziou writes: > Adam Porter writes: > >> Ah, I see. So I guess the solution to Christophe's issue is to use >> this: >> >> #+BEGIN_SRC elisp [...] >> (inherited-scheduled (org-entry-get "SCHEDULED" t)) [...] >> #+END_SRC > > I don't think so. You cannot

Re: [O] Detect parent with SCHEDULED or DEADLINE

2016-04-14 Thread Christophe Schockaert
Adam Porter writes: > Christophe Schockaert writes: > >> (save-excursion >> (save-restriction >> (widen) > > Hi Christophe, > > Thanks for sharing the solution! Here's something you might want to add > to it, something I recently discovered. The

Re: [O] Bug: Problem with LaTeX export, footnotes in table headers, and longtabu [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/berhol/.emacs.d/elpa/org-20160404/)]

2016-04-14 Thread Nicolas Goaziou
Hello, Berthold Höllmann writes: > I am exporting a large table from org to pdf via LaTeX. The meaning of > some of the column headers are to be explained in footnotes. The table > spans more than one page, so continuation headers are generated using > longtabu.

Re: [O] Detect parent with SCHEDULED or DEADLINE

2016-04-14 Thread Adam Porter
Nicolas Goaziou writes: > Actually, `org-entry-get-with-inheritance' is an internal function, > which shouldn't be called at all. The entry point is `org-entry-get', > which can be called with an appropriate INHERIT optional argument. Ah, I see. So I guess the solution

Re: [O] Detect parent with SCHEDULED or DEADLINE

2016-04-14 Thread Nicolas Goaziou
Adam Porter writes: > Ah, I see. So I guess the solution to Christophe's issue is to use > this: > > #+BEGIN_SRC elisp > (defun r3v/skip-inherited-scheduled-or-deadline () > "Skip tasks that inherit from SCHEDULED or DEADLINE" > (let ((next-headline (save-excursion (or

Re: [O] [OT] A new web browser‽

2016-04-14 Thread Eric Abrahamsen
Ramon Diaz-Uriarte writes: > On Mon, 11-04-2016, at 13:56, Eric Abrahamsen wrote: >> Ramon Diaz-Uriarte writes: >> >>> On Mon, 11-04-2016, at 10:12, Marcin Borkowski wrote: On 2016-04-11, at 06:37, Adam Porter

Re: [O] [BUG] Capture template table line specification

2016-04-14 Thread Christian Moe
Nicolas Goaziou writes: > Fixed. Thank you. Confirmed! Thank you. Yours, Christian

Re: [O] Row reference for :table-line-pos in a capture template.

2016-04-14 Thread Christian Moe
Hello, Nicolas just fixed a bug related to this. If you can pull the latest version, try and see if it works now. Yours, Christian leho.y...@gmail.com writes: > hello, > I'm trying to use :table-line-pos in a capture template. > I want add new line just after the third hline in the table. >

Re: [O] footnotes and exported latex

2016-04-14 Thread John Hendy
On Thu, Apr 14, 2016 at 7:44 AM, Eric S Fraga wrote: > On Thursday, 14 Apr 2016 at 10:41, Sharon Kimble wrote: >> When exporting an org file to latex the first instance of a footnote >> shows as [fn:1] in the org-file, and its numbered footnote reference in >> the latexed pdf.

[O] Several %(expression) in org-agenda-prefix-format

2016-04-14 Thread laurent . jucquois
Hi list, I'm trying to setup some custom agenda views that would be useful for my work but i'm unable to define a custom org-agenda-prefix-format with several %expression successfully. My org-file is as follow: * Pierre Dupond v. Belgian State :PROPERTIES: :Case: Dupond :Location: Court of

Re: [O] Bug: Problem with LaTeX export, footnotes in table headers, and longtabu [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/berhol/.emacs.d/elpa/org-20160404/)]

2016-04-14 Thread Berthold Hoellmann
Nicolas Goaziou writes: > Hello, > > Berthold Höllmann writes: > >> I am exporting a large table from org to pdf via LaTeX. The meaning of >> some of the column headers are to be explained in footnotes. The table >> spans more than one page,

[O] funny emacs-lisp macro behavior in org-babel related to lexical-binding

2016-04-14 Thread John Kitchin
Hi all, I was playing around with elisp macros in an org-file and came across a behavior I didn't expect that is due to lexical binding. Here is the code: #+BEGIN_SRC emacs-lisp :results output :prologue ;; -*- lexical-binding: t -*- ;; you need this to make the binding. (setq lexical-binding

Re: [O] footnotes and exported latex

2016-04-14 Thread Eric S Fraga
On Thursday, 14 Apr 2016 at 10:41, Sharon Kimble wrote: > When exporting an org file to latex the first instance of a footnote > shows as [fn:1] in the org-file, and its numbered footnote reference in > the latexed pdf. However, if I refer to that footnote later in the > org-file, then its shown

Re: [O] footnotes and exported latex

2016-04-14 Thread Eric S Fraga
On Thursday, 14 Apr 2016 at 14:36, John Hendy wrote: [...] > I rather like the suggestion to switch to endnotes instead if you want > to do this often, as that's how I'm used to seeing multiple references > cited. If the OP was using the footnotes for references, the standard practice is to use

[O] Org-list-todo not accessible via "C-c a t"?

2016-04-14 Thread Frederick Giasson
Hi, I am using the latest code, and I am wondering where did the org-list-todo keybinding goes? Given the documentation, I should be able to get is via "C-c a t", but the "t" is not available in the options. But the latest Worg still have "C-c a t" as the binding. Am I missing something?