Re: [O] [RFC] Shrink columns dynamically

2017-07-10 Thread Kaushal Modi
On Mon, Jul 10, 2017 at 10:44 AM Nicolas Goaziou wrote: > Hello, > > Uwe Brauer writes: > > > This is the patch I applied and tested? If so, I think it is a very good > > thing and should be in master. > > This is the same patch, along with the complete

[O] Org not registering tags as links to modified agenda

2017-07-10 Thread William Horne
Org mode is not registering tags as links to a modified agenda. When I revert to an old version of org mode (8.2.10), the tags link me to a modified agenda. Will

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

2017-07-10 Thread Kaushal Modi
Hi Nicolas, I tried out the patch, and my comments are in the MWE below. On Mon, Jul 10, 2017 at 9:59 AM Brett Viren wrote: > Is this saying "subtract the value of 'html_link_root' from the Org link > to make its URL"? > > If so, I think this would not be general enough to help

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

2017-07-10 Thread Tim Cross
Having seen the other posts on this, I think I'll need to spend more time thinking about this and the various use cases. There is something I'm having trouble putting my finger on which doesn't feel quite right, but I feel I need to look more deeply into the whole idea of how to export links

Re: [O] Babel support for Vala

2017-07-10 Thread Christian Garbs
Am 10.07.2017 um 11:03 schrieb Nicolas Goaziou: Christian Garbs writes: I have written a minimal Babel mode supporting the Vala[1][2] language based on both ob-template.el and ob-C.el. I would like to contribute it to lisp/contrib if you deem it useful. Would you want to

Re: [O] Fixing mailto and irc links in ox-md.el

2017-07-10 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > Subject: [PATCH] ox-md.el: Fix export of irc and mailto links > > * lisp/ox-md.el (org-md-link): Add mailto and irc to links that pass > their types through to markdown export > > See: https://github.com/larstvei/ox-gfm/issues/17 for an external

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

2017-07-10 Thread Bastien Guerry
Hi Kyle, Kyle Meyer writes: > On the Emacs list, Glenn asked us to add a license to > library-of-babel.org: > > https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00169.html thanks for the heads up -- I'm focusing on my work this week and I won't have time to deal

Re: [O] Bug: clocktable interprets tstart/tend incorrectly, maybe? [9.0.9 (9.0.9-636-gd39ccc-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170709/)]

2017-07-10 Thread Nicolas Goaziou
Hello, Dale Sedivec writes: > Hi! I think clocktables may be parsing time zones incorrectly in :tstart > and :tend, leading to incorrect output. Steps to reproduce: > > 1. Start a fresh Emacs within that same along the lines of: > > ~~ > mkdir /tmp/emacs >

Re: [O] Babel support for Vala

2017-07-10 Thread Nicolas Goaziou
Hello, Christian Garbs writes: > I have written a minimal Babel mode supporting the Vala[1][2] language > based on both ob-template.el and ob-C.el. > > I would like to contribute it to lisp/contrib if you deem it useful. Thank you. Would you want to add it to Org core base?

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

2017-07-10 Thread Bastien Guerry
Kyle Meyer writes: >>> Apparently, library-of-babel.org is not distributed with the Org mode >>> that ships with emacs. Not sure why that is. I'm guessing it's a >>> license issue? >> >> It will be in the next release (in /emacs/etc/org/). If there's a license >> issue it

Re: [O] [RFC] Shrink columns dynamically

2017-07-10 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> This is the patch I applied and tested? If so, I think it is a very good >> thing and should be in master. > This is the same patch, along with the complete

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

2017-07-10 Thread Samuel Wales
i am confused org-agenda-current-time-string seems similar org-agenda-time-grid says "The second item is a string which will be placed behind the grid time." On 7/6/17, Alex Branham wrote: > Hello, > > This small patch allows users to customize the string to display after

Re: [O] template problem in latest master, but not in stable

2017-07-10 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> I am using the following template without problem in the latest stable >> org version I just upgraded via the package system. >> >> (setq

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

2017-07-10 Thread Thomas S. Dye
Aloha Rasmus, Rasmus writes: > > It will be in the next release (in /emacs/etc/org/). If there's a license > issue it needs to be removed. > > http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/org Good news. Thanks! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

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

2017-07-10 Thread Kaushal Modi
Hello, On Mon, Jul 10, 2017 at 3:54 PM Kaushal Modi wrote: > Hi Nicolas, > > I tried out the patch, and my comments are in the MWE below. > > I have this MWE that explains the "would like to have" vs "what this patch > gives us": > > = > #+TITLE: ox-html root dir >

Re: [O] [RFC] Shrink columns dynamically

2017-07-10 Thread Nick Dokos
Uwe Brauer writes: "Nicolas" == Nicolas Goaziou writes: > > > Hello, > > Uwe Brauer writes: > > >> This is the patch I applied and tested? If so, I think it is a very > good > >> thing and should be in master. > >

Re: [O] [RFC] Shrink columns dynamically

2017-07-10 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > I just was faced with a table which just contained 3 columns but very > many rows. In second column however was very wide, it contained titled > of journals. So 'cutting' them to half was sufficient to identify them > but allowed me to see the third

Re: [O] Adding a LAST_REPEAT property without logging

2017-07-10 Thread Nicolas Goaziou
Hello, Luke writes: > I have a number of repeated tasks in my Org-mode file. As a general > rule I don't require logging of TODO state changes (which I've > disabled by setting org-log-repeat to nil). > > However, while I don't need the full history of TODO state

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

2017-07-10 Thread Kaushal Modi
Hello, On Sun, Jul 9, 2017, 6:45 AM Nicolas Goaziou wrote: > > The following patch implements `org-html-root', which allows to export > file links as root-relative URL. Can you please attach the patch? I'm not sure the docstring is clear > enough, tho. > Also,

[O] [RFC] Shrink columns dynamically

2017-07-10 Thread Nicolas Goaziou
Hello, Currently, the only way to shrink an Org table column is to use a so-called width cookie (e.g., "" or "<10>") so that aligning table forces the column to fit within the specified number of characters. When the width is less than the number of characters in the field, contents is hidden

[O] Adding a LAST_REPEAT property without logging

2017-07-10 Thread Luke
I have a number of repeated tasks in my Org-mode file. As a general rule I don't require logging of TODO state changes (which I've disabled by setting org-log-repeat to nil). However, while I don't need the full history of TODO state changes, it would be useful for me to know the last time

[O] template problem in latest master, but not in stable

2017-07-10 Thread Uwe Brauer
Hi I am using the following template without problem in the latest stable org version I just upgraded via the package system. (setq org-capture-templates '( ("G" "Generic README.org file (table format)" table-line (file+headline (expand-file-name (read-file-name "Name of file

Re: [O] [RFC] Shrink columns dynamically

2017-07-10 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > I'd like to replace the visual effect of width cookies (not > interpretation by export back-ends) with a more dynamic one. To that > effect, I pushed a "hide-table-column" branch in the repository. This is

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

2017-07-10 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Can you please attach the patch? Oops. Here it is. Regards, -- Nicolas Goaziou >From 6eed5dcd4e585dd32e52571189cf395b1a532310 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 9 Jul 2017 12:40:49 +0200

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

2017-07-10 Thread Nicolas Goaziou
Hello, Alex Branham writes: > Sure, that's possible. Patch attached. Thank you. > Note that this way, users who have set org-agenda-time-grid to a list > with three elements will see a slightly different agenda now (the > default ".." will get dropped). I think this

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

2017-07-10 Thread Kyle Meyer
Hi Bastien, Bastien Guerry writes: > Kyle Meyer writes: Note that that's not me writing any of that :) Apparently, library-of-babel.org is not distributed with the Org mode that ships with emacs. Not sure why that is. I'm guessing it's a license

Re: [O] template problem in latest master, but not in stable

2017-07-10 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > I am using the following template without problem in the latest stable > org version I just upgraded via the package system. > > (setq org-capture-templates > '( > ("G" "Generic README.org file (table format)" table-line (file+headline >

Re: [O] [RFC] Shrink columns dynamically

2017-07-10 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > This is the patch I applied and tested? If so, I think it is a very good > thing and should be in master. This is the same patch, along with the complete removal of old column narrowing using width cookies. Regards, -- Nicolas Goaziou

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

2017-07-10 Thread Brett Viren
Hi Nicolas, Nicolas Goaziou writes: > So, basically, upon exporting the following document to HTML: > > #+html_link_root: /tmp/ > [[/tmp/unicorn.jpg]] > > the link becomes > > Is this saying "subtract the value of 'html_link_root' from the Org link to make its