Re: [O] ox-odt: List items contain body paragraphs, confusing styles

2017-08-17 Thread James Harkins
On Thu, 17 Aug 2017 10:33:29 -0400 Nicolas Goaziou wrote > So, what style-name should have the inner paragraph? If it is a new > style, what would be its definition? > > It's not difficult to check, upon exporting a paragraph, if it belongs > to a

Re: [O] Table formula reference and macro replacement

2017-08-17 Thread Vikas Rawal
> > You could try: > > --8<---cut here---start->8--- > #+macro: remote src_emacs-lisp{(org-table-get-remote-range "$1" "$2")} > > Example: > > #+name: foo > | 1 | 2 | > | 3 | 4 | > > The macro call: {{{remote(foo, @1$2)}}} > --8<---cut

Re: [O] Firefox extension "Org-capture" stopped working after update

2017-08-17 Thread Adam Porter
Colin Baxter writes: Hi Colin, > You can also launch conkeror using palemoon, and this looks like the > future. Thanks, I have heard of conkeror but never got around to trying it. I'm not sure what you mean about launching it from palemoon though. Why would you do that?

Re: [O] Display inline images for shortcuts links

2017-08-17 Thread Fabrice Popineau
2017-08-17 15:59 GMT+02:00 Nicolas Goaziou : > Hello, > > I simply extended the link search to all link abbrevs, discarding those > that do not ultimately match a file. > > Does it solve your issue? > > Yes thanks. Much lighter. I like link abbreviations, because they

Re: [O] [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header

2017-08-17 Thread Adam Porter
Nicolas Goaziou writes: > What about "fixing" the empty string case, i.e., not inserting a blank > line when set to the empty string? Hi Nicolas, I almost did that, making it not insert a header if it was set to an empty string, but I thought that this approach gives

Re: [O] Patch that enables visibility settings in org-mode iCalendar export

2017-08-17 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Tobias Schlemmer writes: > >> for some reasons I need to control the visibility of individual entries >> of my caldav calendars. I have implemented a small patch that passes the >> `CLASS' propery to the

Re: [O] Using Book class without 'parts' for Org-mode Export

2017-08-17 Thread lists
On 2017-08-16 18:02, R Jain wrote: Hi Ian, Thanks for the reply. The part which I'm tripping over is: #+latex: \chapterauthor{by Mike Anderson} (add-to-list 'org-latex-classes '("koma-book" "\\documentclass{scrbook}" ("\\chapter{%s}" . "\\chapter{%s}")

[O] counter macro in dates?

2017-08-17 Thread Matt Price
I'd love to be able generate dates dynamically using the {{{n}}} org macro, or some other mechanism. I don't immediately see how that would be possible but maybe someone can guide me. I'd want to do something equivalent to this pseudo-elisp: (let ((base-date 2017-09-05)) (+ base-date (* 7

Re: [O] Slides with columns export problem

2017-08-17 Thread Nicolas Goaziou
Hello, Stéphane Genaud writes: > i am using org-mode 8.2.10 to export to a beamer tex source. > When running pdflatex my org-mode source file, and once i finally isolated > the problematic bit in a single frame, pdflatex says: > >

[O] Firefox webextension for org capture

2017-08-17 Thread Alex Branham
Hi all - Apologies for not replying to the right thread; I couldn't figure out how to since I'm not subscribed to the list. There already exists a Firefox webextension for org capture. Here is the github page: https://github.com/sprig/org-capture-extension And here is the link to AMO:

[O] Slides with columns export problem

2017-08-17 Thread Stéphane Genaud
Hello, i am using org-mode 8.2.10 to export to a beamer tex source. When running pdflatex my org-mode source file, and once i finally isolated the problematic bit in a single frame, pdflatex says: [1{/opt/local/var/db/texmf/fonts/map/pdftex/updmap/pdftex.map}]) Runaway argument? \let

Re: [O] Bug: Deleting region in table [9.0.8 (9.0.8-dist @ /Users/nick/.emacs.d/lisp/org/)]

2017-08-17 Thread Nicolas Goaziou
Hello, Nick Helm writes: > Deleting a region within an org table causes point to jump. > > Recipe: > > Emacs -Q > org-mode > > ;make a table > | this is a simple | table | > > double-click "simple" ;place region over a word > > > With the last command, I expect

Re: [O] Patch that enables visibility settings in org-mode iCalendar export

2017-08-17 Thread Nicolas Goaziou
Hello, Tobias Schlemmer writes: > for some reasons I need to control the visibility of individual entries > of my caldav calendars. I have implemented a small patch that passes the > `CLASS' propery to the iCalendar export: > >

Re: [O] babel, matlab export plot to png fails

2017-08-17 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Wednesday, 16 Aug 2017 at 12:33, Uwe Brauer wrote: > [...] >> BTW Eric, thanks for your reply, but a lot of your posts seem to be >> outside the thread, at least when I read them via gnus or thunderbird. >> Not sure who

[O] Issue with org-super-agenda and %%diary

2017-08-17 Thread Robert Horn
I want to have sunrise and sunset in my time grid. I do this with two lines with "%%(diary-sunrise)" and "%%(diary-sunset)" in them. With the regular org-agenda this works, e.g., 18:00.. weather:19:42.. Sunset (EDT)

Re: [O] ox-odt: List items contain body paragraphs, confusing styles

2017-08-17 Thread Nicolas Goaziou
Hello, James Harkins writes: > Hi, haven't been active here for a while (which is a good thing -- it means I > haven't had any problems worth mentioning!). > > Now I have one -- ODT export encodes list items as a list-item containing a > "text:p": > > > > > blah blah >

Re: [O] [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header

2017-08-17 Thread Nicolas Goaziou
Hello, Adam Porter writes: > This patch adds a 'none setting for org-agenda-overriding-header, which > allows it to be disabled completely, rather than inserting a blank line > as it does when set to an empty string. Thank you. What about "fixing" the empty string case,

Re: [O] Table formula reference and macro replacement

2017-08-17 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > The idea is to pick contents of a table cell and use it in a paragraph. > > Is it possible to have a macro like {{{remote(NAME-OR-ID,REF)}}} ? > > The above does not work, but am I missing something? You could try:

Re: [O] html export: pre.src support changed?

2017-08-17 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > Greetings again. > > Due to the flurry of responses to this thread (like, zero), I will make > a suggestion: > > Could we reinstate pre.src by including the src class into pre tags as > well? That is, whereas we now have in the new export > >

Re: [O] Display inline images for shortcuts links

2017-08-17 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > Would it be possible to enable inline images for shortcuts links ? > Currently, the function `org-display-inline-images' checks for a hard coded > file: link. > In the case of : > > #+LINK: temp file:c:/temp/%h > > [[file:cover.jpg]]

Re: [O] tags-todo error with #+FILETAGS: enseignement

2017-08-17 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > When an entry inherits a tag from a #+FILETAGS: line, all its parents > get matched by a tags-todo agenda, even when they don't have a todo > keyword. > > Consider the following: > > (setq org-agenda-files

Re: [O] html export: pre.src support changed?

2017-08-17 Thread Jarmo Hurri
Greetings again. Due to the flurry of responses to this thread (like, zero), I will make a suggestion: Could we reinstate pre.src by including the src class into pre tags as well? That is, whereas we now have in the new export

[O] Display inline images for shortcuts links

2017-08-17 Thread Fabrice Popineau
Would it be possible to enable inline images for shortcuts links ? Currently, the function `org-display-inline-images' checks for a hard coded file: link. In the case of : #+LINK: temp file:c:/temp/%h [[file:cover.jpg]] [[temp:cover.jpg]] The first link will be matched, but not the second

Re: [O] Tracking Interruptions -- Work Flow Question

2017-08-17 Thread Michal Politowski
On Sun, 13 Aug 2017 02:02:00 +, Raymond Zeitler wrote: > Does anyone schedule and "org-clock" interruptions?  I really need to > quantify how much of a drain they are to my productivity. > I thought I'd include a generic "** TODO Interruption" in my todo.org (or an > inter.org file) and

Re: [O] Firefox extension "Org-capture" stopped working after update

2017-08-17 Thread Colin Baxter
> Adam Porter writes: > Marcin Borkowski writes: >> the title text says it all. Anybody can confirm that? How to >> configure capture in FF now? > Hi Marcin, > I'm not sure if you mean updating Firefox or Org. But if it's >