[O] why prepend "file://" to abs paths in html output?

2017-07-07 Thread Matt Price
in org-html-link local links of the form "/some/path/to/file" are rewritten as "file:///some/path/to/file". This makes it difficult to write root-relative URL's in the way that one might expect to be able to (so that export produces links like Is this really the most desirable behaviour? In

Re: [O] sideways table

2017-07-07 Thread Sharon Kimble
John Hendy writes: > On Fri, Jul 7, 2017 at 12:20 PM, Sharon Kimble > wrote: >> >> I'm trying to use 'sideways' with an org-mode table being exported to >> latex. But its not working. This is my table header - >> >> --8<---cut

Re: [O] orgmode 9.x refile not working any longer with ido

2017-07-07 Thread Kyle Meyer
Hello, Jerome Gay writes: > Since I upgraded orgmode to 9.x, refile is no longer working with ido. > According to http://orgmode.org/Changes.html, all options related to ido > and iswitchb have been removed. It also mentions "Instead Org uses regular > functions, e.g.,

[O] orgmode 9.x refile not working any longer with ido

2017-07-07 Thread Jerome Gay
Hi all, Apologies in advance as this is my first post here. I'm sharing my problem with you all after posting to stackoverflow Since I upgraded orgmode to 9.x, refile is no longer working with ido.

Re: [O] sideways table

2017-07-07 Thread John Hendy
On Fri, Jul 7, 2017 at 12:20 PM, Sharon Kimble wrote: > > I'm trying to use 'sideways' with an org-mode table being exported to > latex. But its not working. This is my table header - > > --8<---cut here---start->8--- > #+CAPTION:

[O] sideways table

2017-07-07 Thread Sharon Kimble
I'm trying to use 'sideways' with an org-mode table being exported to latex. But its not working. This is my table header - --8<---cut here---start->8--- #+CAPTION: Table of Parochial Fees from 1 January 2017 - Funerals, Burials and Monuments (cite:0204).

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-07 Thread Thomas S. Dye
Aloha ed...@openmail.cc, ed...@openmail.cc writes: >> Date: Thu, 06 Jul 2017 05:55:01 -1000 >> From: "Thomas S. Dye" >> Subject: Re: [O] org-plus-contrib, where is library-of-babel.org? >> Message-ID: >> >> I'm wondering where to find

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-07 Thread edgar
Date: Thu, 06 Jul 2017 05:55:01 -1000 From: "Thomas S. Dye" Subject: Re: [O] org-plus-contrib, where is library-of-babel.org? Message-ID: I'm wondering where to find library-of-babel.org in the ELPA distribution of Org mode, org-plus-contrib. The only

Re: [O] mimetype for orgmode files

2017-07-07 Thread John Kitchin
That would work fine for me. Let me know the url to that note when you update it so I can use it as a primary source for the github registration. Bastien writes: > Hi John, > > John Kitchin writes: > >> Could we come to an agreement on "text/x-org" or "text/x-orgmode"

Re: [O] org babel, ess, R

2017-07-07 Thread Nicolas Goaziou
Hello, John Hendy writes: > Really, it was a comment about how Org behaves, not necessarily a bug. > That said, speaking for myself, I would never want a default session > in interactive mode when I've defined one in the code heading. I'd > love if Org could pick up on that

Re: [O] org-info.js (un)maintained ?

2017-07-07 Thread Olivier Berger
Hi. Responding to myself a bit : Olivier Berger writes: > > Maybe a useful thing to do could be to merge the changes from worg/code > into a clone on github and make sure there are pending corresponding > pull requests ? > At least this seems to be

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-07 Thread Alex Branham
Hi - On Fri 07 Jul 2017 at 07:32, Nicolas Goaziou wrote: > Would it be better to extend `org-agenda-time-grid' instead? It could, > e.g., support a fourth element in the list. Sure, that's possible. Patch attached. Note that this way, users who have set

[O] org-info.js (un)maintained ?

2017-07-07 Thread Olivier Berger
Hi. Looking at https://github.com/SebastianRose/org-info-js the code seems rather unmaintained. On the other hand, there's a copy inside worg/code that seems a bit more recent. Has anyone tried and avoid a fork here ? I fear the situation isn't going to improve as it is. Maybe a useful thing

Re: [O] bug in tramp?

2017-07-07 Thread Michael Albinus
Nicolas Goaziou writes: > Hello, Hi Nicolas, > I removed the sole (require 'tramp) I could find in the code base. > Hopefully it solves the problem. Thanks! > Regards, Best regards, Michael.

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-07 Thread Nicolas Goaziou
Hello, Alex Branham writes: > This small patch allows users to customize the string to display after the > time in the agenda view. > > I think I formatted the patch correctly, but please let me know if > I missed something, Thank you. Would it be better to extend

Re: [O] table column justification letters impotent in lowercase

2017-07-07 Thread Nicolas Goaziou
Hello, bruce robertson writes: > Doesn't match 8.3 manual nor 9.0.9 online manual. > > Org-mode version 8.3beta (release_8.3beta-1062-gce4e64 @ > /Users/brucer42/git/org-mode/lisp/) > GNU Emacs 25.1.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version > 10.9.5 (Build

[O] table column justification letters impotent in lowercase

2017-07-07 Thread bruce robertson
Doesn't match 8.3 manual nor 9.0.9 online manual. Org-mode version 8.3beta (release_8.3beta-1062-gce4e64 @ /Users/brucer42/git/org-mode/lisp/) GNU Emacs 25.1.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2016-09-20 | | | | | | | | |

Re: [O] [PATCH 2/2] org-refile: Fix inconsistency when listing refile targets

2017-07-07 Thread Allen Li
Yes, 2906e50177d47 is needed on maint. However, my understanding is that on maint we still escape filesystem slashes in the outline path? If so, org-protect-path will be needed around the file-truename in 2906e50177d4 My workflow recently changed such that I no longer need to set

[O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-07 Thread Alex Branham
Hello, This small patch allows users to customize the string to display after the time in the agenda view. I think I formatted the patch correctly, but please let me know if I missed something, Alex >From