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 tha
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 with orgmode reques
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 needs to be removed.
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
> bug report
Applied.
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
> TZ=America/Chicago HOME=/tmp/emac
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? If so, you need to
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 changes, it
> would be useful fo
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 with
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, HTML publishing process alwa
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
Subject: [PATCH] ox-html: Implement root directory
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 is acceptable if we p
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 issue?
>>>
>>> It will be in t
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 (curr
>>> "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 the patch I applied and t
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
> (expand-file-name
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
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 URL"?
If so, I think this
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
>>> "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 org-capture-templates
>> '(
>> ("G" "Generic READM
>>> "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 removal of old column
> narrowing using
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 some cases. For
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 the
> time in the age
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.
>
> > This is the same patch, along with the complete remov
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 column. So I say n
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
> #+OPTIONS: toc:nil
> #+STA
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 removal of old column
> narrowing using wi
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 gener
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 add it to Org core
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
Hi Samuel,
`org-agenda-current-time-string' allows users to customize the string
associated with the current time. It's currently something like, "--- now
". The patch I'm submitting allows users to customize the string that
comes after the times displayed in the time-grid (assuming tha
Hi Nicolas
On Tue, Jul 11, 2017 at 12:11 AM, Kaushal Modi wrote:
> The feature works nicely as explained, but please do not remove the width
> cookie!
>
> The new feature supports only completely hiding a column. But what we lose
> by removal of width cookie is:
>
> - Ability to truncate text in
Hi Nicolas,
>> 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 is acceptable if we properly announce it in ORG-NEWS.
>
>> The order of the items in the
> Hello,
> Uwe Brauer writes:
> There is much overlapping between the two features. I'd rather implement
> so sort of narrowing using shrunk columns than have the two features in
> the code base.
Well all I am saying is there is the need for two features:
Shrinking (hiding
33 matches
Mail list logo