[O] Bug: Links with images as description are not displayed inline in Emacs [9.2.1 (9.2.1-23-g126a37-elpa @ c:/msys64/mingw64/share/emacs/26.1/site-lisp/elpa/org-9.2.2/)]

2019-02-21 Thread Dietrich Foethke
Hi, suppose I create an org file and I would like to insert a link to a foreign website called "http://www.mypage.org"; with an image as description. For the image I use the local image "images/example.jpg". The corresponding line in org would read: [[http://www.mypage.org][file:images/example.jp

Re: [O] Bug: (org-icalendar-include-todo 'unblocked') does not seem to work [9.2.1 (9.2.1-23-g126a37-elpa @ /home/duane/.emacs.d/elpa/org-20190218/)]

2019-02-21 Thread Nicolas Goaziou
Hello, Duane Farnsworth writes: > Setting org-icalendar-include-todo to unblocked does not seem to work. > I would expect unblocked TODO entries to be exported as VTODO entries > in the .ics-extension file generated by > org-icalendar-export-agenda-files. Instead, no plain TODO entries are > exp

Re: [O] Org can't export inline image link to PDF

2019-02-21 Thread Nicolas Goaziou
Hello, stardiviner writes: > Here is the screenshot in attachment, you can see the characters 23.bb > left side of the inline image. > > The original Org inline image format is: > > ```org > #+ATTR_ORG: :width 200 > #+ATTR_LATEX: :width 2.0in > #+ATTR_HTML: :id avatar :width 200px :alt 那时23岁的我 >

[O] [PATCH] Fix narrowed 1-line subtrees

2019-02-21 Thread Leo Vivier
* lisp/org.el (org-add-planning-info): Ensure insertion in current restriction. (org-remove-timestamp-with-keyword): Respect ambiguous newline when narrowed to 1-line-subtree. (org-remove-empty-drawer-at): Respect ambiguous newline when narrowed to 1-line subtree. (org-entry-delete): Re

Re: [O] [PATCH] Fix narrowed 1-line subtrees

2019-02-21 Thread Leo Vivier
Hello, Here’s a detailed account of the problem and solution of the patch I’ve just sent. I don’t have the time to write the tests today, but I’ll get on it as soon as I can. --- This patch addresses multiple issues occuring

[O] [PATCH] Fix spaces with `org-remove-timestamp-with-keyword'

2019-02-21 Thread Leo Vivier
* lisp/org.el (org-remove-timestamp-with-keyword): Fix space deletion between timestamps When an entry had a CLOSED, a DEADLINE and a SCHEDULED timestamps, removing the middle one caused the space between the 1st and 3rd to be removed as well. Checking whether we’re at the end of the line befor

[O] Agenda todo states autocompletion: suggestion for improvement

2019-02-21 Thread Carlos Pita
Hi all, M-x org-agenda T prompts for a todo keyword. But it builds the completion list while preparing the agenda buffers and this is done *after* prompting. So the first time no completion is presented, the second time completions from previous invocation of org-agenda-prepare-buffers are present

Re: [O] Agenda todo states autocompletion: suggestion for improvement

2019-02-21 Thread Carlos Pita
It doesn't seem to be any relevant computational penalty: (when (equal arg '(4)) (setq org-select-this-todo-keyword (completing-read "Keyword (or KWD1|K2D2|...): " (mapcar #'list kwds) nil nil))) < (1) (and (equal 0 arg) (setq org-select-this-todo

Re: [O] Agenda todo states autocompletion: suggestion for improvement

2019-02-21 Thread Carlos Pita
Here is a patch inverting (1) and (2) above. From 9c97eebb6c26332415fb03c65e872d304576fe07 Mon Sep 17 00:00:00 2001 From: memeplex Date: Thu, 21 Feb 2019 16:09:58 -0300 Subject: [PATCH] org-agenda: improve todo states completion * lisp/org-agenda.el (org-todo-list): prepare agenda buffers before

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-21 Thread Nick Helm
Eric S Fraga writes: > It would be great, for others that may be interested, if you could post > your solution to this list. Here's an alternative way to achieve this with today's master. --- a/lisp/org-table.el 2019-02-21 21:28:34.0 +1300 +++ b/lisp/org-table.el 2019-02-21 22:17:04.000

[O] How to set Org to export to PDF with image background or color?

2019-02-21 Thread stardiviner
I'm writing a simple resume with Org Mode, and exporting to PDF. I want to add an image or color as background for every page of resume PDF file. Does anyone knows how to do that? Or have some template for this? Thanks in advance. Thanks. -- [ stardiviner ] I try to make every word tel

[O] [patch] Don't show trailing colon in agenda custom command desc

2019-02-21 Thread Carlos Pita
Hi all, here is a simple patch to avoid showing ugly trailing colons in custom agenda commands when no matcher was specified (for example, in the case of alltodo). Best regards -- Carlos From 4125d3ff9e4f26c3346b847288cad3e69a38da23 Mon Sep 17 00:00:00 2001 From: memeplex Date: Fri, 22 Feb 2019

[O] Bug: HTTP links that contain %20 get malformed to %2520 - affects ODT export [9.2.1 (9.2.1-dist @ /home/ehere/emacs-scripts/org-9.2.1/lisp/)]

2019-02-21 Thread Edmund Christian Herenz
Hello, Consider the following HTTP link: http://skyserver.sdss.org/dr14/en/tools/quicklook/summary.aspx?ra=11%2054%2048.85&dec=+24%2043%2033.0 I have this link in the kill-ring, mark 'some text' in an org-mode buffer and run org-insert-link (C-c C-l). Then I yank the link (C-y) in the minibuffer