Re: [O] Bug: org-agenda-filter-by-top-heading does not filter [9.1.14 (release_9.1.14-908-gf1269e)]

2018-09-13 Thread Lem Ming
I tried with org-mode version 9.0.10 and 9.0.1.
There is still no filtering when I do ^ in org agenda mode when the point
is anywhere on a line where there is a task.

I observe that:
- The version 9.0.1 dates to November 2016.
- org-agenda-filter-by-top-headline is a very useful function.

It probably means that if it was a bug it would probably have been fix by
then. But it is not. Which makes me think it is probably not a bug and that
I am probably not using this function the right way.

How do I filter the tasks listed in the agenda list by top headline?

Regards.


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

2018-09-13 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. ]]]

  > >From what I remember, there is not objection to use that instead; it's
  > just that someone has to work on converting ox-html to use htmlfontify
  > instead of htmlize.

To motivate people to do this, I say we shouild not ship another
release with that reference to GitHub.  Eli, do you agree?


-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)







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

2018-09-13 Thread Samuel Wales
(htmlize-buffer-substring-no-invisible b e)

is this function available in emacs?

if not, it would be good to extract it and put it in emacs, or write
one for emacs.


On 9/13/18, Kaushal Modi  wrote:
> On Thu, Sep 13, 2018 at 11:28 AM Glenn Morris  wrote:
>>
>> Emacs already includes htmlfontify, since 23.2.
>> Is there some obstacle to Org using that? (bug#7506)
>
> This has been discussed before on the Org mailing list.
>
> From what I remember, there is not objection to use that instead; it's
> just that someone has to work on converting ox-html to use htmlfontify
> instead of htmlize.
>
>


-- 
The Kafka Pandemic: 

The disease DOES progress. MANY people have died from it. And ANYBODY
can get it at any time.

"You’ve really gotta quit this and get moving, because this is murder
by neglect." ---
.





Re: [O] [PATCH] Add org-attach-download command

2018-09-13 Thread Eric Abrahamsen
Adam Porter  writes:

> Hi,
>
> This patch adds a new org-attach-download command, which downloads
> remote files with url.el and attaches them with org-attach.  When called
> without a prefix, it first looks at point for a link, and prompts the
> user for a URL if none is found.  When called with prefix, it prompts
> for the URL.  Before downloading, it asks for confirmation.

Don't we already have org-attach-url? I thought that did this...




Re: [O] [PATCH] Add org-attach-download command

2018-09-13 Thread Nicolas Goaziou
Hello,

Adam Porter  writes:

> This patch adds a new org-attach-download command, which downloads
> remote files with url.el and attaches them with org-attach.  When called
> without a prefix, it first looks at point for a link, and prompts the
> user for a URL if none is found.  When called with prefix, it prompts
> for the URL.  Before downloading, it asks for confirmation.

Thank you.

Could you also add documentation in the manual for this command?

Regards,

-- 
Nicolas Goaziou



Re: [O] [PATCH] Change: (org-agenda-bulk-action) Prompt w/number of marked items

2018-09-13 Thread Nicolas Goaziou
Hello,

Adam Porter  writes:

> I went ahead and made a patch for that idea.

Thank you. 

However, it seems you do not make the prompt include the number of items
to scatter. Also, could you update the manual accordingly?

Regards,

-- 
Nicolas Goaziou



Re: [O] Fix for ob-sqlite tests

2018-09-13 Thread Nicolas Goaziou
Hello,

Robert Klein  writes:

> the tests for sqlite don't work because
>
> 1. the executable is sqlite3, not sqlite anymore for current software
> (and obsqlite uses “sqlite3”, too)
>
> 2. the test doesn't have ob-sqlite loaded.
>
> Please advice, if the “(require 'obsqlite)” is offensive.
>
>
> Patch is attached.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] Latex export with \begin{equation}

2018-09-13 Thread Nick Dokos
Dominik Schrempf  writes:


> so I found the reason. Both Org versions behave the same, sorry for the
> confusion. The original equation that does not get exported correctly 
> contained
> angles:
>
> \begin{equation}
>   = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
> \end{equation}
>
> This equation is correctly rendered when using a .tex file and native LaTeX.
> If the angles are removed, the Org Mode HTML export works:
>
> \begin{equation}
>  k_{eff} = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
> \end{equation}
>
> Does anybody know why? Is this expected behavior? Can this be changed?
>

Maybe this explains it:

"...Also, since the mathematics is initially given as text on the
page, you need to be careful that your mathematics doesn’t look like
HTML tags to the browser (which parses the page before MathJax gets to
see it). In particular, that means that you have to be careful about
things like less-than and greater-than signs (< and >), and ampersands
(&), which have special meaning to the browsers. For example,

... when $xhttp://docs.mathjax.org/en/latest/tex.html
   
the section entitled "TeX and LaTeX in HTML documents":

-- 
Nick

"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler




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

2018-09-13 Thread Kaushal Modi
On Thu, Sep 13, 2018 at 11:28 AM Glenn Morris  wrote:
>
> Emacs already includes htmlfontify, since 23.2.
> Is there some obstacle to Org using that? (bug#7506)

This has been discussed before on the Org mailing list.

>From what I remember, there is not objection to use that instead; it's
just that someone has to work on converting ox-html to use htmlfontify
instead of htmlize.



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

2018-09-13 Thread Glenn Morris
Richard Stallman wrote:

> If htmlize is useful, we should put it into Emacs.
> Is there some obstacle to that?

Emacs already includes htmlfontify, since 23.2.
Is there some obstacle to Org using that? (bug#7506)





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

2018-09-13 Thread Nicolas Floquet
Le mercredi 12 septembre 2018 à 18:48 +0300, Eli Zaretskii a écrit :
> Could you please report this to the Org developers? Thanks.

It's done. Thanks.

Le mercredi 12 septembre 2018 à 23:35 -0400, Richard Stallman a écrit :
> Emacs should not advise people to load anything from outside Emacs
> (counting ELPA).  So this needs to be deleted.
> 
> If htmlize is useful, we should put it into Emacs.
> Is there some obstacle to that?

Thank you rms.


-- 
| Numérion  |  Nicolas Floquet |
+--+
| Services informatiques en logiciels libres   |
| XMPP : nf...@jabber.fr | Tél : 06.32.93.03.51|
| Ğ1 : BjZFP7UpKjJ9hbavhT2Ep2hP58noXp6xdPY4awsX17yD|
| PGP : 94C7 641B 719E B06A F406  7AB3 3709 C700 E548 F996 | 
+--+






Re: [O] Latex export with \begin{equation}

2018-09-13 Thread Julius Dittmar
Am 13.09.18 um 15:31 schrieb Dominik Schrempf:
> so I found the reason. Both Org versions behave the same, sorry for the
> confusion. The original equation that does not get exported correctly
> contained
> angles:
> 
> \begin{equation}
>   = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
> \end{equation}
> 
> This equation is correctly rendered when using a .tex file and native
> LaTeX.
> If the angles are removed, the Org Mode HTML export works:
> 
> \begin{equation}
>  k_{eff} = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
> \end{equation}
> 
> Does anybody know why? Is this expected behavior? Can this be changed?

I can't answer any of those questions, but you as a work-around you
could use \langle and \rangle instead of < and >. That's propably more
what you want anyways, as < and > are rendered as the less operator and
the greater operator, including the appropriate spacing, whereas \langle
and \rangle behave like parenthesis.

HTH,
Julius



Re: [O] Latex export with \begin{equation}

2018-09-13 Thread Dominik Schrempf

Hi,

so I found the reason. Both Org versions behave the same, sorry for the
confusion. The original equation that does not get exported correctly contained
angles:

\begin{equation}
  = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
\end{equation}

This equation is correctly rendered when using a .tex file and native LaTeX.
If the angles are removed, the Org Mode HTML export works:

\begin{equation}
 k_{eff} = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
\end{equation}

Does anybody know why? Is this expected behavior? Can this be changed?

Dominik Schrempf  writes:


Hi,

I have the following document:

\begin{equation}
foobar
\end{equation}

I perform an HTML export.

The equation is not rendered with MathJax when using Org Mode 9.1.14
(Spacemacs).

The equation is correctly rendered with =emacs -Q=; then, Org Mode 9.1.9 is
used.

I am sure that Spacemacs sets other variables that may influence the HTML
export, but even then LaTeX export works perfectly when using dollar signs to
mark the equation.

Help much appreciated!

Thanks,
Dominik




[O] Latex export with \begin{equation}

2018-09-13 Thread Dominik Schrempf

Hi,

I have the following document:

\begin{equation}
foobar
\end{equation}

I perform an HTML export.

The equation is not rendered with MathJax when using Org Mode 9.1.14
(Spacemacs).

The equation is correctly rendered with =emacs -Q=; then, Org Mode 9.1.9 is 
used.


I am sure that Spacemacs sets other variables that may influence the HTML
export, but even then LaTeX export works perfectly when using dollar signs to
mark the equation.

Help much appreciated!

Thanks,
Dominik



Re: [O] Visualizing org files

2018-09-13 Thread Van L


>> Freeplane XML to org

I took a look at images of Freeplane XML and it is boring.

What I’d like to do is tile triangles (and the normal) as clusters and/or 
scatters on meaningful planes of data/concepts which see a landscape having 
moving parts in Disney’s Tron Hollywood movie but less dark. And, like in the 
map apps for navigating by in the smartphone you can tilt to adjust the angle 
to horizon for 3D effect.

How about Pixar’s USD (Universal Scene Description) information exchange format?


[O] Suggestion: org-link-match struct and functions

2018-09-13 Thread Adam Porter
Hi,

When writing Org-related code, I often need to get parts of a link.  I
usually have to lookup the proper regexp and manually do string-match,
then match-string, etc.

The following code makes this process much simpler.  Would it be helpful
if this were added to Org?  I think it would save a lot of other
packages from having to reinvent this wheel.

An example of using it:

#+BEGIN_SRC elisp
(when-let* ((link (org-match-link (org-get-heading t t
  (list :url (concat (org-link-protocol link) ":"
 (org-link-path link))
:desc (org-link-description link)))
#+END_SRC

Thanks,
Adam

#+BEGIN_SRC elisp
(cl-defstruct org-link
  protocol path description)

(defun org-link-match ( s)
  "Return an `org-link' struct if an Org link is matched in string S or at 
point.
Matches with `org-bracket-link-analytic-regexp'."
  ;; NOTE: HTTP paths will start with two slashes.
  (cond (s (when (string-match org-bracket-link-analytic-regexp s)
 (make-org-link :protocol (match-string-no-properties 2 s)
:path (match-string-no-properties 3 s)
:description (match-string-no-properties 5 s
(t (when (looking-at org-bracket-link-analytic-regexp)
 (make-org-link :protocol (match-string-no-properties 2)
:path (match-string-no-properties 3)
:description (match-string-no-properties 5))
#+END_SRC




Re: [O] [PATCH] Change: (org-agenda-bulk-action) Prompt w/number of marked items

2018-09-13 Thread Adam Porter
I went ahead and made a patch for that idea.

Thanks,
Adam>From bba4a705cb028643ee76c9e37b0168e8a1152986 Mon Sep 17 00:00:00 2001
From: Adam Porter 
Date: Sun, 2 Sep 2018 03:53:36 -0500
Subject: [PATCH] org-agenda: Add org-agenda-scatter-days option

The new option sets the number of days to prompt with when scattering
bulk-selected agenda items.  It can be set to a number of days, or to
the number of selected items (which scatters the items one-per-day
starting on the next day).  The default value is 7, so the default
behavior is unchanged from previous versions.

* lisp/org-agenda.el (org-agenda-scatter-days): Add option.
(org-agenda-bulk-action): Use option.
* etc/ORG-NEWS: Add entry.
---
 etc/ORG-NEWS   |  9 +
 lisp/org-agenda.el | 10 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 2a22be0..e489dbc 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -312,6 +312,15 @@ beginning of a headline when using Org speed commands.  Now, if there
 is already a restriction at point, hitting =<= again (or =C-x C-x <=) will
 remove it.
 
+*** Option =org-agenda-scatter-days=
+
+The new option, =org-agenda-scatter-days=, sets the number of days to
+prompt with when scattering bulk-selected agenda items.  It can be set
+to a number of days, or to the number of selected items (which
+scatters the items one-per-day starting on the next day).  The default
+value is 7, so the default behavior is unchanged from previous
+versions.
+
 ** New commands and functions
 
 *** ~org-insert-structure-template~
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index eaeddb6..6d3799c 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -2042,6 +2042,12 @@ Note that functions in this alist don't need to be quoted."
   :version "24.1"
   :group 'org-agenda)
 
+(defcustom org-agenda-scatter-days 7
+  "Number of days to scatter bulk-selected items across, by default."
+  :type '(choice (integer :tag "Number of days")
+		 (const :tag "Number of bulk-selected items" org-agenda-bulk-marked-entries))
+  :group 'org-agenda)
+
 (defmacro org-agenda-with-point-at-orig-entry (string  body)
   "Execute BODY with point at location given by `org-hd-marker' property.
 If STRING is non-nil, the text property will be fetched from position 0
@@ -9967,7 +9973,9 @@ The prefix arg is passed through to the command if possible."
 	 (let ((days (read-number
 		  (format "Scatter tasks across how many %sdays: "
 			  (if arg "week" ""))
-		  7)))
+		  (pcase org-agenda-scatter-days
+			((pred integerp) org-agenda-scatter-days)
+			('org-agenda-bulk-marked-entries (length org-agenda-bulk-marked-entries))
 	   (setq cmd
 		 `(lambda ()
 		(let ((distance (1+ (random ,days
-- 
2.7.4



Re: [O] "Refiled from..." Notes in LOGBOOK - Feature suggestion

2018-09-13 Thread Adam Porter
Stas Vlasov  writes:

> It could be useful to have a note about the place where the entry was refiled 
> from. Like so:
>
> * TODO Note on where the entry was refiled from
> :LOGBOOK:  
> - Refiled on [2016-04-04 Mon 00:57] from ~/emacs-tasks.org::*Tasks%20workflow
> - Refiled on [2015-05-15 Fri 13:53] from ~/stuff.org
> - State "TODO"   from ""   [2015-05-15 Fri 13:53]
> :END:
>
> The current options with org-log-refile in only allow to log time of refile 
> event or to prompt for a note.

That's a great idea!




Re: [O] Any easy way to use multiple indirect buffers based on subtrees?

2018-09-13 Thread Adam Porter
In addition to Kyle's suggestion, you may find Helm useful, as commands
like helm-org-in-buffer-headings have an "Open in indirect buffer"
action, which makes it easy to open subtrees in indirect buffers.
helm-org-rifle can also do this.

If there are certain subtrees you often work with together, you could
write a function to open certain entries by UUID in indirect buffers,
then arrange the buffers into frames/windows accordingly.




Re: [O] Visualizing org files

2018-09-13 Thread Adam Porter
Marcelo de Moraes Serpa  writes:

> What I'm proposing is a way to visualize org buffers in Freeplane and 
> vice-versa. 

I would love that!

> I think a script to automatically transform the Freeplane XML to org
> and vice-versa wouldn't be too hard to come up with.

I am not as confident as you, but I would love that as well.  :) Both
the Freeplane and Org formats have many features, and I would not want
to use a solution that didn't provide a 1-to-1, lossless translation
between them.

I guess the biggest part of the solution would be code that translates a
Freeplane file into an org-element tree that can be re-interpreted into
an Org file.




Re: [O] [PATCH] Change: (org-agenda-bulk-action) Prompt w/number of marked items

2018-09-13 Thread Adam Porter
Nicolas Goaziou  writes:

Hi Nicolas,

>> Alternatively, the number of marked items could be indicated in the
>> prompt string, e.g. "Scatter X tasks across how many days:".  A
>> customizeable default could also be provided.
>
> FWIW, I slightly prefer the second option. Would you want to provide
> a patch for that?

Sure.  What if I add a customization option like this:

- N days
- Number of selected items

It could default to the first option, specifically 7, so the default
behavior would not change.




[O] "Refiled from..." Notes in LOGBOOK - Feature suggestion

2018-09-13 Thread Stas Vlasov
Dear org-mode community,

It could be useful to have a note about the place where the entry was refiled 
from. Like so:

* TODO Note on where the entry was refiled from
:LOGBOOK:  
- Refiled on [2016-04-04 Mon 00:57] from ~/emacs-tasks.org::*Tasks%20workflow
- Refiled on [2015-05-15 Fri 13:53] from ~/stuff.org
- State "TODO"   from ""   [2015-05-15 Fri 13:53]
:END:

The current options with org-log-refile in only allow to log time of refile 
event or to prompt for a note.

The problem is that the templates for adding notes in org-log-note-headings do 
not support a proper location placeholder (something like %F used in 
org-capture-templates). It is also explicitly not recommended to change those 
templates.

Maybe add location placeholder or a new refile note template for future 
releases?

Thank you for considering!

Kind regards,
Stas


[O] [PATCH] Add org-attach-download command

2018-09-13 Thread Adam Porter
Hi,

This patch adds a new org-attach-download command, which downloads
remote files with url.el and attaches them with org-attach.  When called
without a prefix, it first looks at point for a link, and prompts the
user for a URL if none is found.  When called with prefix, it prompts
for the URL.  Before downloading, it asks for confirmation.

Thanks,
Adam>From 426f95caa8e1f728327809cad2f9539857bb8567 Mon Sep 17 00:00:00 2001
From: Adam Porter 
Date: Thu, 13 Sep 2018 04:44:48 -0500
Subject: [PATCH] org-attach: Add org-attach-download command

* lisp/org-attach.el: Require "files" and "url-handlers".
(org-attach-download): Add command.
(org-attach): Add to dispatcher under "L".
* etc/ORG-NEWS: Add entry.
---
 etc/ORG-NEWS   |  6 ++
 lisp/org-attach.el | 30 ++
 2 files changed, 36 insertions(+)

diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 2a22be0..5b999c5 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -312,6 +312,12 @@ beginning of a headline when using Org speed commands.  Now, if there
 is already a restriction at point, hitting =<= again (or =C-x C-x <=) will
 remove it.
 
+*** ~org-attach-download~ downloads and attaches remote files
+
+The new command ~org-attach-download~, available through the
+~org-attach~ dispatcher with =C-c C-a L=, downloads remote files and
+attaches them with ~org-attach~.
+
 ** New commands and functions
 
 *** ~org-insert-structure-template~
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 53389f7..5f80ac0 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -41,6 +41,8 @@
 (require 'org)
 (require 'org-id)
 (require 'vc-git)
+(require 'files)
+(require 'url-handlers)
 
 (declare-function dired-dwim-target-directory "dired-aux")
 
@@ -181,6 +183,9 @@ n   Create a new attachment, as an Emacs buffer.
 z   Synchronize the current task with its attachment
 directory, in case you added attachments yourself.
 
+L   Download file and attach it.  Look for link at point,
+or prompt for URL if not found or called with prefix.
+
 o   Open current task's attachments.
 O   Like \"o\", but force opening in Emacs.
 f   Open current task's attachment directory.
@@ -210,6 +215,7 @@ i   Make children of the current entry inherit its attachment directory.")))
 (let ((org-attach-method 'url)) (call-interactively 'org-attach-url)))
((memq c '(?n ?\C-n)) (call-interactively 'org-attach-new))
((memq c '(?z ?\C-z)) (call-interactively 'org-attach-sync))
+   ((eq c ?L) (call-interactively 'org-attach-download))
((memq c '(?o ?\C-o)) (call-interactively 'org-attach-open))
((eq c ?O)(call-interactively 'org-attach-open-in-emacs))
((memq c '(?f ?\C-f)) (call-interactively 'org-attach-reveal))
@@ -224,6 +230,30 @@ i   Make children of the current entry inherit its attachment directory.")))
 			  'org-attach-set-inherit))
(t (error "No such attachment command %c" c))
 
+(defun org-attach-download (url)
+  "Download file at URL and attach with `org-attach'.
+Interactively, look for URL at point, prompting if not found.
+With prefix, prompt for URL.  Always prompt before downloading
+file."
+  (interactive (list (if current-prefix-arg
+ (read-string "URL: ")
+   (or (org-element-property :raw-link (org-element-context))
+   (read-string "URL: ")
+  (when (yes-or-no-p (concat "Attach file at URL: " url))
+(let* ((temp-dir (make-temp-file "org-attach-download-link-" 'dir))
+   (basename (file-name-nondirectory (directory-file-name url)))
+   (local-path (expand-file-name basename temp-dir))
+   size)
+  (unwind-protect
+  (progn
+(url-copy-file url local-path 'ok-if-exists 'keep-time)
+(setq size (file-size-human-readable
+(file-attribute-size
+ (file-attributes local-path
+(org-attach-attach local-path nil 'mv)
+(message "Attached %s (%s)" url size))
+(delete-directory temp-dir)
+
 (defun org-attach-dir ( create-if-not-exists-p)
   "Return the directory associated with the current entry.
 This first checks for a local property ATTACH_DIR, and then for an inherited
-- 
2.7.4



Re: [O] Bug: Nested \caption and \label in LaTeX export [9.1.14 (9.1.14-1-g4931fc-elpaplus @ /home/simon/.emacs.d/elpa/26.1/develop/org-plus-contrib-20180910/)]

2018-09-13 Thread Simon Braß
Dear Eric,

thanks for the fast reply!
Indeed, I had a look at the lshort documentation.
It actually never states that \label must come after the full \caption{}
command - nesting works - good to know.
I'm sorry for the inconvenience.

Cheers,
Simon

On 9/13/18 8:05 AM, Eric S Fraga wrote:
> On Tuesday, 11 Sep 2018 at 09:31, Simon Braß wrote:
>> Exporting a table (or figure) with a CAPTION and NAME tag leads to
>> following result:
>> \caption{\label{whatever-tag} I am a caption.}
>> Any LaTeX compiler won't understand this line correctly and won't be able
>> to reference to the assigned label.
> Simon,
>
> In my experience, LaTeX has no problem with this.  I have always (when
> writing LaTeX directly) put the label inside the caption as it's the
> caption that defines the numbering of the table/figure.  Have you
> actually tried this?  What happens when you do?
>



Re: [O] Bug: Nested \caption and \label in LaTeX export [9.1.14 (9.1.14-1-g4931fc-elpaplus @ /home/simon/.emacs.d/elpa/26.1/develop/org-plus-contrib-20180910/)]

2018-09-13 Thread Eric S Fraga
On Tuesday, 11 Sep 2018 at 09:31, Simon Braß wrote:
> Exporting a table (or figure) with a CAPTION and NAME tag leads to
> following result:
> \caption{\label{whatever-tag} I am a caption.}
> Any LaTeX compiler won't understand this line correctly and won't be able
> to reference to the assigned label.

Simon,

In my experience, LaTeX has no problem with this.  I have always (when
writing LaTeX directly) put the label inside the caption as it's the
caption that defines the numbering of the table/figure.  Have you
actually tried this?  What happens when you do?

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-753-g2ec5d3



[O] Emacs 26.1; Org-Mode 9.1.9; org-publish depend on non-free platform ?

2018-09-13 Thread Nicolas Floquet
Hello.

I reported this bug to Emacs developpers (bug#32722), one of them ask
me to report it to Org developers :

Actualy, I don't understand why Org-mode quote Github, a non-free
platform, when I want to publish my org-blog :

M-x org-publish-all
[…]
Publishing file 
home/nico/Documents/Travaux/.nico/www/Tutoriels/Emacs/org-mode-listes-de-taches.org
 using ‘org-html-publish-to-html’
org-babel-exp process emacs-lisp at position 2237...
org-babel-exp process emacs-lisp at position 2786...
org-babel-exp process emacs-lisp at position 3397...
org-babel-exp process emacs-lisp at position 3846...
org-babel-exp process org at position 4931...
org-html-fontify-code: Please install htmlize from 
https://github.com/hniksic/emacs-htmlize

Surely, I think I should editing my former publications to pass Emacs
25.1 to Emacs 26.1. But I also think that Emacs must not quote GitHub.


Thank you for everything done.
Et vive le Logiciel Libre ! ^^

-- 
| Numérion  |  Nicolas Floquet |
+--+
| Services informatiques en logiciels libres   |
| XMPP : nf...@jabber.fr | Tél : 06.32.93.03.51|
| Ğ1 : BjZFP7UpKjJ9hbavhT2Ep2hP58noXp6xdPY4awsX17yD|
| PGP : 94C7 641B 719E B06A F406  7AB3 3709 C700 E548 F996 | 
+--+