Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Nicolas Goaziou
Oleh Krehel ohwoeo...@gmail.com writes: It's not: I'm getting this in my Firefox address bar if I click the link: testorg.html#orgheadline1 What link? There is no link in your example. The code generated for headlines is correct. However, links indeed target internal reference instead of

Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Oleh Krehel
Hi Nicolas, Thanks for helping. Nicolas Goaziou m...@nicolasgoaziou.fr writes: The following buffer * Headline :PROPERTIES: :CUSTOM_ID: my-id :END: exports as div id=outline-container-orgheadline1 class=outline-2 h2 id=my-ida id=orgheadline1/aspan

Re: [O] Possible cache problems

2015-06-10 Thread Suvayu Ali
Hi Nicolas, On Sun, Jun 07, 2015 at 01:29:04AM +0200, Nicolas Goaziou wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I do not see anything happening. In the modeline I see OrgCacheD, so the mode is definitely enabled. However to enable it, I had to do one of these two:

Re: [O] source block exported with tabs replacing spaces?

2015-06-10 Thread Rainer M Krug
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I'm working on a presentation and I noticed that some of my source blocks have spaces exported as tabs. Here is an example: #+begin_src js :wrap center :results output :exports both console.log((![]+[])[+!+[]]+

Re: [O] org-tree-to-indirect-buffer - naming and prefix in define keyboard key

2015-06-10 Thread Rainer M Krug
Alan Schmitt alan.schm...@polytechnique.org writes: On 2015-06-09 10:36, Rainer M Krug rai...@krugs.de writes: While writing this, I discovered the C-u prefix to keep the last opened indirect buffer open. But I still have two question: 1) How can I map the command C-u M-x

Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Oleh Krehel
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Oleh Krehel ohwoeo...@gmail.com writes: It's not: I'm getting this in my Firefox address bar if I click the link: testorg.html#orgheadline1 What link? There is no link in your example. The link to the headline in the table of contents.

[O] How to activate (and rename) new org-tree-to-indirect-buffer buffer?

2015-06-10 Thread Rainer M Krug
Hi Thanks to Alan Schmitt, I managed to bind C-u M-x ~org-tree-to-indirect-buffer~ but I would now like to activate and rename the new buffer. He suggested that ~(rename-buffer (org-get-heading) t)~ would rename the buffer, but it needs to be activated first. My question: how can I activate

[O] source block exported with tabs replacing spaces?

2015-06-10 Thread Alan Schmitt
Hello, I'm working on a presentation and I noticed that some of my source blocks have spaces exported as tabs. Here is an example: #+begin_src js :wrap center :results output :exports both console.log((![]+[])[+!+[]]+ (![]+[])[!+[]+!+[]]+ (![]+[])[+!+[]]+

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread Julian Burgos
Windy, I am a researcher (not in academia, but in a government lab). I use emacs and org-mode a lot, for project management, programming (using R and GRASS), writing papers, keeping notes, etc.etc. I find that collaborative writing is problematic because most people use Word, and in most cases

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread John Kitchin
Speaking as an advisor/teacher, you should do what they want if you want them to help you. You could ask if they are willing to comment on the pdf, either by hand writing on a printed version, or by pdf commenting, or maybe in the LaTeX source. But, if that is not what they want, and they cannot

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread Ken Mankoff
I found a happy medium working in Org, exporting to LaTeX, and then using Pandoc to convert to Word. I would send the Word and always the canonical PDF version in case some equations got messed up. This requires manually incorporating the tracked changes from Word, but I've never been a fan of

Re: [O] source block exported with tabs replacing spaces?

2015-06-10 Thread Charles C. Berry
On Wed, 10 Jun 2015, Alan Schmitt wrote: Hello, I'm working on a presentation and I noticed that some of my source blocks have spaces exported as tabs. Here is an example: #+begin_src js :wrap center :results output :exports both console.log((![]+[])[+!+[]]+ (![]+[])[!+[]+!+[]]+

Re: [O] Fwd: Patch - Org Mac Outlook - Fix Call to Outlook in some cases

2015-06-10 Thread Alan Schmitt
On 2015-06-09 22:20, Mike McLean mike.mcl...@pobox.com writes: Here is a version of the patch with a (hopefully) correct Changelog format Applied and pushed, thanks! Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Weekly CO₂ average (2015-05-30, Mauna Loa Observatory): 403.41 ppm signature.asc

Re: [O] source block exported with tabs replacing spaces?

2015-06-10 Thread Alan Schmitt
On 2015-06-10 14:43, Rainer M Krug rai...@krugs.de writes: This might not be org, but minted in LaTex which is formating the code blocks. I would look there if there is an option to disable the replacement of tabs with strings. Thank you for the suggestion, but the tex that is generated has

Re: [O] How to open Link in Heading in Agenda without mouse click?

2015-06-10 Thread M
Von: Nick Dokos ndo...@gmail.com Datum: Mon, 08 Jun 2015 12:25:37 -0400 An: emacs-orgmode@gnu.org Betreff: Re: [O] How to open Link in Heading in Agenda without mouse click? Martin Beck elwood...@web.de writes: Hi, I'd like to create an agenda view which gives me quick access to

Re: [O] source block exported with tabs replacing spaces?

2015-06-10 Thread Rainer M Krug
Envoyé de mon iPhone Le 10 juin 2015 à 21:48, Alan Schmitt alan.schm...@polytechnique.org a écrit : On 2015-06-10 14:43, Rainer M Krug rai...@krugs.de writes: This might not be org, but minted in LaTex which is formating the code blocks. I would look there if there is an option to

Re: [O] source block exported with tabs replacing spaces?

2015-06-10 Thread Alan Schmitt
On 2015-06-10 16:36, Charles C. Berry ccbe...@ucsd.edu writes: On Wed, 10 Jun 2015, Alan Schmitt wrote: How can I tell org to preserve the spaces? Customize `org-src-preserve-indentation' Thank you, this was it. I searched the manual for tabs and tabulations, I should have searched for

[O] Unable to reuse the result of a cached function call as argument of a gnuplot call

2015-06-10 Thread bernardH
Hi all ! First, I would like to thank the org-mode community for the great fun I'm having with babel. Unfortunately, I'm currently stumped by what appears to be a bug (or unhandled corner-case). Here is a org-mode style write-up to describe the problem : * Versions #+BEGIN_SRC elisp (org-version)

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread Eric S Fraga
On Wednesday, 10 Jun 2015 at 09:57, windy wrote: Another question, I am a student , I think it is a big problem that how to exchange you article with your teacher, because the teacher will comment or revise your article once again and again. However, Many teachers will not use emacs to write

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread Titus von der Malsburg
On 2015-06-10 Wed 07:14, Ken Mankoff wrote: I found a happy medium working in Org, exporting to LaTeX, and then using Pandoc to convert to Word. With ox-pandoc you can export to .docx directly. No need to go through LaTeX. Ox-pandoc is pretty amazing. Titus I would send the Word and

Re: [O] Possible cache problems

2015-06-10 Thread Rasmus
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I got a message like the following one quite a few times. Partially completed == WARNING. Corrupted element (table-row) at 34386 I wonder if this is the same bug that I've been seeing:

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread Rasmus
windy chxp_m...@163.com writes: My teacher let me give a DOC version for that only me use the emacs in our lab (So lonely, DOC dominate the most people). You should see if you can at least upgrade to docx. In my experience, LO writes much better docx than doc (e.g. when using doc math is

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread Rasmus
Titus von der Malsburg malsb...@posteo.de writes: On 2015-06-10 Wed 07:14, Ken Mankoff wrote: I found a happy medium working in Org, exporting to LaTeX, and then using Pandoc to convert to Word. With ox-pandoc you can export to .docx directly. No need to go through LaTeX. Ox-pandoc is

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread windy
Thanks for all you reply, My teacher let me give a DOC version for that only me use the emacs in our lab (So lonely, DOC dominate the most people). I finnally export as ODT and change into DOC version, it seems works well for that only no reference generate. Wish a more wisdom ODT