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

[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

[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

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

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

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. > > >

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

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

[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 >

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}. >

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

[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

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

[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

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

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

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,

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

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

[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]

[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.

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

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

[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