Re: [O] freemind export?

2013-11-04 Thread Christof Spitz
Does freeplane do the placing or is it due to a POSITION switch in the mm-file? Could you post the exported mm-file please for comparison, please? Thanks Von: Jambunathan K Gesendet: 04.11.2013 07:37 An: Christof Spitz Cc: emacs-orgmode@gnu.org Betreff: Re: freemind export? Christof Spitz

Re: [O] [PATCH] hide inline-tasks in 'children visibility state

2013-11-04 Thread Jonas Hörsch
Hi, On Thu, Oct 31 2013, Nicolas Goaziou wrote: co...@online.de (Jonas Hörsch) writes: + (cond ((eq state 'contents) I suggest to use `case' here, but it's really a matter of style. fine with me. i wasn't sure about the usage convention for cl. i switched to the namespaced cl-case

Re: [O] freemind export?

2013-11-04 Thread Christof Spitz
my installation of ox-freemind.el: - put ox-freemind.el in list/org - directory - (require 'cl) in init.el - custom settings in initl.el: '(org-export-backends (quote (ascii beamer html icalendar latex freemind))) '(org-freemind-pretty-output t) '(org-freemind-style-map-function (quote

Re: [O] org-mode in the wild

2013-11-04 Thread Rainer M Krug
John Kitchin jkitc...@andrew.cmu.edu writes: Hi everyone, We had another manuscript written in org-mode accepted in Topics in Catalysis (http://link.springer.com/article/10.1007%2Fs11244-013-0166-3)! Check out references 14, 39 and 40 ;) The supporting information seems to be freely

Re: [O] Very large svg file output from latex block using =#+header: :imagemagick=

2013-11-04 Thread Andreas Leha
Hi John, John Hendy jw.he...@gmail.com writes: I'm trying to following along with the example here: - http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html#sec-4-3 I don't need dual export, so I tried this instead for straight html compatible output: #+header: :file

[O] Errors trying to add properties to clocktable

2013-11-04 Thread Pete Ley
Per section 8.4.2 of the manual, I'm trying to add a :properties column to the clocktable. Here are my block settings: #+BEGIN: clocktable :maxlevel 2 :scope agenda :block thisweek :properties CATEGORY :inherit-props Now, my goal is to add a work commitment in hours per week to some of the

[O] [ANN] ob-clojure.el now supports cider (but nrepl.el is still the default)

2013-11-04 Thread Bastien
Hi all, I added support for cider in ob-clojure.el: http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=dbc39f Cider is the new nrepl.el for interacting with Clojure: https://github.com/clojure-emacs/cider The default value of `org-babel-clojure-backend' is still 'nrepl but we may switch to

Re: [O] org-babel-load-file

2013-11-04 Thread Bastien
Hi Sam, Sam Flint swfl...@flintfam.org writes: I'm trying to switch to using a org-mode based LP configuration. When I put `(org-babel-load-file ~/.emacs.org)` after I load org-mode, I get load-file: Cannot open load file: /home/swflint/.emacs.el I guess that's because ~/.emacs.org

Re: [O] set global visibility set to CONTENTS in a defun?

2013-11-04 Thread Bastien
Hi Matt, Matt Price mopto...@gmail.com writes: I am sure it's possible to do this ,but I can't seem to figure out how to set the global visibility level of org headings to a pre-specified level in a list function. (org-global-cycle) cycles the visibility among OVERVIEW -- CONTENTS -- ALL

Re: [O] Line breaks in org-mode having version control in mind

2013-11-04 Thread Bastien
Hi Dror, Dror Atariah dror...@gmail.com writes: What other issues are there? What do you do when you keep your org file under VC? Only a small part of the answer, but you might be interested in the Git Org merge driver:

Re: [O] (idea?) fontification of live code blocks

2013-11-04 Thread Bastien
Hi Vicente, Vicente Vera vicente...@gmail.com writes: Hello. I don't know if this has been mentioned before, but it would be nice to have fontified live code blocks, since sometimes it's hard to clearly distinguish---at least at first sight---between regular text and something like, for

Re: [O] [PATCH] make comment-dwim in source code blocks more DWIM-ish

2013-11-04 Thread Bastien
Hi Aaron, Aaron Ecay aarone...@gmail.com writes: * lisp/org.el (org-insert-comment, org-comment-or-uncomment-region): use the relevant language’s major mode comment function if called from within a source block. This patch makes it easier to (un)comment lines of babel source. Now M-; in a

Re: [O] Bug: using :flags for C source block produce invalid html [8.2.1 (8.2.1-15-ge5cecc-elpa)]

2013-11-04 Thread Bastien
Hi Alexandre, Alexandre Duret-Lutz a...@lrde.epita.fr writes: #+BEGIN_SRC C :export code :include stdio.h :flags -I. int a = 2; int b = 3; printf(%d, a + b); #+END_SRC (org-element-property :language src-block) returns C\-I.\ on such a source code block, I guess that's where the error

Re: [O] typo Catching-invisible-edits

2013-11-04 Thread Bastien
Hi Cyprien, Cyprien Gay cyprien@aful.org writes: Here is a typo I encountered. Fixed, thanks! -- Bastien

Re: [O] Want to copy a sparse tree to a buffer

2013-11-04 Thread Bastien
Hi Subhan, Subhan Tindall subhan.tind...@rentrakmail.com writes: What I need to do is grab all subtrees matching e.g. 300 copy them into one contiguous block in another file. I would use an agenda view (perhaps a simple interactive search view) then save the result with C-x C-s

Re: [O] help me get started with org-publish?

2013-11-04 Thread Bastien
Hi Jay, Jay Dixit jaydixit.w...@gmail.com writes: I'm trying to set up org-publish for HTML export and I keep getting strange errors related to org-footnote-normalize.  https://gist.github.com/7131173 Do you also get errors when *exporting*, not publishing? If so, can you send a minimal

Re: [O] [BUG] mention org-after-sorting-entries-or-items-hook

2013-11-04 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: `org-sort-entries' calls a useful hook `org-after-sorting-entries-or-items-hook', which isn't mentioned in docstring. It is now, thanks. -- Bastien

Re: [O] How do I insert a literal '|' to a table in org-mode?

2013-11-04 Thread Bastien
b...@pku.edu.cn writes: Is that possible? Not literally. -- Bastien

Re: [O] conditionally includes or file options

2013-11-04 Thread Bastien
Hi Jason, Jason Lewis jasonble...@gmail.com writes: Is there some way I can conditionally set the path based on the computer I'm exporting it on? Nope, sorry! -- Bastien

Re: [O] Bug: #+SETUPFILE breaks org buffers syntax highlighting [8.2.1 (8.2.1-3-g35e5e5-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20131007/)]

2013-11-04 Thread Bastien
Jason Lewis jasonble...@gmail.com writes: Creat an or buffer with a line or two insert at the top of the org file: #+SETUPFILE: somfile.org Press C-c C-c on that line. observe font highlighting disappears. I observe the font disappear when somefile.org does *not* exist, but things are

Re: [O] Is there a way to, in a table, denote an entire column as LaTeX

2013-11-04 Thread Bastien
Hi Stephen, Stephen J. Barr stev...@uw.edu writes: In a table, is it possible to denote that an entire column is LaTeX markup, rather than using the $$ markup around each expression. Sample table: |-+--| | Term| Explanation |

Re: [O] org-slidy in org 8.x?

2013-11-04 Thread Bastien
Hi Jay, Jay Dixit di...@aya.yale.edu writes: I'm trying to use Dov Grobgeld's org-slidy (https://github.com/dov/ org-slidy) to create HTML-based slideshows using org-mode, but it doesn't seem to be working.  I'm not sure, but I suspect this is because the syntax for org's HTML export may

Re: [O] Arbitrary lisp functions in column-attributes

2013-11-04 Thread Bastien
Hi Mark, Mark Edgington edgi...@gmail.com writes: But I'd like to be able to do something like: :COLUMNS: %ITEM{fn:process_item} %TAGS %PRIORITY %TODO FWIW, I'd be inclined to say this is a bit *too much* -- but I'm curious to see if others have the same need. -- Bastien

Re: [O] [PATCH] lisp/org.el (org-set-tags): Calculate width of tags with string-width

2013-11-04 Thread Bastien
Hi Yasushi, Yasushi SHOJI ya...@atmark-techno.com writes: * lisp/org.el (org-set-tags): Width of strings presenting on a buffer should be calculated with `string-width' instead of `length'. Applied in master, thanks. (I added TINYCHANGE at the end of your commit by mistake, I didn't realize

Re: [O] Hooks org-publish-before-export-hook, org-publish-after-export-hook no longer in use?

2013-11-04 Thread Bastien
Hi Iannis, Iannis Zannos zan...@gmail.com writes: If the above is correct, then the org-mode manual should be updated to reflect the change, at page:  http://orgmode.org/worg/org-configs/org-hooks.html This page was obsolete, I deleted it from the server. Please use this link instead:

Re: [O] org-store-link BUG for notmuch message

2013-11-04 Thread Bastien
Hi Ingo, what version of Org and notmuch are you using? I use a recent Emacs/Org and a recent notmuch and I can store link without problem. Let us know, thanks, -- Bastien

Re: [O] freemind export

2013-11-04 Thread Bastien
Hi Brian, Brian Keats bke...@gmail.com writes: I'm just getting started with org-mode, and I seem to be having an issue with freemind export. None of the structural elements (http:// orgmode.org/manual/Easy-Templates.html) seem to be recognized when exported to freemind (except html). I'm

Re: [O] Random underscores in html-export

2013-11-04 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: I see (somehow random) underscores in html-exports, but no hint whatsoever in the original Org file where they might come from. Are they really underscore or unbreakable spaces? Do you have a minimal example? -- Bastien

[O] How to deal with 'contents' in (derived) exporter backend

2013-11-04 Thread Thorsten Jolitz
Hi List, assume I want to derive an exporter backend from ox-org.el, and there are just a few new transcoder functions, so all other elements/object should be exported as Org-syntax (with inherited function `org-org-identity'). Using this example Org-snippet #+begin_src org * A1 Text *A1* **

Re: [O] Random underscores in html-export

2013-11-04 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: I see (somehow random) underscores in html-exports, but no hint whatsoever in the original Org file where they might come from. Are they really underscore or unbreakable spaces? They might have started out

[O] Fwd: ob-lilypond: pre- and post-processing of source blocks

2013-11-04 Thread James Harkins
Apologies for resending -- I sent this a few hours ago but I don't see it on gmane, or in the gnu.org archive either. Actually the manual answers question #1 -- I should be able to use the prologue header argument for that. And I can already do #2 (included just to outline the desired behavior

Re: [O] Exporting book handouts

2013-11-04 Thread Jarmo Hurri
t...@tsdye.com (Thomas S. Dye) writes: Aloha Jarmo, Greetings to Hawaii from the dark and cold north. I find it easiest to use separate sub-trees for the various different documents I create from a given body of material. In your case, I would make a sub-tree for the book and a sub-tree

[O] org mode and eev

2013-11-04 Thread Alan Schmitt
Hello, I finally took the time to watch the eev video (http://angg.twu.net/eev-videos/video2.mp4) and I'm quite impressed by it. I find it may be redundant for some features of org mode (such as basic links to files) but I find the driving of external shell-based programs very nice. As I've seen

Re: [O] Exporting book handouts

2013-11-04 Thread Jarmo Hurri
Greetings Nicolas. Nicolas Goaziou n.goaz...@gmail.com writes: 1. A way to denote that a certain element (figure, equation, part of a longer equation, a piece of text etc.) goes into the Beamer export. By default, material should _not_ be included in the Beamer export. I don't know

Re: [O] Fwd: ob-lilypond: pre- and post-processing of source blocks

2013-11-04 Thread Eric Schulte
I would like to be able to do the following with ob-lilypond (basic mode): 1. Wrap the source block in pre- and/or post-strings (specifically to add \header { tagline = ##f } before the music expressions). 2. Have lilypond compile the block. 3. Run convert -trim on the resulting png.

[O] Adding and subtracting from clocked entries.

2013-11-04 Thread Cecil Westerhof
I am trying out clock in org-mode. Is it possible to add en subtract times? For example I am working on project A from 09:00 until 13:00. But during this period I also worked for fifteen minutes on project B. I would like to subtract those fifteen minutes from project A and add them to project B.

[O] Show TODO item in table of contents

2013-11-04 Thread Rainer Stengele
Hi all, I couldn't find a way to show the TODO items in the table of econtents of an exported html of an org file. I do not mean org-export-mark-todo-in-toc. Please help me find a variable! Thank you, Rainer

Re: [O] Adding and subtracting from clocked entries.

2013-11-04 Thread Pete Ley
Cecil Westerhof cldwester...@gmail.com writes: As far as I know, you can do exactly this (the subtracting clock time from one tree and adding it to another) but it's triggered on idle time, so if you're working on something else in emacs it won't ask you to resolve your idle clock time. I am

Re: [O] Adding and subtracting from clocked entries.

2013-11-04 Thread Cecil Westerhof
2013/11/4 Pete Ley peteley11...@gmail.com Cecil Westerhof cldwester...@gmail.com writes: As far as I know, you can do exactly this (the subtracting clock time from one tree and adding it to another) but it's triggered on idle time, so if you're working on something else in emacs it won't ask

[O] Most Recent Org Update

2013-11-04 Thread Sam Flint
I pulled org from git just now, restarted Emacs, and got this error: Symbol's function definition is void: org-element-chache reset Any ideas why? Thanks -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF

Re: [O] Adding and subtracting from clocked entries.

2013-11-04 Thread Pete Ley
Cecil Westerhof cldwester...@gmail.com writes: I am still working, so it will not work I am afraid. Hopefully some org-mode guru can come along and explain how to trigger the functionality arbitrarily or by some other means, since the manual says what you're looking for is definitely doable.

[O] Having trouble with hidestars this morning

2013-11-04 Thread Susan Cragin
Hello. Normally outlines are supposed to start up in hidestars view, which shows one star per level, indented, thusly: * First Level * Second * Third But after compiling both emacs and org-mode from git this morning, and re-installing, my outlines show all the stars, and the stars

Re: [O] freemind export

2013-11-04 Thread Brian Keats
OK, thanks anyway. I'd love to help, but I'm not a programmer. Brian On Mon, Nov 4, 2013 at 7:22 AM, Bastien b...@gnu.org wrote: Hi Brian, Brian Keats bke...@gmail.com writes: I'm just getting started with org-mode, and I seem to be having an issue with freemind export. None of the

Re: [O] Is there a way to, in a table, denote an entire column as LaTeX

2013-11-04 Thread Stephen Jeffrey Barr
No worries. Thank you for getting back to me. b...@gnu.org writes: Hi Stephen, Stephen J. Barr stev...@uw.edu writes: In a table, is it possible to denote that an entire column is LaTeX markup, rather than using the $$ markup around each expression. Sample table:

Re: [O] Having trouble with hidestars this morning

2013-11-04 Thread Thorsten Jolitz
Susan Cragin susancra...@earthlink.net writes: Hello. Normally outlines are supposed to start up in hidestars view, which shows one star per level, indented, thusly: * First Level * Second * Third But after compiling both emacs and org-mode from git this morning, and

Re: [O] freemind export?

2013-11-04 Thread Christof Spitz
Thanks here is a part of your mm-xml-code: node COLOR=#00b439 ID=sec-1-1 POSITION=right FOLDED=false font NAME=SansSerif SIZE=16/ edge STYLE=bezier WIDTH=thin/ richcontent TYPE=NODE html head /head body pSub 1.1 /p /body /html /richcontent /node and here is mine, containing no formatting

[O] R contingency table axes labels in org

2013-11-04 Thread Jarmo Hurri
Greetings again. I need to represent a contingency table generated by R in an org file. R output shows the labes of the vertical and the horizontal axes, but these are pruned from the output in org-mode. Is there a nice way to reintroduce the axes labels? #

Re: [O] Exporting book handouts

2013-11-04 Thread Thomas S. Dye
Jarmo Hurri jarmo.hu...@syk.fi writes: What is the mechanism you use to select the subtrees that you are exporting? Are you employing SELECT_TAGS or something else? Interleaving is too complex for me. I use separate sub-trees and then restrict export to one sub-tree or another. This way, when

Re: [O] R contingency table axes labels in org

2013-11-04 Thread Thomas S. Dye
Jarmo Hurri jarmo.hu...@syk.fi writes: Greetings again. I need to represent a contingency table generated by R in an org file. R output shows the labes of the vertical and the horizontal axes, but these are pruned from the output in org-mode. Is there a nice way to reintroduce the axes

[O] HowTo? have R :sessions in org mode invoke a specific R

2013-11-04 Thread Cook, Malcolm
I wish to lock an org buffer to a particular installation of R so that all code blocks use it. I found that I could not, for instance, write `:session R-3.0.1`. Is there some best way for me to accomplish this? Perhaps some way of setting inferior-R-program-name to a buffer local value?

[O] test failures on recent pull

2013-11-04 Thread Nick Dokos
I just pulled and did a ``make test'': org-loaddefs: 8.2.1 (release_8.2.1-191-g28f4b8) ... ... Ran 471 tests, 467 results as expected, 4 unexpected (2013-11-04 12:18:23-0500) 5 expected failures 4 unexpected results: FAILED ob-exp/evaluate-all-executables-in-order FAILED

Re: [O] R contingency table axes labels in org

2013-11-04 Thread Jarmo Hurri
t...@tsdye.com (Thomas S. Dye) writes: library(ascii) ... print(ascii(table(data)), type=org) Great tip. I even got the result out as an interpreted org table by using :results output raw. (For example, without raw it becomes literal.) Thanks! * interesting data #+BEGIN_SRC R :exports

Re: [O] Arbitrary lisp functions in column-attributes

2013-11-04 Thread Mark Edgington
Bastien bzg at gnu.org writes: FWIW, I'd be inclined to say this is a bit *too much* -- but I'm curious to see if others have the same need. Hi Bastien, What about it seems too much? Or put differently, what do you think would be the negative effects of having something like this

Re: [O] HowTo? have R :sessions in org mode invoke a specific R

2013-11-04 Thread John Hendy
On Mon, Nov 4, 2013 at 11:22 AM, Cook, Malcolm m...@stowers.org wrote: I wish to lock an org buffer to a particular installation of R so that all code blocks use it. I found that I could not, for instance, write `:session R-3.0.1`. Is there some best way for me to accomplish this? Perhaps

Re: [O] [Exporter] Why is :author a list in the communication channel?

2013-11-04 Thread Thorsten Jolitz
Aaron Ecay aarone...@gmail.com writes: Hi Aaron, I would have expected multiple author lines to have this effect, so that your desired list of two authors would be generated by: , | #+author: Thorsten Jolitz | #+author: Thomas Mueller ` But it seems that only the last #+author

Re: [O] [Exporter] Why is :author a list in the communication channel?

2013-11-04 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: Aaron Ecay aarone...@gmail.com writes: Hi Aaron, I would have expected multiple author lines to have this effect, so that your desired list of two authors would be generated by: , | #+author: Thorsten Jolitz | #+author: Thomas Mueller

Re: [O] [Exporter] Why is :author a list in the communication channel?

2013-11-04 Thread Thorsten Jolitz
Hello, Nicolas Goaziou n.goaz...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Aaron Ecay aarone...@gmail.com writes: Hi Aaron, I would have expected multiple author lines to have this effect, so that your desired list of two authors would be generated by: , |

Re: [O] [Exporter] Why is :author a list in the communication channel?

2013-11-04 Thread Nicolas Goaziou
Thorsten Jolitz tjol...@gmail.com writes: Ok, I understand, so this is all working fine just as intended. For multiple authors one could use a workaround/convention like ,-- | #+author: Thorsten_Jolitz Thomas_Mueller

Re: [O] Line breaks in org-mode having version control in mind

2013-11-04 Thread Samuel Wales
Ediff shows word-level changes. In principle, diff-mode does too. My issue with visual-line-mode is that it disrespects fill-column. I would use it if it did not. Longlines-mode is a possible workaround. There is an intermittent bug in Magit maint where RET goes to the wrong line in Elisp and

Re: [O] [Exporter] Why is :author a list in the communication channel?

2013-11-04 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: ... This is orthogonal to the fact that multiple lines are not allowed. For that, see BEHAVIOUR item in `org-export-options-alist'. In particular, you can compare TITLE and AUTHOR entries. Ok, I

Re: [O] Want to copy a sparse tree to a buffer

2013-11-04 Thread Samuel Wales
Untested: C-v in the export dispatcher. On 10/24/13, Subhan Tindall subhan.tind...@rentrakmail.com wrote: Hi, I'm looking for a way to effectively copy a sparse tree to another buffer. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have

Re: [O] Most Recent Org Update

2013-11-04 Thread Achim Gratz
Sam Flint writes: I pulled org from git just now, restarted Emacs, and got this error: Symbol's function definition is void: org-element-chache reset Any ideas why? You probably meant to type org-element-cache-reset... my guess is you didn't actually re-load Org after the Git pull. Regards,

Re: [O] [Exporter] Why is :author a list in the communication channel?

2013-11-04 Thread Marcin Borkowski
Dnia 2013-11-04, o godz. 20:30:24 Nicolas Goaziou n.goaz...@gmail.com napisał(a): Thorsten Jolitz tjol...@gmail.com writes: Ok, I understand, so this is all working fine just as intended. For multiple authors one could use a workaround/convention like

Re: [O] Show TODO item in table of contents

2013-11-04 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: I couldn't find a way to show the TODO items in the table of econtents of an exported html of an org file. I do not mean org-export-mark-todo-in-toc. Please help me find a variable! org-export-with-tasks ? -- Bastien

Re: [O] Adding and subtracting from clocked entries.

2013-11-04 Thread Bastien
Hi Cecil, Cecil Westerhof cldwester...@gmail.com writes: For example I am working on project A from 09:00 until 13:00. But during this period I also worked for fifteen minutes on project B. I would like to subtract those fifteen minutes from project A and add them to project B. Can this be

Re: [O] Bug dragging lines in tag-restricted agenda

2013-11-04 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: I believe it is a bug for `M-down' to make an item visible that doesn't match the tag in a tag-narrowed view, and I think the most useful thing to do is to move the line beyond the next visible item. I pushed a fix for bugs in this area in the

Re: [O] How to display the image for links whose description is an image?

2013-11-04 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: Is there a way to display images for links whose description is an image? If I have a link of the form: [[http://www.google.com/][file:images/Google_Logo.png]] and when I try to org-display-inline-images on it, it tells me there

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-11-04 Thread Uwe Brauer
Jambunathan == Jambunathan K Jambunathan writes: Hi Jambunathan, Uwe I am venturing in to the wild here and it will take multiple iterations for me to even get a feel for what needs to be happen. I am not even sure what is right or wrong here. Anyways...

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-11-04 Thread Uwe Brauer
On 11/04/2013 07:08 AM, Jambunathan K wrote: I suggest that you pass me an Org file, that has the right bidi-paragraph-direction (as a local variable) and has the right set of bidi markers. Here are the attached files. hebrew.ott Description:

Re: [O] Revealing when following file:NAME::LINENO

2013-11-04 Thread Bastien
Hi François, François Pinard pin...@iro.umontreal.ca writes: Whenever one follows an Org link of the form file:NAME::LINENO, let me suggest that the found line be org-revealed automatically. In my opinion, this would be convenient for most people using such forms. Actually I think this is a

Re: [O] exported dates in ox-rss.el

2013-11-04 Thread Bastien
Hi Andrea, Andrea Rossetti andrea.rosse...@gmail.com writes: It turned out that the date format specifier %h is not accepted by the runtime (MSVCRT.DLL) of my Windows installation (a plain Windows 7 64 bit from year 2009). I updated ox-rss.el so that it uses %b instead of %h. Thanks, --

Re: [O] org-mode in the wild

2013-11-04 Thread John Kitchin
I wasn't familiar with pgf at all. we are usually limited by what publishers will accept in terms of formats, which is usually pdf, eps, png or tiff where we publish. for other features in pdf, we did not use any for these manuscripts, but sometimes I use some adobe specific javascript for making

[O] Customization Survey 2013

2013-11-04 Thread Mike McLean
Hello All I have 57 responses as of a few minutes ago (not counting me, LOL). I will start tabulating tomorrow sometime. Thank you all Mike

Re: [O] Most Recent Org Update

2013-11-04 Thread Samuel W. Flint
On Mon, November 4, 2013 1:59 pm, Achim Gratz wrote: Sam Flint writes: I pulled org from git just now, restarted Emacs, and got this error: Symbol's function definition is void: org-element-chache reset Any ideas why? You probably meant to type org-element-cache-reset... my guess is you

Re: [O] Customization Survey 2013

2013-11-04 Thread Christian Wittern
Hi Mike, I tried to run the survey as instructed, but got an error after the message Just press enter. The Messages buffer contained the following in case that is of interest: org-customization-survey Making completion list... [2 times] Starting new Ispell process [ispell::default] ...

Re: [O] Most Recent Org Update

2013-11-04 Thread Samuel W. Flint
On Mon, November 4, 2013 7:13 pm, Samuel W. Flint wrote: On Mon, November 4, 2013 1:59 pm, Achim Gratz wrote: Sam Flint writes: I pulled org from git just now, restarted Emacs, and got this error: Symbol's function definition is void: org-element-chache reset Any ideas why? You probably

Re: [O] Most Recent Org Update

2013-11-04 Thread Vladimir Lomov
Hello, ** Achim Gratz [2013-11-04 20:59:58 +0100]: Sam Flint writes: I pulled org from git just now, restarted Emacs, and got this error: Symbol's function definition is void: org-element-chache reset Any ideas why? You probably meant to type org-element-cache-reset... my guess is you

Re: [O] Customization Survey 2013

2013-11-04 Thread Alexander Vorobiev
-modules() org-customization-survey() ad-Orig-call-interactively(org-customization-survey record nil) call-interactively(org-customization-survey record nil) command-execute(org-customization-survey record) I have org-plus-contrib-20131104. Thanks Alex On Mon, Nov 4, 2013 at 6:27 PM, Mike

Re: [O] Fwd: ob-lilypond: pre- and post-processing of source blocks

2013-11-04 Thread James Harkins
On Nov 4, 2013 10:08 PM, Eric Schulte schulte.e...@gmail.com wrote: Look in lisp/ob-lilypond.el. Specifically (1) would be done in `org-babel-expand-body:lilypond', and both (2) and (3) in `org-babel-execute:lilypond'. Thanks. I'm not much of a LISPer so I have no idea when I might get around

Re: [O] Fwd: ob-lilypond: pre- and post-processing of source blocks

2013-11-04 Thread James Harkins
On Tuesday, November 5, 2013 12:24:44 PM HKT, James Harkins wrote: On Nov 4, 2013 10:08 PM, Eric Schulte schulte.e...@gmail.com wrote: Look in lisp/ob-lilypond.el. Specifically (1) would be done in `org-babel-expand-body:lilypond', and both (2) and (3) in `org-babel-execute:lilypond'.

Re: [O] Fwd: ob-lilypond: pre- and post-processing of source blocks

2013-11-04 Thread Thomas S. Dye
James Harkins jamshar...@gmail.com writes: Incidentally, it would be very useful if babel offered a header argument for commandline switches. If there is one, it was not obvious at [1] which one it should be. A header argument for command line switches is implemented for some babel

Re: [O] Having trouble with hidestars this morning

2013-11-04 Thread Pete Ley
Susan Cragin susancra...@earthlink.net writes: Hello. Normally outlines are supposed to start up in hidestars view, which shows one star per level, indented, thusly: * First Level * Second * Third But after compiling both emacs and org-mode from git this morning, and

Re: [O] Most Recent Org Update

2013-11-04 Thread Dov Grobgeld
I had the same problem after pulling from git yesterday and worked around it by doing: ; This is a bug work around (defun org-element-cache-reset (optional all) (interactive)) before requiring org. Regards, Dov On Tue, Nov 5, 2013 at 4:51 AM, Vladimir Lomov lomov...@gmail.com wrote: Hello,

[O] A weird warning and a test (eager macro expansion) error

2013-11-04 Thread Bastien
Hi all, I've got this warning when compiling: , | Compiling /home/guerry/install/git/org-mode/lisp/ob-R.el... | | In end of data: | ob-R.el:401:1:Warning: the function `org-every' is not known to be defined. ` (There is no org-every in ob-R.el directly.) And ~$ make test fails like

Re: [O] Customization Survey 2013

2013-11-04 Thread Bastien
Hi Alexander, Alexander Vorobiev alexander.vorob...@gmail.com writes: I tried running the function but got an error: Maybe you are setting variables about org-remember while not having org-remember.el in your load-path anymore ? (It is not part of recent Org.) HTH, -- Bastien

Re: [O] Adding and subtracting from clocked entries.

2013-11-04 Thread Cecil Westerhof
2013/11/4 Bastien b...@gnu.org For example I am working on project A from 09:00 until 13:00. But during this period I also worked for fifteen minutes on project B. I would like to subtract those fifteen minutes from project A and add them to project B. Can this be done? I assume you