Re: [O] Using #+NAME for single value, not table?

2014-06-30 Thread Rainer M Krug
Aaron Ecay aarone...@gmail.com writes: Hi Rainer, 2014ko ekainak 26an, Rainer M Krug-ek idatzi zuen: Hi I use #+NAME to define some parameters for my analysis, which works quite nice for tables. but I would now like to use the same apprioach for values, e.g. a single number, but I

[O] Problem with org-mode after upgradiing to org 8

2014-06-30 Thread Roland Everaert
Hi, I have recently upgraded to org-mode version 8. Each time I start emacs I see the folloinwg error: error Autoloading failed to define function org-element-cache-reset And some functionnality of org-mode doesn't seems to work anymore. Informa

Re: [O] org-ref in action

2014-06-30 Thread Joseph Vidal-Rosset
2014-06-29 20:19 GMT+02:00 Eric Schulte schulte.e...@gmail.com: With ox-bibtex.el [[cite:(page n)one-reference-paper-year]] will export as \cite[page n]{one-reference-paper-year} I am sorry Eric but [[cite:(page n)one-reference-paper-year]] breaks the bibliography reference for me with

Re: [O] Define resources in ox-taskjuggler

2014-06-30 Thread Christian Egli
Johan Ekh ekh.jo...@gmail.com writes: Error: crc is not a defined resource I've read some documentation/tutorials and I've searched this list but I did not find an answer. Can anyone of you gurus see emmediately what is wrong or at least point me in the right direction? Isn't this just a

Re: [O] Problem with org-mode after upgradiing to org 8

2014-06-30 Thread Roland Everaert
Second part of the message: Information from M-x org-version: Org-mode version beta_8.3 (beta_8.3-16-g16c71d6 @ /home/reveatwork/.emacs.d/site-lisp/org-mode/lisp/) I have downloaded the last version using git. How can I switch to a stable branch instead of the last beta, to check if that

Re: [O] org-ref in action

2014-06-30 Thread Eric Schulte
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: 2014-06-29 20:19 GMT+02:00 Eric Schulte schulte.e...@gmail.com: With ox-bibtex.el [[cite:(page n)one-reference-paper-year]] will export as \cite[page n]{one-reference-paper-year} I am sorry Eric but [[cite:(page

Re: [O] org-ref in action

2014-06-30 Thread Joseph Vidal-Rosset
I thank you Eric for your quick and kind reply. In my init.el file I have put this code : (eval-after-load 'reftex-vars '(progn (add-to-list 'reftex-cite-format-builtin '(org Org-mode citation ((?\C-m . [[cite:(%p)%l]])

Re: [O] org-ref in action

2014-06-30 Thread Eric Schulte
Thanns to the default cite action, I get for example in my org file: [[cite:(119–136)johansson36:_minim_formal]] and it creates no reference at al, because via the export I get: \cite{(119–136)johansson36:_minim_formal} Using the latest version of Org-mode from the git repository, this

[O] Tables orgmode2html styles

2014-06-30 Thread silgon
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] html-encode in mathjax latex fragments

2014-06-30 Thread Eric Schulte
Nick Dokos ndo...@gmail.com writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Schulte schulte.e...@gmail.com writes: I noticed equations with 's weren't displaying correctly in HTML export using mathjax. The attached patch fixes this by html-encoding latex fragments for

Re: [O] html-encode in mathjax latex fragments

2014-06-30 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: From the link above it sounds like replacing just , and should be sufficient, if the full html encoding in my previous patch was too heavy weight. By default, `org-html-encode-plain-text' just takes care about , and , which is what you're

Re: [O] html-encode in mathjax latex fragments

2014-06-30 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: See http://docs.mathjax.org/en/latest/tex.html#tex-and-latex-in-html-documents for some gotchas. Thank you. Regards, -- Nicolas Goaziou

[O] [patch] [babel] Patches to fix tangling and variable transfer of tables in R

2014-06-30 Thread Rainer M Krug
Hi Attached please find two patches ready for application to fix that table variables were not usable adter tangling as temporary files were used. These patches were discussed in the thread [babel][PATCHES] ob-R patches for review Thanks, RainerFrom 38c029b38c85d9f9d35d0867b332eebc3daf1aca Mon

Re: [O] org-ref in action

2014-06-30 Thread Joseph Vidal-Rosset
Thanks Eric, it works now, with the latest version of org-mode. Best wishes Jo. 2014-06-30 12:22 GMT+02:00 Eric Schulte schulte.e...@gmail.com: Thanns to the default cite action, I get for example in my org file: [[cite:(119–136)johansson36:_minim_formal]] and it creates no

Re: [O] Problem with org-mode after upgradiing to org 8

2014-06-30 Thread John Hendy
On Jun 30, 2014 4:48 AM, Roland Everaert reveatw...@gmail.com wrote: Second part of the message: Information from M-x org-version: Org-mode version beta_8.3 (beta_8.3-16-g16c71d6 @ /home/reveatwork/.emacs.d/site-lisp/org-mode/lisp/) I have downloaded the last version using git. Can you

Re: [O] [PATCH] curly nested latex fragments

2014-06-30 Thread Nicolas Goaziou
Hello, hero...@gentoo.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: I do not mind extending syntax for LaTeX macros a bit if it helps users, but first, I would like a clear definition of what subset of macros should be supported in Org. See, for example,

Re: [O] [patch] [babel] Patches to fix tangling and variable transfer of tables in R

2014-06-30 Thread Nicolas Goaziou
Hello, Rainer M Krug rai...@krugs.de writes: Attached please find two patches ready for application to fix that table variables were not usable adter tangling as temporary files were used. These patches were discussed in the thread [babel][PATCHES] ob-R patches for review I have not much to

Re: [O] Always use \hyperref for internal Links in PDF export?

2014-06-30 Thread Nicolas Goaziou
Hello, Bernd Haug bernd.h...@xaidat.com writes: Given a Document: — [[Section 1]] Bla, bla [[Section 2]] The blah blah is [[Section1][covered well above]], so let me just say: [[Section 1]]! — I get: — … The blah blah is \hyperref[Section 1]{covered well above}, so let me just

[O] numbered equations in html export

2014-06-30 Thread Eric Schulte
Hi, All equations are numbered 1 when the attached example file is exported to HTML. #+Title: Example * H1 See Equation [[the-first]], #+name: the-first \begin{equation} n_{i+1} = \frac{n_{i} (d-i) (e-1)}{(i+1)} \end{equation} and also Equation [[the-second]]. #+name: the-second

Re: [O] how to handle backend-specific types as fuzzy link targets during export

2014-06-30 Thread Eric Schulte
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Schulte schulte.e...@gmail.com writes: Attached OK, now I get it. You're working at the wrong level. `latex-fragment' is an object (inline) type, but you're inserting it at the element's level. The equivalent (non inline)

[O] Bug: recurring mesages - Invalid face reference: nil [nnn times] [8.2.7b (8.2.7b-1-ga5beff-elpa @ c:/home/george/.emacs.d/elpa

2014-06-30 Thread George Pearson
. Emacs : GNU Emacs 24.3.1 (i386-mingw-nt6.2.9200) of 2013-03-17 on MARVIN Package: Org-mode version 8.2.7b (8.2.7b-1-ga5beff-elpa @ c:/home/george/.emacs.d/elpa/org-20140630/) current state: == (setq org-ctrl-c-ctrl-c-hook '(org-babel-hash

[O] org-special-keyword face not showing in sublevels anymore since commit 69700e1

2014-06-30 Thread Martin Carlé
It appears that by commit 69700e1 [22.04.2014 13:09] a little bug slipped into the codebase, sinc the org-special-keyword face is only shown at the top level in the correct face, but then gets simply overwritten by the respective sublevel face. I guess, this is not intented and would be nice to

Re: [O] Bug: recurring mesages - Invalid face reference: nil [nnn times] [8.2.7b (8.2.7b-1-ga5beff-elpa @ c:/home/george/.emacs.d/elpa

2014-06-30 Thread Nick Dokos
George Pearson geo...@canals.com writes: The message: Invalid face reference: nil [nnn times] where, nnn is replaced by a number, appears frequently in the *Messages* buffer. How I reproduce it: 1. start emacs 2. open any file 3. open a 2nd window or frame for the *Messages* buffer 4.

[O] TOC in a buffer

2014-06-30 Thread Sharon Kimble
Following on from the theme of Table of Contents, is it possible to just have a TOC for the file that it is in? Like - --8---cut here---start-8--- -*- mode: org -*- #+STARTUP: overview Table of Contents * blah ** de blah Blurb and onwards.

Re: [O] TOC in a buffer

2014-06-30 Thread Thomas S. Dye
Aloha Sharon, Sharon Kimble boudic...@skimble.plus.com writes: Following on from the theme of Table of Contents, is it possible to just have a TOC for the file that it is in? Like - -*- mode: org -*- #+STARTUP: overview Table of Contents * blah ** de blah Blurb and onwards. I'm not

Re: [O] TOC in a buffer

2014-06-30 Thread Eric Abrahamsen
Sharon Kimble boudic...@skimble.plus.com writes: Following on from the theme of Table of Contents, is it possible to just have a TOC for the file that it is in? Like - -*- mode: org -*- #+STARTUP: overview Table of Contents * blah ** de blah Blurb and onwards. Thanks Sharon.

Re: [O] Tables of contents for individual sections wanted -- will donate

2014-06-30 Thread Ian Barton
On 29/06/14 19:51, D. C. Toedt wrote: at http://www.CommonDraft.org, and plan to expand and maintain it. QUESTION: I'm currently using a single, multi-level table of contents (TOC) at the beginning of the document. That ends up being a lot to scroll through to get to the first chapter. I'd

Re: [O] Tables of contents for individual sections wanted -- will donate

2014-06-30 Thread D. C. Toedt
Thanks, Ian. I've done things like that in the past, but it'd entail maintaining the TOC by hand, which I was hoping to avoid. True, I'd be able to create the initial TOC using org-mode, followed by manually inserting jQuery calls. But I'd have to manually edit the TOC every time I added a new

[O] Wrong numbering after removal of headline

2014-06-30 Thread York Zhao
Hi list, As an example, I have the follow org-mode buffer: * Level1 ** Level2 *** Level3 If I export this to LaTeX (C-x C-e l p), it produces the following: --8---cut here---start-8--- Contents 1 Level1 1.1 Level2 . . . . . . . . . . . . . . . . . . . . .

Re: [O] [PATCH] ob-shell: honor the specified shell for :session

2014-06-30 Thread Achim Gratz
Bastien writes: In the perspective of Org 8.3, we need to start updating etc/ORG-NEWS. Done. Regardless of whether this was documented in the official manual or not, a note in ORG-NEWS would be useful -- feel free to start editing this file. I've added all user-visible changes from me that

Re: [O] Pushing and pulling to google calendar

2014-06-30 Thread Doyley, Marvin
Thanks, I will try MobileOrg. Cheers, M --

Re: [O] Pushing and pulling to google calendar

2014-06-30 Thread David Engster
Marvin M. Doyley writes: Is there a way to sync org-agenda with google calendar so that I can exploit googles calendar reminder. org-caldav[1] works with Google Calendar on the old, deprecated CalDAV endpoint (https://www.google.com/calendar/dav). I hear that the endpoint is still working for

Re: [O] Wrong numbering after removal of headline

2014-06-30 Thread Thomas S. Dye
Aloha York, York Zhao gtdplatf...@gmail.com writes: Hi list, As an example, I have the follow org-mode buffer: * Level1 ** Level2 *** Level3 If I export this to LaTeX (C-x C-e l p), it produces the following: Contents 1 Level1 1.1 Level2 . . . . . . . . . . . . . . . . . . . . . .

Re: [O] still seeing semi-regular lockups

2014-06-30 Thread Alan Schmitt
On 2014-06-30 03:43, York Zhao gtdplatf...@gmail.com writes: I know that doesn't help much except for confirming the problem other people was suffering. Sorry for the rant. I was too busy and too frustrated. By the way, what does ECM stands for? Exemple Complet Minimal (French for minimal

Re: [O] numbered equations in html export

2014-06-30 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: All equations are numbered 1 when the attached example file is exported to HTML. #+Title: Example * H1 See Equation [[the-first]], #+name: the-first \begin{equation} n_{i+1} = \frac{n_{i} (d-i) (e-1)}{(i+1)} \end{equation} and also

[O] indent c-c -?

2014-06-30 Thread Samuel Wales
i mark headlines then do c-c -. i get this: - 1 - 2 i would like this: - 1 - 2 is there such a command? if not, how does one write it? thanks. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get

Re: [O] how to handle backend-specific types as fuzzy link targets during export

2014-06-30 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: A related question. Is there a command to re-number figures in export? Figures are not numbered in the parse tree: their number is computed on the fly during export, with `org-export-get-ordinal'. After adding latex-environments in a

Re: [O] indent c-c -?

2014-06-30 Thread Grant Rettke
https://github.com/emacsmirror/multiple-cursors is what I use for doing that specific thing Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better

Re: [O] indent c-c -?

2014-06-30 Thread Samuel Wales
i don't want to invoke a separate command. i want c-c - to indent by 2 spaces. On 6/30/14, Grant Rettke g...@wisdomandwonder.com wrote: https://github.com/emacsmirror/multiple-cursors -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have

Re: [O] Wrong numbering after removal of headline

2014-06-30 Thread York Zhao
You could promote the Level2 subtree. I had thought about this, but I don't think this will be trivial. On Mon, Jun 30, 2014 at 3:37 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha York, York Zhao gtdplatf...@gmail.com writes: Hi list, As an example, I have the follow org-mode buffer: *

Re: [O] Wrong numbering after removal of headline

2014-06-30 Thread Thomas S. Dye
M-S-left with point on the Level2 heading? Tom York Zhao gtdplatf...@gmail.com writes: You could promote the Level2 subtree. I had thought about this, but I don't think this will be trivial. On Mon, Jun 30, 2014 at 3:37 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha York, York Zhao

Re: [O] Wrong numbering after removal of headline

2014-06-30 Thread Nicolas Goaziou
Hello, York Zhao gtdplatf...@gmail.com writes: As an example, I have the follow org-mode buffer: * Level1 ** Level2 *** Level3 If I export this to LaTeX (C-x C-e l p), it produces the following: Contents 1 Level1 1.1 Level2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Re: [O] [PATCH] curly nested latex fragments

2014-06-30 Thread heroxbd
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: hero...@gentoo.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: I do not mind extending syntax for LaTeX macros a bit if it helps users, but first, I would like a clear definition of what subset of macros should be

Re: [O] Wrong numbering after removal of headline

2014-06-30 Thread York Zhao
Hi Nicolas, Don't do that at the filter level, which is too late for heavy structure editing. Use `org-export-before-parsing-hook' instead. I realized this, and had changed to use `org-export-before-parsing-hook', here is my code: (defun my-headline-removal (backend) Ignore headlines with

[O] Installing from git

2014-06-30 Thread Vicente Vera
Hello. I'm quite confused with the installation options. Recently started out a Debian base system and compiled Emacs from the bzr repository. That came out fine, so I ran 'make install' and now Emacs 24.4.50 sits in /usr/local/bin, /usr/local/share, etc. I want to install the master branch of

Re: [O] Tables of contents for individual sections wanted -- will donate

2014-06-30 Thread Ian Barton
On 2014-06-30 19:55, D. C. Toedt wrote: Thanks, Ian.  I've done things like that in the past, but it'd entail maintaining the TOC by hand, which I was hoping to avoid.  True, I'd be able to create the initial TOC using org-mode, followed by manually inserting jQuery calls.  But I'd have to

Re: [O] Installing from git

2014-06-30 Thread John Hendy
On Mon, Jun 30, 2014 at 5:44 PM, Vicente Vera vicente...@gmail.com wrote: Hello. I'm quite confused with the installation options. Recently started out a Debian base system and compiled Emacs from the bzr repository. That came out fine, so I ran 'make install' and now Emacs 24.4.50 sits in

Re: [O] Wrong numbering after removal of headline

2014-06-30 Thread York Zhao
Finally, I got it all work and am happy with the result, here is the code: (defun yz/org-export-ignore-headline (backend) Ignore headlines with tag `ignoreheading'. (save-excursion (let ((org-allow-promoting-top-level-subtree t)) (org-map-entries (lambda () (when

[O] Force new page on exporting

2014-06-30 Thread York Zhao
I'm selectively exporting some subtree of an org-mode buffer, like this: * Headline1 :export: * Headline2 * Headline3 :export: Question is: how do I force Headline3 to be on a new

Re: [O] Force new page on exporting

2014-06-30 Thread Thomas S. Dye
Aloha York, York Zhao gtdplatf...@gmail.com writes: I'm selectively exporting some subtree of an org-mode buffer, like this: * Headline1 :export: #+latex: \newpage * Headline2 * Headline3

Re: [O] Force new page on exporting

2014-06-30 Thread York Zhao
Thanks Thomas. This works but is not an ideal approach because in a complex file it may not be so easy to find out the location to insert the \newpage instruction. Plus, each time when inserting new exported tree between Headline1 and Headline2 you would have to remember to move the \newpage to

Re: [O] Tables of contents for individual sections wanted -- will donate

2014-06-30 Thread D. C. Toedt
That would be very much of interest, Ian. One potential issue, though: The table of contents generated by org-mode uses just one div/div, with nested ulli elements. I spent a few hours tinkering with variations on the jQuery approach at

Re: [O] Force new page on exporting

2014-06-30 Thread Thomas S. Dye
Aloha York, York Zhao gtdplatf...@gmail.com writes: Thanks Thomas. This works but is not an ideal approach because in a complex file it may not be so easy to find out the location to insert the \newpage instruction. Plus, each time when inserting new exported tree between Headline1 and

Re: [O] numbered equations in html export

2014-06-30 Thread Eric Schulte
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Schulte schulte.e...@gmail.com writes: All equations are numbered 1 when the attached example file is exported to HTML. #+Title: Example * H1 See Equation [[the-first]], #+name: the-first \begin{equation} n_{i+1} =