[O] bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > The [[https://github.com/MobileOrg/][iOS implementation]] for the > /iPho

[O] bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > There's no changed text: the original message telling from where to > install h

Re: [O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] I asked > > Is the WebDAV server code free software? Can you talk to such a >

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > There are a handful of references to MELPA inside Emacs. Are these to > be dis

Re: [O] bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Adam Porter
Kaushal Modi writes: > With Org/ox-html, it's the same thing. Ox-html is part of Emacs > core. So it cannot rely on htmlize.el. 1. Why not? I just git-blamed this line in ox-html.el: (declare-function htmlize-region "ext:htmlize" (beg end)) It's from February, 2012. That's 6 and a half ye

Re: [O] bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Kaushal Modi
On Thu, Sep 20, 2018, 7:19 PM Adam Porter wrote: > > Why? What's going on? > I kind of get why the rewrite needs to happen. But I also see that this rewrite is an unfortunate waste of time and resources. The reason is the same why a core Emacs package wouldn't rely on a non-core package, no ma

Re: [O] bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Adam Porter
Nicolas Goaziou writes: > I assume this is the only way out of this, so I'll have a look at it. > But I need time. What would help would be some feedback from users > actually tweaking `org-html-htmlize-output-type'. What do they expect > from the various values, etc. I don't understand what's g

[O] Anniversaries from BBDB

2018-09-20 Thread leandro
Hello, I am having troubles to get the anniversaries from BBDB to my agenda view. Following the instruction in 10.3.1: https://orgmode.org/manual/Weekly_002fdaily-agenda.html, I add the the the following to my only one agenda file ("agenda.org"): * Anniversaries :PROPERTIES: :CATEGORY: Anniv :

[O] bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Eli Zaretskii
> From: Nicolas Goaziou > Cc: Kaushal Modi , a...@gnu.org, r...@gnu.org, > n...@flqt.fr, r...@gnu.org, 32...@debbugs.gnu.org, rjhorn...@gmail.com > Date: Thu, 20 Sep 2018 21:17:51 +0200 > > I assume this is the only way out of this, so I'll have a look at it. Thank you.

[O] bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Eli Zaretskii
> From: Nicolas Goaziou > Cc: r...@gnu.org, rjhorn...@gmail.com, n...@flqt.fr, > kaushal.m...@gmail.com, r...@gnu.org, 32...@debbugs.gnu.org > Date: Thu, 20 Sep 2018 19:42:50 +0200 > > > There's also a similar reference to htmlize in the Org manual, which > > should, too, should probably be

[O] bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: > I think we could do better by using htmlfontify.el. I asked a few > questions about that in this discussion, see > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32722#95 > > Would the Org developers please reply to those questions? If indeed > it is not hard

[O] bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: > There's also a similar reference to htmlize in the Org manual, which > should, too, should probably be removed. There are currently four occurrences of "github" in the manual: The [[https://github.com/MobileOrg/][iOS implementation]] for the /iPhone/iPod To

[O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Michael Albinus
Nicolas Goaziou writes: > Hello, Hi, >> Is the WebDAV server code free software? > > At least some implementations are, e.g., Nextcloud, listed in the FSF > directory. > >> Can you talk to such a server without any nonfree client software? > > I do it with Gnome file manager. There is also an o

Re: [O] Expandin Org Babel snippets

2018-09-20 Thread Robert Klein
On Thu, 20 Sep 2018 14:53:56 +0100 Lorenzo Bolla wrote: > I upgraded to orgmode TIP (from > https://code.orgmode.org/bzg/org-mode), and now I am not able to > expand Babel snippets in org files anymore. E.g. it used to be > possible to type " and get an expanded > "#+begin_src ... #+end_src" bloc

Re: [O] [o] org-capture regression?

2018-09-20 Thread Thomas Holst
Hello, ยท Nicolas Goaziou wrote: > Thomas Holst writes: >> [...snip...] >> So here is I patch I came up with to re-enable theese features: > > Thank you. However, I have two issues with it. > > The first one is that I don't like `eval'. See, for example, this > excerpt from the Elisp manual: > >

[O] Expandin Org Babel snippets

2018-09-20 Thread Lorenzo Bolla
I upgraded to orgmode TIP (from https://code.orgmode.org/bzg/org-mode), and now I am not able to expand Babel snippets in org files anymore. E.g. it used to be possible to type " and get an expanded "#+begin_src ... #+end_src" block. Similarly, with " to get a quote block. Any ideas how to fix this

Re: [O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Bingo UV
Hi RMS, Nicolas The concrete software MobileOrg on Android is somewhat of an orphan. It may not revive as itself. But there is also a protocol mobileorg, which the manual alludes to, though does not document directly. That protocol is very much an enabler of software freedom, and it is

Re: [O] [o] org-capture regression?

2018-09-20 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > a view weeks ago a wrote a post about problems I have with one of my > captue templates. (see: > http://lists.gnu.org/archive/html/emacs-orgmode/2018-08/msg00161.html) I thought I had answered it. > Since a few weeks this is not working anymore. I have a capture t

[O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Nicolas Goaziou
Hello, Richard Stallman writes: > What is the source license of Mobile.org? It is GPL2+. > Does Mobile.org for Android link with any nonfree libraries, > such as Google Play Library? No idea. > Is it listed in f-droid.org? Yes, it is. > If there is a way to use Dropbox (for those operation

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Joe Corneli
On Thu, Sep 20, 2018 at 2:57 AM Richard Stallman wrote: > The deep problem with the reference to htmlize is that it > blurs the distinction between Emacs itself > and Lisp code that is not part of Emacs. > We need to highlight that distinction, not blur it. There are a handful of references to M

[O] [o] org-capture regression?

2018-09-20 Thread Thomas Holst
Hello, a view weeks ago a wrote a post about problems I have with one of my captue templates. (see: http://lists.gnu.org/archive/html/emacs-orgmode/2018-08/msg00161.html) Today I dug a little deeper. In March 2017 I sent two patches to enable the capture property :table-line-pos to be either a s

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Robert Klein
Hi, On Thu, 20 Sep 2018 08:43:19 +0300 Eli Zaretskii wrote: > > From: Kaushal Modi > > Date: Wed, 19 Sep 2018 17:16:28 -0400 > > Cc: Nicolas Goaziou , Glenn Morris > > , n...@flqt.fr, Richard Stallman , > > 32...@debbugs.gnu.org, Robert Horn , Eli > > Zaretskii > > > > I got approval from Hrvo