Re: [O] Bug: Description field of links in included files is not resolved correctly in HTML export. [9.2.1 (9.2.1-elpa @ c:/Program Files/emacs/share/emacs/26.1/site-lisp/elpa/org-9.2.1/)]

2019-02-11 Thread Nicolas Goaziou
Hello, "Dietrich Foethke" writes: > Description: I use a master org file "master.org" in a directory named > "foo" that includes another org file "other.org" stored in subdirectory > named "foo/bar". In the master file I include the other org file using: > > #+INCLUDE: "./bar/other.org" > > In

Re: [O] Bug: org-toggle-latex-fragment doesn't work as documented [9.2.1 (release_9.2.1-60-gb0379f @ /home/carlos/local/stow/emacs/share/emacs/site-lisp/org/)]

2019-02-11 Thread Carlos Pita
A last suggestion. Incidentally the toggle returns nil when at least a fragment is unpreviewed and non-nil otherwise (as a side effect of message). This can be documented and made part of the interface, so that something like the following can be put together by the end user: (defun

Re: [O] Bug: org-toggle-latex-fragment doesn't work as documented [9.2.1 (release_9.2.1-60-gb0379f @ /home/carlos/local/stow/emacs/share/emacs/site-lisp/org/)]

2019-02-11 Thread Carlos Pita
> I suggest to make C-c C-x C-l a toggle with preference for previewing, > that is: preview everything except when everything is already previewed. Mmmm I think this is not easy since it would imply changing org-remove-latex-fragment-image-overlay return value: (if

Re: [O] Bug: org-toggle-latex-fragment doesn't work as documented [9.2.1 (release_9.2.1-60-gb0379f @ /home/carlos/local/stow/emacs/share/emacs/site-lisp/org/)]

2019-02-11 Thread Carlos Pita
> the current section. Now, there is C-u C-u C-c C-x C-l for that. AFAICS, Sorry I meant just one C-u. C-u C-u is to clear the entire buffer of previews.

[O] Bug: org-toggle-latex-fragment doesn't work as documented [9.2.1 (release_9.2.1-60-gb0379f @ /home/carlos/local/stow/emacs/share/emacs/site-lisp/org/)]

2019-02-11 Thread Carlos Pita
According to the docstring: ``` (defun org-toggle-latex-fragment ( arg) "Preview the LaTeX fragment at point, or all locally or globally. If the cursor is on a LaTeX fragment, create the image and overlay it over the source code, if there is none. Remove it otherwise. **If there is no

Re: [O] Order of items after a headline in an Org outline?

2019-02-11 Thread David Masterson
Marco Wahl writes: > You may also consider to use M-x org-lint in you Org file to check these > requirements (and more.) org-lint Thanks -- David

Re: [O] Order of items after a headline in an Org outline?

2019-02-11 Thread David Masterson
Richard Lawrence writes: > Hope that helps! Thanks -- David

Re: [O] Bug: in agenda: when searching for a tag, an error occurs (maybe connected to bbdb) [9.1.14 (release_9.1.14-1059-gadec50 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-02-11 Thread Uwe Brauer
>>> "NG" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> In an org file >> >> 1. I run org-agenda >> >> 2. Then m (for search tags) >> >> 3. Then the tag, which is displayed but also an annoying error >> message which I attach > It doesn't look

Re: [O] Bug: in agenda: when searching for a tag, an error occurs (maybe connected to bbdb) [9.1.14 (release_9.1.14-1059-gadec50 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-02-11 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > In an org file > > 1. I run org-agenda > > 2. Then m (for search tags) > > 3. Then the tag, which is displayed but also an annoying error >message which I attach It doesn't look like an Org bug. You may need to update BBDB (mine, 3.2, contains

[O] Bug: in agenda: when searching for a tag, an error occurs (maybe connected to bbdb) [9.1.14 (release_9.1.14-1059-gadec50 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-02-11 Thread Uwe Brauer
Hi In an org file 1. I run org-agenda 2. Then m (for search tags) 3. Then the tag, which is displayed but also an annoying error message which I attach Regards Uwe Brauer Debugger entered--Lisp error: (error "Autoloading file

[O] Bug: Bug: org-clock commands spawn drawer outside of narrowing [9.2.1 (9.2.1-2-gc6d37c-elpaplus @ /home/zaeph/.emacs.d/elpa/org-plus-contrib-20190204/)]

2019-02-11 Thread Leo Vivier
Hello, Version info: - Emacs : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30), of 2018-07-05 - Package: Org mode version 9.2.1 (9.2.1-2-gc6d37c-elpaplus) The bug only happens in narrowed org-mode buffers when the tree at point (or targeted by the resolving) is a single

[O] org-clock: Custom shortcuts for C-u C-c C-x C-i

2019-02-11 Thread Leo Gaspard
Hello, When I run C-u C-c C-x C-i I get a choice between the interrupted task, the current task, the default task and recent tasks. I however wonder whether it's possible to add in custom shortcuts to fixed tasks? This would help me easily clock into my “IRC”, “Mails” etc. tasks, to and from

[O] How to colorize text in square brackets?

2019-02-11 Thread Sharon Kimble
How can I colorize text within square brackets please, like [fu] ? I need them colorized as they will hold reminders for myself at that position whilst I'm writing. Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk TGmeds = http://www.tgmeds.org.uk DrugFacts =

[O] [PATCH] org.el: Fix newline at eob in org-insert-heading

2019-02-11 Thread Leo Vivier
* lisp/org.el (org-insert-heading): Check if narrowed before inserting newline at eob When narrowed into an org-buffer (e.g. when capturing), adding a new heading with C- or M- on the last line of a buffer (i.e. that not without a newline at the end) would result in the insertion of a newline at

[O] [PATCH] org.el: Fix newline at eob in org-insert-heading

2019-02-11 Thread Leo Vivier
* lisp/org.el (org-insert-heading): Check if narrowed before inserting newline at eob When narrowed into an org-buffer (e.g. when capturing), adding a new heading with C- or M- on the last line of a buffer (i.e. that not without a newline at the end) would result in the insertion of a newline at

Re: [O] error in org-mode 9.2 manual p. 239

2019-02-11 Thread Marco Wahl
Hi Ian, Thanks. > On this page we have this statement > - > 15.11 Context Dependent Documentation > C-c C-x C-i in an Org file tries to open a suitable section of the Org info > documentation > > > I believe that this should be C-c C-x I > org-info-find-node Yes, I corrected this.