[O] Bug: org-refile with active region does not update LOGBOOKs of all entries [9.2.1 (9.2.1-23-g126a37-elpaplus @ /home/eush/.emacs.d/elpa/org-plus-contrib-20190218/)]

2019-02-22 Thread Eugene Sharygin
Hi, I have `org-log-refile` in my configuration set to `time`, which makes `org-refile` add a time stamp to the LOGBOOK drawer at the target location. However, when `org-refile` is called with active region containing multiple entries, only LOGBOOK of the first entry is updated. For example,

Re: [O] [PATCH] ob-emacs-lisp: Set `lexical-binding' in source editing buffers

2019-02-22 Thread Sebastian Miele
On Tue, Feb 12, 2019 at 9:41 AM Nicolas Goaziou wrote: > > [...] > > Thank you! Some comments follow. > > > -`eval', which see.") > > +`eval', which see. And it is used as the value for > > +`lexical-binding' in buffers created by `org-edit-src-code'.") > > You need to add two spaces after full

[O] shift dates in timestamp range

2019-02-22 Thread Yasushi SHOJI
Hi, Is there a way to change both start and end date in timestamp range? Given that the following timestamp range with `|` as the current cursor CLOCK: [2019-02-2|2 Fri 12:00]--[2019-02-22 Fri 21:00] => 9:00 I'd like to `S-Right` and get CLOCK: [2019-02-2|3 Sat 12:00]--[2019-02-23 Sat 21:00]

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

2019-02-22 Thread Vladimir Lomov
Hello, ** stardiviner [2019-02-22 17:16:41 +0800]: > > Nicolas Goaziou writes: > >> 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

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

2019-02-22 Thread Samuel Wales
ok, i can't follow this so thanks for the comments. i'll trust that you know what you are doing. however, fyi, long ago, i discovered various bugs in this newline area, most of which were trackable to outline mode's decision to define an entry as ending before its final newline. most users and

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

2019-02-22 Thread Leo Vivier
Hello, Samuel Wales writes: > i have not been able to follow this conversation, but is it possible > that /all/ of this complexity is due to outline-mode's dubious choice > of not considering the final newline in an entry to be part of an > entry? I don't know much about outline-mode, but I

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

2019-02-22 Thread Samuel Wales
i have not been able to follow this conversation, but is it possible that /all/ of this complexity is due to outline-mode's dubious choice of not considering the final newline in an entry to be part of an entry? -- The Kafka Pandemic: What is misopathy?

Re: [O] URL storage and search - Bookmark+ vs Org Mode

2019-02-22 Thread Samuel Wales
there are firefox extensions that will export all tabs to custom format. thus you could set org links. i do not know whether there are any that can import custom format. however, before webextensions, there was a firefox extension that had both features. thus there might already be a

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

2019-02-22 Thread Leo Vivier
Hello again, Leo Vivier writes: > You'll find those three patches at the bottom alongside another with all > the patches until now squashed together (except the patch for > `org-remove-timestamp-with-keyword' which wasn't related). I ended up sending the wrong patch, i.e. the one for

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

2019-02-22 Thread Leo Vivier
Hello, I've found and fixed three new functions which didn’t behave properly when the buffer was restricted to a subtree: * lisp/org.el (org-log-beginning): Fix drawer creation. * lisp/org.el (org-store-log-note): Fix drawer-less logging. * lisp/org-capture.el (org-clock-in): Fix drawer-less

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

2019-02-22 Thread Carlos Pita
> Applied, with some refactoring. Please double check I didn't fumble it. I looked at the code and tested it a bit and seems to be ok. Thanks!

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

2019-02-22 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > 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

Re: [O] [patch] Improve fast todo selection alignment

2019-02-22 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > This avoids lines with just a closing "}", which look rather ugly. > Quite similar to my previous patch for fast tag selection. > > Regards > -- > Carlos > > From 239e0d036da94b2a950db3ad1f7e82c5ca6d8daa Mon Sep 17 00:00:00 2001 > From: memeplex > Date: Thu, 21 Feb

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

2019-02-22 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > 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

Re: [O] org-export links to html

2019-02-22 Thread Daniel Herzig
Perfect, thank you! Daniel Nicolas Goaziou writes: > Hello, > > Daniel Herzig writes: > >> I'm facing an interesting issue here (emacs 25.1 & orgmode 8.2.10) when >> exporting an org-file to html. >> >> In my file there is a link to the original org-file itself (the one I'm >> working on),

Re: [O] org-export links to html

2019-02-22 Thread Nicolas Goaziou
Hello, Daniel Herzig writes: > I'm facing an interesting issue here (emacs 25.1 & orgmode 8.2.10) when > exporting an org-file to html. > > In my file there is a link to the original org-file itself (the one I'm > working on), written as 'file:/x/y/file.org'. When exporting to .pdf, > .odt, or

[O] org-export links to html

2019-02-22 Thread Daniel Herzig
Hi! I'm facing an interesting issue here (emacs 25.1 & orgmode 8.2.10) when exporting an org-file to html. In my file there is a link to the original org-file itself (the one I'm working on), written as 'file:/x/y/file.org'. When exporting to .pdf, .odt, or text, it correctly expands to

[O] org-log-post-message: is it properly reset?

2019-02-22 Thread Michaël Cadilhac
Hi there; >From time to time, I have some spurious "Entry repeats" messages when editing tasks that have no repetition. I've tracked that down to org-log-post-message being message'd in org-store-log-note, and I can't really see anywhere where the variable is reset. Should it be reset after

[O] Supporting Exchange calendars in org-mac-iCal.el

2019-02-22 Thread Norman Walsh
Hi folks, I don’t know if anyone else is using org-mac-iCal[*], but I find it useful. (I find it convenient to have calendar appointments in my agenda view.) In the course of setting it up, I discovered that it didn’t support Exchange calendars. And it had a regexp that didn’t match versions of

Re: [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-22 Thread Nicolas Goaziou
Hello, "Dietrich Foethke" writes: > 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: > >

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

2019-02-22 Thread stardiviner
I found solution with LaTeX packages "background" and "graphics". Here is an example: #+begin_src latex :mkdirp yes :tangle "data/code/background_test_graphics.tex" \documentclass{article} \usepackage{graphicx} \graphicspath{ {./images/} } \usepackage{background}

Re: [O] URL storage and search - Bookmark+ vs Org Mode

2019-02-22 Thread Roland Everaert
I have discovered récently, the extension "Export Tabs URLs". I suppose I could build a function to read the data from the produced file and convert all the entry to org. The only hard part is to check for duplicates, I suppose. On Thu, Feb 21, 2019 at 5:05 AM Samuel Wales wrote: > org agenda

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

2019-02-22 Thread stardiviner
Nicolas Goaziou writes: > 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 >>