Re: [O] Patch for fixing a missing autoload for the function org-clock-sum-today

2018-02-04 Thread Nicolas Goaziou
Hello, Jose Robins writes: > org-clock.el: Add an autoload entry for the function org-clock-sum-today > > * lisp/org-clock.el: When the org-mode is called for the very first time > any functionality that requires the org-clock-sum-today used to fail. >

Re: [O] Prevent auto-fill-mode from filling Property values in drawers

2018-02-04 Thread Nicolas Goaziou
Kaushal Modi writes: > Of course. But "the right thing" would be to prevent call to auto filling > within `org-return` (somehow? I haven't yet dug deeper into that) if point > is in a property drawer. `org-return' doesn't call any auto fill function. > If you want to

Re: [O] Frequent "wrong-type-argument stringp nil" error when clocking-in in agenda view

2018-02-04 Thread Nicolas Goaziou
Hello, Zongheng Yang writes: > Hi everyone, > > I have this frequent error (but not always), when I'm in the org agenda > view trying to clock in the task under cursor. Here's a stack trace: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) >

Re: [O] Bug: org-tables: Broken alignment when using numbers of different lengths [9.1.5 (9.1.5-1-gb3ddb0-elpa @ .emacs.d/elpa/org-20171225/)]

2018-02-04 Thread Nicolas Goaziou
Hello, Leo Vivier writes: > I've updated org-mode yesterday, and the tables do not seem to align > properly anymore. > > In a minimal setup, just loading org-mode from MELPA, I've tried > entering the following table: > | foo | 1 | > | bar | 10 | > When I press in the

[O] bug#30321: 25.3; Melpa ox- packages listed as incompatible

2018-02-04 Thread Stefan Monnier
> Stefan, can you shed any light as to why Org is no longer on elpa.gnu.org? I wasn't aware of it. I'll try and investigate, Stefan

[O] Frequent "wrong-type-argument stringp nil" error when clocking-in in agenda view

2018-02-04 Thread Zongheng Yang
Hi everyone, I have this frequent error (but not always), when I'm in the org agenda view trying to clock in the task under cursor. Here's a stack trace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) org-agenda-clock-in(nil) funcall-interactively(org-agenda-clock-in nil)

[O] Bug: org-tables: Broken alignment when using numbers of different lengths [9.1.5 (9.1.5-1-gb3ddb0-elpa @ .emacs.d/elpa/org-20171225/)]

2018-02-04 Thread Leo Vivier
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] Bug: org-tables: Broken alignment when using numbers of different lengths [9.1.5 (9.1.5-1-gb3ddb0-elpa @ .emacs.d/elpa/org-20171225/)]

2018-02-04 Thread Leo Vivier
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Understand the source of "Unable to resolve link"

2018-02-04 Thread Kaushal Modi
On Sun, Feb 4, 2018 at 11:31 AM Nicolas Goaziou wrote: > Note that you cannot simply copy "http" or "https" types. As default > type links, they are hard-coded in every export back-end. It means they > do not have to set any :export property. > > As a user, if you want to

Re: [O] ob-shell, output and continuation prompts

2018-02-04 Thread Shintaro Katayama
Hi, A similar issue - a code block and the result below would be normal. #+BEGIN_SRC shell echo $PWD #+END_SRC #+Results: : /Users/shin/Documents However, when I specified a session name, the first evaluation returns a table-format value as below, ... #+BEGIN_SRC shell :session *shell*

[O] Removing ding each time I type TAB when not after a structure template with org-tempo enabled

2018-02-04 Thread Brent Goodrick
Hi: I recently upgraded to org from Git. Thus, org-version for me returns: Org mode version 9.1.6 (release_9.1.6-425-gd89e35 @ /home/brentg/emacs_lisp_imported/org-mode/org-mode/lisp/) In this new version, I discovered that structure templates were not enabled by default, so I enabled them. But

Re: [O] org-reveal: content side by side

2018-02-04 Thread Michael Welle
Hello, took me the better part of the afternoon, but I came up with the following approach: * Was ist Virtualisierung? - Aus der Wikipedia: #+BEGIN_QUOTE Virtualisierung bezeichnet in der Informatik die Nachbildung eines Hard- oder Software-Objekts durch ein ähnliches Objekt vom selben Typ mit

[O] bug#30321: 25.3; Melpa ox- packages listed as incompatible

2018-02-04 Thread Glenn Morris
Stefan, can you shed any light as to why Org is no longer on elpa.gnu.org? (BTW, I think it would be good if elpa.gnu.org listed a contact email for these kinds of questions.) Nicolas Goaziou wrote: > Note that there is no intent to remove Org from GNU ELPA. Alas, at the > moment, I have no

Re: [O] Understand the source of "Unable to resolve link"

2018-02-04 Thread Nicolas Goaziou
Kaushal Modi writes: > Thanks. I'll ask the user to update that variable (or can that be updated > in the default value?). Note that you cannot simply copy "http" or "https" types. As default type links, they are hard-coded in every export back-end. It means they do not

Re: [O] Understand the source of "Unable to resolve link"

2018-02-04 Thread Kaushal Modi
On Sun, Feb 4, 2018 at 11:19 AM Nicolas Goaziou wrote: > Hello, > > I don't think Org defines gopher links. Where is it registered? In > particular, what is the export function associated to the link type Looks like[1], gopher: links can behave the same way as https:,

Re: [O] Understand the source of "Unable to resolve link"

2018-02-04 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > A user needs to support having gopher links in Org document: > > [[gopher://some.gopher.site][Dummy gopher link]] > > But the export fails saying that it's unable to resolve the link. > > The behavior can be easily recreated by exporting a

[O] Understand the source of "Unable to resolve link"

2018-02-04 Thread Kaushal Modi
Hello, A user needs to support having gopher links in Org document: [[gopher://some.gopher.site][Dummy gopher link]] But the export fails saying that it's unable to resolve the link. The behavior can be easily recreated by exporting a document containing that dummy link using C-c C-e h H. I

Re: [O] Prevent auto-fill-mode from filling Property values in drawers

2018-02-04 Thread Kaushal Modi
On Sat, Feb 3, 2018 at 5:16 PM Nicolas Goaziou wrote: > > Wait... What? > Yes :) I had thought I couldn't get my point across correctly the first time. > Properties drawers do not contain blank lines. If you hit , this is > no longer a properties drawer, but a regular

[O] org-reveal: content side by side

2018-02-04 Thread Michael Welle
Hello, a new year, a new tool ;). I try to shift a bit away from beamer based slides to a format, that allows me to create nice html-based slides and nice pdf-based slides from the same source. It looks like org-reveal and decktape might be what I want. Maybe. To find out I try to convert an

Re: [O] [RFC] Moving "manual.org" into core

2018-02-04 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Hmm... I'm using 4b2006db3d04, which includes b4cc12fc32a771 but > it still inf-loops. `key-binding` returns `fill-paragraph`. I tried > it `toggle-fill-unfill`, > which I set to `M-q` in general, and `org-fill-paragraph`, but nothing >

Re: [O] [RFC] Moving "manual.org" into core

2018-02-04 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > I mean, I run `emacs -q`, > eval only the following code in the `*scratch*` buffer, > open `manual.org` and do `M-x org-reformat`. > > and I see: > > >8 >8 > @@ -134,9 +133,9 @@ > You can clone Org's repository and install