[O] Emacs sagmentation fault error on a big org-mode file movement

2017-12-15 Thread numbch...@gmail.com
I have a big org-mode file which is overview at startup. When I navigate around with [C-v] and [M-v]. The Emacs crashed. Here is the output from command-line: ``` Fatal error 11: Segmentation fault Backtrace: emacs[0x51195e] emacs[0x4f739a] emacs[0x50fe3e] emacs[0x510058] emacs[0x5100dc]

Re: [O] export entities inside code/verbatim markup?

2017-12-15 Thread Matt Price
On Fri, Dec 15, 2017 at 11:28 AM, Eric S Fraga wrote: > On Friday, 15 Dec 2017 at 16:19, Kaushal Modi wrote: > > I believe that Matt wants to render the entities inside the verbatim/code > > markup. > > Ah, I did completely misunderstand his question! Thanks. > > > To do

Re: [O] export entities inside code/verbatim markup?

2017-12-15 Thread Matt Price
On Fri, Dec 15, 2017 at 10:48 AM, Eric S Fraga wrote: > On Friday, 15 Dec 2017 at 10:40, Matt Price wrote: > > Of particular value in both Chrome and Firefox is the "Javascript > > Consoles," accessible from the developer tools: ~Tools \rarr Web > Developer > > \rarr Console~

Re: [O] Error with git-fetch from org repo

2017-12-15 Thread Nick Dokos
Alex Branham writes: > Hello - > > I've been trying to git fetch from the org repo > (git://orgmode.org/org-mode.git) today and keep getting this error: > > Fetching origin > fatal: read error: Connection reset by peer > error: Could not fetch origin > > Has anyone else

[O] Error with git-fetch from org repo

2017-12-15 Thread Alex Branham
Hello - I've been trying to git fetch from the org repo (git://orgmode.org/org-mode.git) today and keep getting this error: Fetching origin fatal: read error: Connection reset by peer error: Could not fetch origin Has anyone else had problems connecting? Thanks, Alex

[O] bug#29722: issues with some function declarations

2017-12-15 Thread Nicolas Goaziou
Glenn Morris writes: > Thanks. I think that will have introduced a compilation warning: > > In end of data: > org-duration.el:448:1:Warning: the function 'org-trim' is not known to > be defined. Indeed! Also fixed. Thank you. Regards,

Re: [O] Lists with bullets and checkboxes in beamer

2017-12-15 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Tuesday, 12 Dec 2017 at 17:24, Ken Mankoff wrote: >> Hi List, >> >> I have some lists with checkboxes like this: >> >> + [X] Foo >> + [ ] Bar >> >> >> When I export these to Beamer, I get both a bullet and a [] box. The >> bullet is redundant

[O] bug#29722: issues with some function declarations

2017-12-15 Thread Glenn Morris
Thanks. I think that will have introduced a compilation warning: In end of data: org-duration.el:448:1:Warning: the function 'org-trim' is not known to be defined.

Re: [O] Can export the files with bibliography only to LaTeX

2017-12-15 Thread Tim Cross
The saddest part of this message is the last line about your publishers also requiring word doc! A long time since I had to deal with publishers, but at least they use to require Latex (albeit often with weird *.sty files!). After 17 years working in an 'admin' area of a University, I got to the

[O] bug#29722: issues with some function declarations

2017-12-15 Thread Nicolas Goaziou
Hello, Glenn Morris writes: > Package: org-mode > Severity: minor > > "make check-declare" reports the following issues: > > org/org-compat.el:40:Warning (check-declare): said 'org-table-end' was defined > in unknown file: Malformed declaration > org/org-footnote.el:48:Warning

[O] Confusing org-cycle invocation when cursor is in invisible text

2017-12-15 Thread Ruy Exel
I feel this issue might have already been raised here but after researching it I could not find anything relevant. So please ignore this message and excuse me if I am returning to something already discussed in this group. Consider the following simple tree structure - * Trees ** Pine It

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-15 Thread Grant Rettke
Write it in Org. Export to Pandoc file pandoc-A. Export Pandoc file pandoc-A to Word file word-A. Send that to your peers for review. Export Word file word-A to Pandoc file pandoc-B. Get the Word from your peers, the file with changes from their review, word-C. Export it to pandoc-C Do a diff

[O] bug#29722: issues with some function declarations

2017-12-15 Thread Glenn Morris
Package: org-mode Severity: minor "make check-declare" reports the following issues: org/org-compat.el:40:Warning (check-declare): said 'org-table-end' was defined in unknown file: Malformed declaration org/org-footnote.el:48:Warning (check-declare): said 'org-fill-paragraph' was defined

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-15 Thread Adonay Felipe Nogueira
A few weeks ago I made a suggestion similar to what you want, see [1]. [1] . 2017-12-15T15:54:06+0100 Tim O'Callaghan wrote: > Does anyone know of a good round trip/review workflow for word documents? > I'm

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-15 Thread Eric Abrahamsen
Rasmus writes: > Kaushal Modi writes: > >> On Fri, Dec 15, 2017 at 6:23 AM Rasmus wrote: >> >>> The only way it’s "bad" is in the sense it limits the flexibility of >>> snippets, like "

[O] Strange, issue when I hit word wrap limit.

2017-12-15 Thread Richard Fieldsend
Dear Gurus, I have an odd issue with org-mode, which I'm hoping people can help with. Background: I recently decided to declare Emacs bankruptcy, and started building a fresh new Emacs. To do this I pulled a copy of the source from github, built it and then started on my initialisation files.

Re: [O] export entities inside code/verbatim markup?

2017-12-15 Thread Eric S Fraga
On Friday, 15 Dec 2017 at 16:19, Kaushal Modi wrote: > I believe that Matt wants to render the entities inside the verbatim/code > markup. Ah, I did completely misunderstand his question! Thanks. > To do what you want, I would unleash the power of C-x 8 RET. I like your suggestion of adding

Re: [O] export entities inside code/verbatim markup?

2017-12-15 Thread Kaushal Modi
On Fri, Dec 15, 2017 at 10:49 AM Eric S Fraga wrote: > On Friday, 15 Dec 2017 at 10:40, Matt Price wrote: > > tools: Tools \rarr Web Developer \rarr Console or > > So what is the problem? The text in ~...~ markup *is* being exported to > HTML. What did you expect to see

Re: [O] export entities inside code/verbatim markup?

2017-12-15 Thread Eric S Fraga
On Friday, 15 Dec 2017 at 10:40, Matt Price wrote: > Of particular value in both Chrome and Firefox is the "Javascript > Consoles," accessible from the developer tools: ~Tools \rarr Web Developer > \rarr Console~ or ~Menu \rarr More Tools \rarr Developer \rarr Console~ > > test.html (excluding

Re: [O] export entities inside code/verbatim markup?

2017-12-15 Thread Matt Price
On Fri, Dec 15, 2017 at 10:03 AM, Eric S Fraga wrote: > On Friday, 15 Dec 2017 at 09:52, Matt Price wrote: > > IIUC, org does not by default export entities contained inside ~code~ and > > =verbatim= markup. > > it does for me... what happens when you try? can you post a

Re: [O] export entities inside code/verbatim markup?

2017-12-15 Thread Eric S Fraga
On Friday, 15 Dec 2017 at 09:52, Matt Price wrote: > IIUC, org does not by default export entities contained inside ~code~ and > =verbatim= markup. it does for me... what happens when you try? can you post a small example? -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.4-214-ge8b71b

Re: [O] export entities inside code/verbatim markup?

2017-12-15 Thread Matt Price
On Fri, Dec 15, 2017 at 9:52 AM, Matt Price wrote: > IIUC, org does not by default export entities contained inside ~code~ and > =verbatim= markup. Is there any way to get around that? I have lots of > markup like this: > > ~Tools \rarr Web Developer \rarr Console~ > > in

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-15 Thread Tim O'Callaghan
Does anyone know of a good round trip/review workflow for word documents? I'm interested in generating documents and processing feedback/comments, especially with word document tracking. On 15 December 2017 at 14:30, Eric S Fraga wrote: > On Friday, 15 Dec 2017 at 13:58,

[O] export entities inside code/verbatim markup?

2017-12-15 Thread Matt Price
IIUC, org does not by default export entities contained inside ~code~ and =verbatim= markup. Is there any way to get around that? I have lots of markup like this: ~Tools \rarr Web Developer \rarr Console~ in various help texts. If there's a way to push this out to markdown or HTML I'd be very

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-15 Thread Eric S Fraga
On Friday, 15 Dec 2017 at 13:58, Fabrice Popineau wrote: > The best way is probably to generate a PDF with LaTeX > and to open it with MS-Word. Yes, it can do that, and the math import > is quite good (for what I have seen, at least as good as any other > alternative option). Interesting. I

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-15 Thread Kaushal Modi
On Fri, Dec 15, 2017 at 6:23 AM Rasmus wrote: > The only way it’s "bad" is in the sense it limits the flexibility of > snippets, like " I can no longer have "

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-15 Thread Rasmus
Kaushal Modi writes: > On Fri, Dec 15, 2017 at 6:23 AM Rasmus wrote: > >> The only way it’s "bad" is in the sense it limits the flexibility of >> snippets, like "> I can no longer have "

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-15 Thread Fabrice Popineau
The best way is probably to generate a PDF with LaTeX and to open it with MS-Word. Yes, it can do that, and the math import is quite good (for what I have seen, at least as good as any other alternative option). Fabrice 2017-12-14 13:18 GMT+01:00 Eric S Fraga : > Hello, > >

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-15 Thread Eric S Fraga
On Friday, 15 Dec 2017 at 03:20, ed...@openmail.cc wrote: [...] > I only know how to do a rough approximation by means of pandoc: > > #+BEGIN_SRC bash >pandoc -f org+smart my-original.org -t docx+smart -o my-output.docx > #+END_SRC What version of pandoc are you using? My Debian (testing)

Re: [O] Can export the files with bibliography only to LaTeX

2017-12-15 Thread Eric S Fraga
On Friday, 15 Dec 2017 at 03:18, ed...@openmail.cc wrote: > I'm on the same boat: when your advisor "kindly" asks you to write > everything in DOC{,X}. But it's a boat that is sinking, and let's hope > sooner than later. Funnily enough, at least I can require my PhD students to write in LaTeX

Re: [O] Can export the files with bibliography only to LaTeX

2017-12-15 Thread Eric S Fraga
On Thursday, 14 Dec 2017 at 14:09, Adonay Felipe Nogueira wrote: > Interesting... > > Is this really a requirement? Did you actually asked which formats they > support? Perhaps with careful negotiation, you might come up with good > outcomes. For example: support for sending your work as PDF, TXT

Re: [O] LaTeX (not Beamer) export options

2017-12-15 Thread Eric S Fraga
On Thursday, 14 Dec 2017 at 18:05, Ken Mankoff wrote: > Hi Org List, > > Is there an easy way to specify #+LATEX_HEADER options that will not > be used when exporting to Beamer? I can do the opposite > -#+BEAMER_HEADER lines are not exported to LaTeX. But I have some > LaTeX config options that

Re: [O] Can export the files with bibliography only to LaTeX

2017-12-15 Thread Melleus
Eric S Fraga writes: > On Thursday, 14 Dec 2017 at 10:11, Adonay Felipe Nogueira wrote: >> Indeed, Pandoc is a way out ;) >> >> I just would advise against converting from LaTeX to Word DOC. > > [...] > >> Relying on these formats such as DOC and DOCX only serve to >> make

Re: [O] Can export the files with bibliography only to LaTeX

2017-12-15 Thread Melleus
Thank you, Alan, I also thought that org-ref is an easy way out. But it didn't work for me out of the box (for html and txt export) unfortunately. And it is a pretty good piece of software anyway, I must admit. Which I would miss if I didn't run into this issue with exporting. Regards, Anatoly.

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-15 Thread Rasmus
Eric Abrahamsen writes: > That's not so bad, is it? The only way it’s "bad" is in the sense it limits the flexibility of snippets, like "

Re: [O] Referencing TODO items

2017-12-15 Thread Michael Welle
Hello, Paulo Matos writes: > On 14/12/17 17:57, Michael Welle wrote: >> it is from org-id. > > Can't seem to find org-id on melpa or org mode contrib page. > http://orgmode.org/worg/org-contrib/ > > can you please point me to where i can find it? org-id should be part of

Re: [O] Referencing TODO items

2017-12-15 Thread Paulo Matos
On 14/12/17 17:57, Michael Welle wrote: > it is from org-id. Can't seem to find org-id on melpa or org mode contrib page. http://orgmode.org/worg/org-contrib/ can you please point me to where i can find it? -- Paulo Matos