Eric Abrahamsen writes on Sun 11 Jun 2017 14:37:
> alain.coch...@unistra.fr writes:
>
> >>Fran?ois Patte writes:
> >>
> >>> Le 05/06/2017 ? 12:07, Eric Abrahamsen a ?crit :
> Fran?ois Patte writes:
>
> > Le 05/06/2017 ? 01:33, Eric Abrahamsen a ?crit :
> >> Fran?ois P
Another change in moving to cloudflair was that it was https link rather
than a http. It could be the case that you have mixed content, https with
http as well. Does it still not render when you change to https?
On Sun, Jun 11, 2017 at 10:03 AM, Colin Baxter wrote:
> Dear Kaushal,
>
> > "K
On Mon, Jun 12, 2017 at 11:20 AM Colin Baxter wrote:
> I have mathjax working now. I had inserted a path to cdnjs.cloudflare
> local to the file, which I had thought mistakenly was identical to the
> global
> setting. However, one was https and the other http. As always, the devil
> is in the det
Yes, Eric, thank you, that is a good idea.
Now I've found that it is more a feature than a failure – org mode thinks of it
as "cleaning up", and it does it automagically together with some commands.
There is even a special command for it: C-c n (crux-cleanup-buffer-or-region).
But I cannot find
On Monday, 12 Jun 2017 at 15:49, Birnle wrote:
> Is there no command to "unclean" the file again?
Difficulty is defining what "unclean" means. For instance, if it is
simply removing spaces at the start of a line, you could use
,[ C-h f replace-regexp RET ]
| replace-regexp is an interactive
Yes, Eric, thank you again. This is what I knew, I can do it with regexp. I
just thought there would be a simple command that could undo the "cleanup".
But I’ve read that it is possible to directly export to Markdown – that is the
format I usually work with. By exporting an Org mode file these u
Hi,
You raise two important-seeming points about my patch:
1) a feature (display of language on hover) is removed by the patch
2) the patch also breaks XHTML validation
That patch was submitted to add support for live code examples in exported
HTML (using the klipse.js library). As it stands r
On Mon, Jun 12, 2017 at 11:49 AM, Birnle wrote:
> crux-cleanup-buffer-or-region
>
if that command is what does it, then it is happening outside of org-mode.
I guess it is a command from here: https://github.com/bbatsov/crux and that
it is in a hook function somewhere.
However, I am skeptical th
Birnle writes:
> But I’ve read that it is possible to directly export to Markdown – that is the
> format I usually work with. By exporting an Org mode file these unnecessary
> spaces should be erased. I just have to figure out how to export to Markdown
> from Org mode … Do you know a good online
Dear Kaushal and Adam
> "Adam" == Adam Aviv writes:
Adam> Another change in moving to cloudflair was that it was https
Adam> link rather than a http. It could be the case that you have
Adam> mixed content, https with http as well. Does it still not
Adam> render when you chang
I have attached the same patch with one more test; rebased to master.
On Fri, Jun 9, 2017 at 12:59 PM Kaushal Modi wrote:
> I have attached the updated patch, rebased to master.
>
--
Kaushal Modi
0001-Allow-org-file-contents-to-fetch-file-contents-from-.patch
Description: Binary data
On 2017-06-10 05:13, ed...@openmail.cc wrote:
On 2017-06-10 04:54, ed...@openmail.cc wrote:
Hello,
I have been making progress with my export procedure to ODT. I would
like to know if someone knows how to export the following LaTeX block
to ODT correctly:
\[\begin{align} \begin{bmatrix} a = 1
Thank you, John, for your answer. And no, it’s much too early for me
to be sure … But C-c n does actually indent each (first) line with
whitespace according to the number of asterisks in the heading.
The easiest and fastest solution is in fact deleting the leading
whitespace in every line by r
Yes, John, thank you! Sometimes it is so easy … if you know it. Great.
Now I can export to Markdown and ODT directly.
On 12 Jun 2017, at 19:15, John Ankarström wrote:
Birnle writes:
But I’ve read that it is possible to directly export to Markdown
– that is the
format I usually work with. B
The C-c n binding is not defined in org-mode though as far as I know. That
suggests it is something outside of org-mode doing that.
John
---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
alain.coch...@unistra.fr writes:
> Eric Abrahamsen writes on Sun 11 Jun 2017 14:37:
> > alain.coch...@unistra.fr writes:
> >
> > >>Fran?ois Patte writes:
> > >>
> > >>> Le 05/06/2017 ? 12:07, Eric Abrahamsen a ?crit :
> > Fran?ois Patte writes:
> >
> > > Le 05/06/2017 ? 0
Yes, John, you are surely right. From the beginning I use the Prelude
Emacs distribution (http://batsov.com/prelude/) that comes with a bunch
of preinstalled packages, so I don’t know yet what is original
Emacs/Org and what is optional. So much to learn, so little time.
Even for a text editing
Dear group,
Since I like to know my daily used software „by heart“ and I really
don’t want to ask too many silly questions, here’s another:
Which book (or books) do I have to read / work through to get from
Emacs/Org novice to (almost) guru? Which is/are the best in your
opinion?
I’ve seen
On 2017-06-12, at 23:42, Birnle wrote:
> Thank you, John, for your answer. And no, it’s much too early for me
> to be sure … But C-c n does actually indent each (first) line with
> whitespace according to the number of asterisks in the heading.
>
> The easiest and fastest solution is in fact del
Good evening,
org2blog users:
Add #+ORG2BLOG: to your blog post or page and org2blog will get auto loaded...
after you get the latest code and make the following changes:
https://github.com/punchagan/org2blog#auto-loading-org2blog-mode
Let me know how it goes.
Sincerely,
Grant Rettke
On 2017-06-13, at 03:24, Birnle wrote:
> Yes, John, you are surely right. From the beginning I use the Prelude
> Emacs distribution (http://batsov.com/prelude/) that comes with
> a bunch of preinstalled packages, so I don’t know yet what is original
> Emacs/Org and what is optional. So much to l
Eric Abrahamsen writes on Tue 13 Jun 2017 08:41:
> alain.coch...@unistra.fr writes:
>
> > Eric Abrahamsen writes on Sun 11 Jun 2017 14:37:
> > > alain.coch...@unistra.fr writes:
> > >
> > > >>Fran?ois Patte writes:
> > > >>
> > > >>> Le 05/06/2017 ? 12:07, Eric Abrahamsen a ?crit :
22 matches
Mail list logo