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
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
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岁的我
>
* 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
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
* 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
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
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
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
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
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
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
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
13 matches
Mail list logo