Re: [O] Possible cache problems

2015-06-10 Thread Nicolas Goaziou
Suvayu Ali writes: > I got a message like the following one quite a few times. > > Partially completed > == > WARNING. Corrupted element (table-row) at 34386 > > Real: (table-row (:type standard :begin 34386 :end > 34430 :contents-begin 34387 :contents-end 34429 :post-blank > 0 :po

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

2015-06-10 Thread Rasmus
windy 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 downsampled t

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 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 pretty amazing

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 exp

Re: [O] Possible cache problems

2015-06-10 Thread Rasmus
Suvayu Ali 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: http://thread.gmane.org/gmane.emacs.orgmode/92883/focus=92884 Ras

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 a

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

2015-06-10 Thread Alan Schmitt
On 2015-06-10 16:36, "Charles C. Berry" 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 "whitespa

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 a > écrit : > > On 2015-06-10 14:43, Rainer M Krug 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

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

2015-06-10 Thread Alan Schmitt
On 2015-06-10 14:43, Rainer M Krug 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 the tabs (befo

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

2015-06-10 Thread M
> Von: Nick Dokos > Datum: Mon, 08 Jun 2015 12:25:37 -0400 > An: > Betreff: Re: [O] How to open Link in Heading in Agenda without mouse click? > > "Martin Beck" writes: > >> Hi, >> >> I'd like to create an agenda view which gives me quick access to >> important directories and files. So

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 wr

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

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

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

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

2015-06-10 Thread Rainer M Krug
Alan Schmitt writes: > On 2015-06-09 10:36, Rainer M Krug 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 ~org-tree-to-indirect-buffer~ to a >> keyboard s

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

2015-06-10 Thread Rainer M Krug
Alan Schmitt 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((![]+[])[+!+[]]+ > (![]+[])[!+[]+!+[]]+ >

[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] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Oleh Krehel
Nicolas Goaziou writes: > Oleh Krehel 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. > The code generated for headline

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

2015-06-10 Thread Nicolas Goaziou
Oleh Krehel 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 custom ID. I cha

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 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: > > > > (setq ngz-debug-mod

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 writes: > The following buffer > > * Headline > :PROPERTIES: > :CUSTOM_ID: my-id > :END: > > > exports as > > >class="section-number-2">1 Headline > > > I'm getting the same behavior. > It looks correct. It's not: I'm getting