[O] Happily exporting LaTeX, now want to export to text and HTML, can't figure how to handle latex markup

2017-08-01 Thread Grant Rettke
Good morning, I'm happily exporting an Org-Mode document to LaTeX using the nifty `letterine' package. An example is attached. Writing using it has been so fun that naturally now I want to export it both to text and HTML. My source document looks like this for reference and all of this works

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-08-01 Thread Jay Kamat
Hi Nicolas, Sorry for bumping this, but could you apply the patch I made to update worg for documentation as well (or provide feedback)? I'd like that to stay updated as well if possible. If there's another mailing list for worg let me know and I'll post it there. The patch is re-attached for

Re: [O] Bug: emphasis crosses quotation marks [9.0.9 (release_9.0.9 @ /usr/new/share/emacs/26.0.50/lisp/org/)]

2017-08-01 Thread Mike Kupfer
Nicolas Goaziou wrote: > Mike Kupfer writes: > > I would not expect emphasis to cross quotation marks. > > This was done because it allows to write, e.g., ~C-x "~. See > . [...] > I cannot see a generic solution

Re: [O] [PATCH] ob-vala.el: Add Vala support to Babel

2017-08-01 Thread Nicolas Goaziou
Hello, Christian Garbs writes: > Hello and sorry for the wait! No problem. > Looking at the other defcustoms, is the current wording ok? It is. > Some of your proposed changes apply to ob-C.el as well. I could > prepare a different patch for that (under which topic?),

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Tim Cross
While I totally agree with your sentiments, I don't think we should worry about how/what the browser renders. We should ensure valid HTML and leave how this is interpreted/rendered to the browsers. Alternative is we jump through lots of hoops trying to get something which looks reasonable in all

Re: [O] Worg -- search mailing list archives on gmane?

2017-08-01 Thread Colin Baxter
Dear Raymond, > Raymond Zeitler writes: > When I visit the URL that you provided at dir.gmane.org, the page > loads. However, when I enter a search term in the textbox and > press enter, I get the same result as before. This is using > Chrome. Cyberfox

Re: [O] [PATCH v2] ob-vala.el: Add Vala support to Babel

2017-08-01 Thread Nicolas Goaziou
Hello, Christian Garbs writes: > * ob-vala.el: Add support for the Vala language to Babel. > --- > lisp/ob-vala.el | 122 > > 1 file changed, 122 insertions(+) > create mode 100644 lisp/ob-vala.el > > diff --git

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Tim Cross
I think I agree. All HTML documents should have a title tag. Not all HTML documents need a h1-title. I think the easy solution is to just default to document name when no title is set and don't add a h1-title. If a title block is set, then do as is now the case. tim Rasmus writes: > Kaushal

Re: [O] [PATCH] ob-vala.el: Add Vala support to Babel

2017-08-01 Thread Christian Garbs
Hello and sorry for the wait! On Sun, Jul 23, 2017 at 11:05:02AM +0200, Nicolas Goaziou wrote: > Christian Garbs writes: > > > * ob-vala.el: Add support for the Vala language to Babel. > > +(defvar org-babel-vala-compiler "valac" > > + "Command used to compile a Vala

[O] [PATCH v2] ob-vala.el: Add Vala support to Babel

2017-08-01 Thread Christian Garbs
* ob-vala.el: Add support for the Vala language to Babel. --- lisp/ob-vala.el | 122 1 file changed, 122 insertions(+) create mode 100644 lisp/ob-vala.el diff --git a/lisp/ob-vala.el b/lisp/ob-vala.el new file mode 100644 index

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Kaushal Modi
On Tue, Aug 1, 2017 at 4:48 PM Rasmus wrote: > Thanks for looking into this. That hack really leaves the title on the > tabs completely blank! That was the idea.. If someone sets "#+TITLE:", they expect *no* title :) > I’ve never seen anything like it. It’s in line > with

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Rasmus
Hi Kaushal, Kaushal Modi writes: > Your patch to fix printing of h1 title when :with-title is nil looks good. > > More comments below. OK I’ll push it then. > Here is my attempt to fix it (below is a whitespace ignored diff): Thanks for looking into this. That hack

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Kaushal Modi
Hi Rasmus, Your patch to fix printing of h1 title when :with-title is nil looks good. More comments below. On Tue, Aug 1, 2017 at 7:18 AM Rasmus wrote: > Yes, but that’s a feature. It’s how ox-{latex,odt} works as well (via > hyperref). > OK, I agree that the title being made

Re: [O] Bug: Blank line when logging state changes [9.0.9 (9.0.9-692-gfbf31d.dirty-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170801/)]

2017-08-01 Thread Nicolas Goaziou
Hello, Dale Sedivec writes: > I think a recent change to org-split-string in master may have made logging > of state changes a little uglier, adding "\\" and an empty line with > trailing whitespace. Steps to reproduce: > [...] > IMHO the new behavior of org-split-string

Re: [O] Worg -- search mailing list archives on gmane?

2017-08-01 Thread Nick Dokos
"Raymond Zeitler" writes: > When attempting to use the mailing list search tool on Worg, the web browser > says: > > "search.gmane.org’s server DNS address could not be found." > > Here's a link to the Worg page with the search button: > >

Re: [O] Worg -- search mailing list archives on gmane?

2017-08-01 Thread Colin Baxter
> Raymond Zeitler writes: > When attempting to use the mailing list search tool on Worg, the > web browser says: "search.gmane.org’s server DNS address could not > be found." Is http://dir.gmane.org/gmane.emacs.orgmode any good? Best wishes -- -- Colin

Re: [O] Worg -- search mailing list archives on gmane?

2017-08-01 Thread Raymond Zeitler
When I visit the URL that you provided at dir.gmane.org, the page loads. However, when I enter a search term in the textbox and press enter, I get the same result as before. This is using Chrome. Cyberfox says simply that it can't find the server. Perhaps Chrome is confusing an unresponsive

Re: [O] Bug: emphasis crosses quotation marks [9.0.9 (release_9.0.9 @ /usr/new/share/emacs/26.0.50/lisp/org/)]

2017-08-01 Thread Nicolas Goaziou
Hello, Mike Kupfer writes: > In Emacs master ("GNU Emacs 26.0.50 (build 3, x86_64-pc-linux-gnu, X > toolkit, Xaw scroll bars) of 2017-07-30", git changeset c8f44e4b; Org > mode 9.0.9), I get strikeout text from "+" to "+" in > > "+" word "+" > > (I also see the

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-08-01 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > From 65c8add92842c2e547b13d5c6fb2485e7fdbf2db Mon Sep 17 00:00:00 2001 > From: Jay Kamat > Date: Mon, 31 Jul 2017 22:47:33 -0700 > Subject: [PATCH] ORG-NEWS: Fix a small typo in new org babel header example > > * etc/ORG-NEWS

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-08-01 Thread Nicolas Goaziou
Jay Kamat writes: > Hi Chuck, > > Thanks for pointing that out, this all makes a lot more sense now. > Prior to this patch ':includes' and ':defines' seem to work in the > property list (as described in the old version of the org manual), so > (I think) the updated version

Re: [O] Help resolving CUSTOM_ID based links that point to outside current subtree scope

2017-08-01 Thread Nicolas Goaziou
Kaushal Modi writes: > Also, I am working on implementing this in an exporter backend. So what > would be the canonical way to do that in ox-foo.el? I think I would do something like this: in a parse tree filter, find every custom ID link then expand current buffer, find

[O] Bug: Blank line when logging state changes [9.0.9 (9.0.9-692-gfbf31d.dirty-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170801/)]

2017-08-01 Thread Dale Sedivec
Hi! I think a recent change to org-split-string in master may have made logging of state changes a little uglier, adding "\\" and an empty line with trailing whitespace. Steps to reproduce: 1. Start fresh Emacs with no local configuration (e.g. mkdir /tmp/emacs && HOME=/tmp/emacs emacs) 2.

Re: [O] Donating money to mobile org.

2017-08-01 Thread Julien Cubizolles
Rasmus writes: > I am not sure Mobileorg for android is still developed. According to https://github.com/matburt/mobileorg-android/commit/646cec8c82c77b02134b0fc01407859e1d31fa7d, it's not anymore.

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Rasmus
Hi, Kaushal Modi writes: > With the new patch, wouldn't the title, that was not intended to be shown, > still show up in places like browser tabs and bookmarks? I have to yet try > it. Yes, but that’s a feature. It’s how ox-{latex,odt} works as well (via hyperref). >

Re: [O] Help resolving CUSTOM_ID based links that point to outside current subtree scope

2017-08-01 Thread Kaushal Modi
On Tue, Aug 1, 2017, 4:26 AM Nicolas Goaziou wrote: > > I guess you could write a function that changes custom ID links into > external links prior to export, e.g., within > `org-export-before-parsing-hook'. > If I understand correctly, it would mean replacing

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Kaushal Modi
On Tue, Aug 1, 2017, 5:52 AM Rasmus wrote: > > That is wrong IMO. Title is mandatory in at least HTML{4,5}. > > https://www.w3schools.com/tags/tag_title.asp Thanks, I was not aware of that. AFAIR Org already allows invalid HTML document to be produced when the > TITLE is

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Rasmus
Kaushal Modi writes: > This patch fixes this: > > From e57e9e798dd1a54cae7a633fc67e2f825b967eea Mon Sep 17 00:00:00 2001 > From: Kaushal Modi > Date: Mon, 31 Jul 2017 14:30:40 -0400 > Subject: [PATCH] Respect :with-title in ox-html > > *

Re: [O] [PATCH] org-depend: multi-file TRIGGER and BLOCKER tasks

2017-08-01 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > I have attached an amended version. Let me know if there are any other > changes that need to be made. Applied. Thank you. Regards, -- Nicolas Goaziou0x80A93738

Re: [O] Help resolving CUSTOM_ID based links that point to outside current subtree scope

2017-08-01 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Ah! I made a typo in the example above; here's the corrected one: > > * Link source > :PROPERTIES: > :EXPORT_FILE_NAME: link-source > :END: > - Link to [[#link-dest][Link dest]] > * Link dest > :PROPERTIES: > :EXPORT_FILE_NAME: link-dest >

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-08-01 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > Let me know if you spot anything fishy or wrong. It's good, thank you. I applied your patch. > > Also, RE: Copyright, this is the form I need to send, correct? > http://orgmode.org/request-assign-future.txt It is. Please let me know when the

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-08-01 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > From e57e9e798dd1a54cae7a633fc67e2f825b967eea Mon Sep 17 00:00:00 2001 > From: Kaushal Modi > Date: Mon, 31 Jul 2017 14:30:40 -0400 > Subject: [PATCH] Respect :with-title in ox-html > > * lisp/ox-html.el

Re: [O] ANN: org-super-agenda

2017-08-01 Thread Adam Porter
FYI, I just pushed an update to org-super-agenda that lets you automatically sort agenda items into groups based on an "agenda-group" Org property, which can be set for entire subtrees with inheritance (which is enabled by default). This makes configuration very easy, as you only need one