Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-25 Thread Brian Carlson
On 2016-05-24 16:33, Nicolas Goaziou wrote: > Completing myself Great. Thanks! Very much appreciated. I went back and forth on the tests with the "string formatting." I should have gone with my original thoughts ;) The fixes to (org-export-get-loc) were a bit beyond my skill level. I don't work

Re: [O] Displaying deadline datestamp in todo agenda list?

2016-05-25 Thread Karl Fogel
Matt Lundin writes: >Here's a working implementation, using org-agenda-add-custom-command and >the built-in mechanism for skipping non-deadline entries (you can get >rid of ots-org-entry-skip-non-deadline). I also added some justification >(the -22) to accommodate my rather

[O] Restrict org-agenda to weekdays only?

2016-05-25 Thread John Hendy
I was a little surprised not to see org-mode have an option for viewing only weekdays. Is there relatively elisp-light mechanism for this, or some other built in method I'm not seeing to, say, calculate the days to this past Monday and through this Fri and only show those? Ideally I'd start from

[O] [Bug] org-protocol does not kill client process with org-protocol-capture

2016-05-25 Thread Matt Lundin
I would like to report two bugs in org-protocol. 1. The call to (server-edit) on line 626 of org-protocol.el does not succeed in terminating the server process or signaling to the client to stop waiting for org-protocol-capture (despite the :kill-server property). This can have potentially

[O] populating macros by parsing file name?

2016-05-25 Thread Stig Brautaset
Hello! Currently I have these three lines at the start of my invoices: #+BEGIN_EXAMPLE #+macro: invoice-no 11 #+date: 2016-06-01 #+title: Invoice #{{{invoice-no}}} #+END_EXAMPLE However, sometimes I forget to update the invoice number or date when copying the old invoice. Since I name my

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-25 Thread John Hendy
Just to comment on the original attempt, block and column (which is |, not c which is columnS) are not mutually exclusive. I just did a presentation and used both together. I'm not sure on the use-case for columnS, but my structure was two side by side columns in a slide: #+begin_src org * slide

[O] Inquiry about ical2org

2016-05-25 Thread John Hendy
Greetings, I was looking to get my Outlook calendar into Orgmode to better schedule my work (this way I can see my official meetings in Org already where I do task management). I found ical2org, and implemented it successfully via the "Share calendar" .ics link that Outlook can generate. I have

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-25 Thread Nicolas Goaziou
Hello, Rasmus writes: > Not necessarily. On the top of my head, you could have a column group > with columns inside. This example used to be possible. I haven't checked > now. This one is not possible anymore. A column environment implies columns. You can also provide a

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-25 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > Makes sense - I just wasn't aware of the tags:nil property. Probably it > should be added to the beamer template headers (C-ce#)? It belongs to the default template, since this is a generic option. I don't think it's a good idea to add duplicates

Re: [O] HTML

2016-05-25 Thread Eric S Fraga
On Wednesday, 25 May 2016 at 14:49, Uwe Brauer wrote: > Great, BTW, can I have something similar in HTML, I mean lists in tables > using your approach. That might come in handy as well. This is outside my area of expertise indeed... I would assume you should be able to define a suitable CSS

Re: [O] Displaying deadline datestamp in todo agenda list?

2016-05-25 Thread Matt Lundin
Karl Fogel writes: > I'm using the DEADLINE keyword with TODO entries, and I'd like the > DEADLINE date to be displayed as a datestamp next to each TODO item, > when I list deadlined todo items. In other words, I don't want to have > to duplicate the DEADLINE timestamp as a

Re: [O] Displaying deadline datestamp in todo agenda list?

2016-05-25 Thread Matt Lundin
Karl Fogel writes: I'm using the DEADLINE keyword with TODO entries, and I'd like the DEADLINE date to be displayed as a datestamp next to each TODO item, when I list deadlined todo items. In other words, I don't want to have to duplicate the DEADLINE timestamp as a

Re: [O] org-agenda repeated tasks showing multiple times

2016-05-25 Thread Matt Lundin
Paul Harper writes: Hello, I am getting the following in my org-agenda everyday with repeated tasks. "Sunday 15 May 2016 schedule: Sched.16x: Backup KeepassX Local schedule: Sched.16x: PC Backup to External Drive schedule: Sched.16x: Review

Re: [O] [patch] more robust footnotes

2016-05-25 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Nicolas Goaziou writes: >>> >>> I suggest to avoid calling repeatedly >>> `org-export-get-footnote-definition'. Also, if the footnote reference is >>> anonymous, there is no

Re: [O] [patch] more robust footnotes

2016-05-25 Thread Nicolas Goaziou
Hello, Rasmus writes: > Nicolas Goaziou writes: >> >> I suggest to avoid calling repeatedly >> `org-export-get-footnote-definition'. Also, if the footnote reference is >> anonymous, there is no point in calling `org-element-map'. The following >> is more

Re: [O] Footnotes problem when exporting from org to org

2016-05-25 Thread Nick Dokos
Rasmus writes: > Nick Dokos writes: > >> Bug? Or am I expecting too much? > > Yeah, that's a bug. It should work now. > It does. And I learned something about the structure of org documents: after export, the footnote definitions are at the end of each

Re: [O] looking for a variable which allows formatting the agenda clock report

2016-05-25 Thread Rainer Stengele
Am 25.05.2016 um 09:44 schrieb Rainer Stengele: Am 19.05.2016 um 22:15 schrieb Rainer Stengele: Am 13.05.2016 um 13:04 schrieb Rainer Stengele: Am 11.05.2016 um 21:45 schrieb Rainer Stengele: Am 11.05.2016 um 18:22 schrieb Marco Wahl: Hi Rainer, I could not find a variable which allows

[O] HTML (was: lists in tables (latex export))

2016-05-25 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote: > [...] >> That is interesting, I could not get your example to work, but this is >> due to lack of knowledge from my side. I will look into this in the >> coming days.

Re: [O] lists in tables (latex export)

2016-05-25 Thread Uwe Brauer
> On Tuesday, 24 May 2016 at 21:00, Uwe Brauer wrote: > Interesting. If you want to get this approach to work with org, you are > more likely to need to put in the LaTeX directives into the org file > directly instead of the solution I suggested: > #+latex:

Re: [O] Bug: XML entities in the ox-rss exporter

2016-05-25 Thread Arun Isaac
>> I can provide a patch for this. Please find attached the patch. > Since "ox-rss.el" loads "ox-html", could you re-use code in the latter? I think even ox-html could benefit from using an XML/HTML generation library that can convert s-expressions to XML/HTML. xml.el has `xml-parse-region'

Re: [O] looking for a variable which allows formatting the agenda clock report

2016-05-25 Thread Rainer Stengele
Am 19.05.2016 um 22:15 schrieb Rainer Stengele: Am 13.05.2016 um 13:04 schrieb Rainer Stengele: Am 11.05.2016 um 21:45 schrieb Rainer Stengele: Am 11.05.2016 um 18:22 schrieb Marco Wahl: Hi Rainer, I could not find a variable which allows formatting the clock report that is created in the

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-25 Thread Rainer M Krug
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> But in my document, I have >>> >>> #+SELECT_TAGS: export presentation >>> >>> in which case, I would have expected, that the tags defined here are not

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-25 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> But in my document, I have >> >> #+SELECT_TAGS: export presentation >> >> in which case, I would have expected, that the tags defined here are not >> exported? > > It's arguably better. > >

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-25 Thread Rainer M Krug
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> It seems that I can not longer select multiple environments at the same >>> time by using org-beamer-select-environment. >>> >>> - I am on a header

Re: [O] [patch] more robust footnotes

2016-05-25 Thread Rasmus
Nicolas Goaziou writes: > You don't seem to use the latter. Does it still make sense to provide > it? No. > I suggest to avoid calling repeatedly > `org-export-get-footnote-definition'. Also, if the footnote reference is > anonymous, there is no point in calling

Re: [O] lists in tables (latex export)

2016-05-25 Thread Rasmus
Eric S Fraga writes: > etc. as I believe it would be difficult to pass options to org special > blocks. But maybe others can chime in: can ATTR_LATEX, for instance, be > used to specify options for a #+BEGIN_ block? Yes. #+attr_latex: :options [foo] #+begin_bar x

Re: [O] Footnotes problem when exporting from org to org

2016-05-25 Thread Rasmus
Nick Dokos writes: > Bug? Or am I expecting too much? Yeah, that's a bug. It should work now. Rasmus -- Dung makes an excellent fertilizer

Re: [O] lists in tables (latex export)

2016-05-25 Thread Eric S Fraga
On Tuesday, 24 May 2016 at 21:00, Uwe Brauer wrote: > I will try to make it work with the solution as proposed by > > http://www.mostlycolor.ch/2015/07/swot-matrices-in-latex.html > > In case you are interested :-D Interesting. If you want to get this approach to work with org, you are more