Re: [O] Can't execute the introductory code: take table as input to produce mean

2014-08-05 Thread jenia.ivlev
Its the first time I use this type of mail system. I connected here using gmane and gnus. I;m not sure how to answer the thread "Can't execute the introductory code: take table as input to produce mean". So i'll just try to answer the best way I can who means I'll answer to: emacs-orgmode-

Re: [O] [BUG] :header-args+:

2014-08-05 Thread Aaron Ecay
Hi Thorsten, 2014ko uztailak 6an, Thorsten Jolitz-ek idatzi zuen: > > Hi List, > > doing C-c C-c on the first src_block > > , > | * A > | ** B > | :PROPERTIES: > | :header-args: :var name=dblock-name > | :header-args+: :var prms=dblock-params > | :END: > | > | #+begin_src

Re: [O] #+header: :post -> Symbol's value as variable is void: *this*

2014-08-05 Thread Aaron Ecay
Hi Thorsten, 2014ko uztailak 27an, Thorsten Jolitz-ek idatzi zuen: > > Thorsten Jolitz writes: > >> Hi List, >> >> whats wrong with this :post header arg: >> >> #+header: :post (format "#+attr_latex :float :placement {c}{scale=.6}\n%s" >> *this*) >> #+begin_src emacs-lisp >> (+ 2 2) >> #+

Re: [O] proposal to have ignoreheading tags/properties

2014-08-05 Thread Aaron Ecay
Hi Mark, 2014ko abuztuak 2an, Mark Edgington-ek idatzi zuen: > > Hi Bastien, > > I've attached a patch for ox-extra which doesn't yet include the > option for choosing specific tag names (the 'ignore' tag is currently > hard-coded). Feel free to modify / commit it. > > Regards, > > Mark Than

Re: [O] [FR] fill caption

2014-08-05 Thread Aaron Ecay
Hi Bastien, 2014ko uztailak 27an, Bastien-ek idatzi zuen: > > Hi Aaron, > > Aaron Ecay writes: > >> There’s a warning in the Org manual about using filladapt with org, but >> I’ve never noticed any problems. > > Interesting -- was it always like this? Or is it due to the recent > improvement

Re: [O] (Maybe) enhance `org-element-src-block-interpreter'?

2014-08-05 Thread Aaron Ecay
Hi Thorsten, 2014ko abuztuak 5an, Thorsten Jolitz-ek idatzi zuen: [...] > > Parse this src-block (with point at beg of block): > > , > | M-: (setq ptree (org-element-at-point)) > ` > > #+header: :results raw > #+begin_src emacs-lisp > (message "hello world") > #+end_src > > #+results

Re: [O] R code block produces only partial output

2014-08-05 Thread Aaron Ecay
Hi Eric, 2014ko abuztuak 5an, Eric Schulte-ek idatzi zuen: > [...] > I don't know. > > The Babel R support needs a dedicated maintainer. This was a role Dan > Davison originally filled. I've partially filled in since, but as a > *very* light R user I'm not the best person. I use babel’s R s

Re: [O] R code block produces only partial output

2014-08-05 Thread Aaron Ecay
Hi Chuck, 2014ko abuztuak 5an, "Charles C. Berry"-ek idatzi zuen: [...] > > > Here is the docstring from ESS's inferior-S-prompt: > > inferior-S-prompt is a variable defined in `ess-custom.el'. > Its value is "[]a-zA-Z0-9.[]*\\([>+.] \\)*> " > > Documentation: > Regexp used in S and R inferi

Re: [O] publishing to gihub gh-pages branch

2014-08-05 Thread Rafael
Bastien writes: > regcl writes: > >> Thanks, but I guess I didn't find the solutions you have >> mentioned. Could you please point them out? > > I'm thinking of this for example: > http://orgmode.org/worg/org-tutorials/org-jekyll.html > > This is not a complete solution for the problem at hand,

Re: [O] Org equivalent to \chapter*

2014-08-05 Thread Nick Dokos
Thorsten Jolitz writes: > Alan L Tyree writes: > >> I'm sure this has been asked before, but I can't seem to find it. Is >> there an org markup that produces a starred latex heading? >> >> In a book, for example, I want the Preface to be at chapter level, but >> not included in the numbering. Sa

Re: [O] R code block produces only partial output

2014-08-05 Thread Charles C. Berry
On Tue, 5 Aug 2014, Andreas Kiermeier wrote: ​ On 6 August 2014 03:35, Charles Berry wrote: ​[snip]​ org-babel-R-evaluate-session uses (string-match "^\\([ ]*[>+\\.][ ]?\\)+\\([[0-9]+\\|[ ]\\)" line) to find the start of R output in the session. [snip] ​ Thanks Charles for finding this

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-08-05 Thread Thorsten Jolitz
Eric Schulte writes: > In general checking the manual before posting to the ML is a good idea. You (voluntarily) write a meaningless one-liner and then complain I wasted 10sec of you lifetime by not ReadingTFM - come on ... -- cheers, Thorsten

Re: [O] R code block produces only partial output

2014-08-05 Thread Andreas Kiermeier
​ On 6 August 2014 03:35, Charles Berry wrote: ​[snip]​ > org-babel-R-evaluate-session uses > > (string-match "^\\([ ]*[>+\\.][ ]?\\)+\\([[0-9]+\\|[ ]\\)" line) > > to find the start of R output in the session. > > This does not match the ` 0', but matches the ` .6' > in the out

Re: [O] Org equivalent to \chapter*

2014-08-05 Thread Thorsten Jolitz
Alan L Tyree writes: > I'm sure this has been asked before, but I can't seem to find it. Is > there an org markup that produces a starred latex heading? > > In a book, for example, I want the Preface to be at chapter level, but > not included in the numbering. Same for HTML export, of course. ,-

[O] Org equivalent to \chapter*

2014-08-05 Thread Alan L Tyree
I'm sure this has been asked before, but I can't seem to find it. Is there an org markup that produces a starred latex heading? In a book, for example, I want the Preface to be at chapter level, but not included in the numbering. Same for HTML export, of course. Thanks for any pointers, Alan

Re: [O] Cannot build documentation (release_8.3beta-155-g82b64d)

2014-08-05 Thread Vicente Vera
Yes, i had an old makeinfo (4.13) that lives in the debian wheezy repository. Just now got the latest version and it worked. Didn't thought about this since some commits ago the documentation was built just fine with makeinfo 4.13. Thank you very much Nick & Achim. 2014-08-05 12:33 GMT-04:00 Vic

Re: [O] R code block produces only partial output

2014-08-05 Thread Charles C. Berry
On Tue, 5 Aug 2014, John Hendy wrote: On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote: Charles Berry writes: Eric Schulte gmail.com> writes: [snip] Eric, As noted by Andreas and John this is a problem for session output. org-babel-R-evaluate-session uses (string-match "^\\([ ]*[

Re: [O] How to change color of (part of) agenda header

2014-08-05 Thread Nick Dokos
Sebastien Vauban writes: > Hello, > > I'm trying to get part of the agenda header in another color, here > "TODAY": > > (add-to-list 'org-agenda-custom-commands >`("f" "Today" > (;; list of all TODO entries with deadline today > (tags-todo "DEA

[O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-05 Thread Federico Beffa
>>> The current proposal is to make them elements instead of objects in Org >>> syntax (i.e, a `latex-environment' instead of a `latex-fragment'). In >>> a nutshell: >>> >>> - Pros: >>>+ conform to LaTeX intent, >>>+ impossible to fill. >>> - Cons: >>>- documents containing \[...\] mi

[O] How to change color of (part of) agenda header

2014-08-05 Thread Sebastien Vauban
Hello, I'm trying to get part of the agenda header in another color, here "TODAY": --8<---cut here---start->8--- (add-to-list 'org-agenda-custom-commands `("f" "Today" (;; list of all TODO entries with deadline today

Re: [O] org-ref in action

2014-08-05 Thread John Kitchin
Hi, it got moved in a re-organization to https://github.com/jkitchin/jmax/blob/master/org/org-ref.org. Sorry for the inconvenience! Xebar Saram writes: > Hi all > > the github link seems dead, anyone knows where one could get and try > org-ref from? > > z > > On Mon, Jun 30, 2014 at 2:27 PM, Jo

Re: [O] Agenda, Deadline, DONE

2014-08-05 Thread hymie!
In our last episode, the evil Dr. Lacto had captured our hero, SabreWolfy , who said: > (setq org-agenda-skip-deadline-if-done t) Perfect! Thanks! --hymie!http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net

Re: [O] Agenda, Deadline, DONE

2014-08-05 Thread SabreWolfy
Correction: ,- | (setq org-agenda-skip-deadline-if-done t) `-

Re: [O] Agenda, Deadline, DONE

2014-08-05 Thread SabreWolfy
hymie! lactose.homelinux.net> writes: > Is there a way to remove deadlines for DONE tasks from the Agenda? Add this to your .emacs: ,- | (setq org-agenda-skip-deadline-if-done nil) `-

Re: [O] Agenda, Deadline, DONE

2014-08-05 Thread Jorge A. Alfaro-Murillo
hymie! writes: Greetings. I'm new to OrgMode, and I'm still working my way through. It has a lot of the old functionality and features of the PalmPilot "Bonsai" program, which I miss terribly, and I hope you take that as a compliment. Welcome. I have a TODO that looks like this (I had t

Re: [O] R code block produces only partial output

2014-08-05 Thread Nick Dokos
Nick Dokos writes: > John Hendy writes: > >> On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote: >>> Charles Berry writes: >>> Eric Schulte gmail.com> writes: >> >> [snip] >> Eric, As noted by Andreas and John this is a problem for session output. org-babel-R-eva

Re: [O] R code block produces only partial output

2014-08-05 Thread Nick Dokos
John Hendy writes: > On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote: >> Charles Berry writes: >> >>> Eric Schulte gmail.com> writes: > > [snip] > >>> Eric, >>> >>> As noted by Andreas and John this is a problem for session output. >>> >>> org-babel-R-evaluate-session uses >>> >>> (string-

[O] Agenda, Deadline, DONE

2014-08-05 Thread hymie!
Greetings. I'm new to OrgMode, and I'm still working my way through. It has a lot of the old functionality and features of the PalmPilot "Bonsai" program, which I miss terribly, and I hope you take that as a compliment. Anyway, I'm not sure if I'm doing something wrong or I just don't yet unders

Re: [O] R code block produces only partial output

2014-08-05 Thread John Hendy
On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote: > Charles Berry writes: > >> Eric Schulte gmail.com> writes: [snip] >> Eric, >> >> As noted by Andreas and John this is a problem for session output. >> >> org-babel-R-evaluate-session uses >> >> (string-match "^\\([ ]*[>+\\.][ ]?\\)+\\([[0-

Re: [O] Repeat task a fixed number of times

2014-08-05 Thread Aric Gregson
Bastien writes: > SabreWolfy writes: > >> How do I indicate that the event should be repeated monthly for 6 months >> only? Time-shift? > > FWIW, this is a frequently requested feature and I will propose > something other than cloning headlines for the next major Org version. I entirely agree.

Re: [O] R code block produces only partial output

2014-08-05 Thread Eric Schulte
Charles Berry writes: > Eric Schulte gmail.com> writes: > >> >> Andreas Kiermeier gmail.com> writes: >> >> > On 4 August 2014 21:23, Eric Schulte gmail.com> wrote: >> >> Why are you setting the output type to "graphics" when you are trying to > >> >> Hi Andreas, >> >> I can't reproduce you

Re: [O] org-ref in action

2014-08-05 Thread Xebar Saram
Hi all the github link seems dead, anyone knows where one could get and try org-ref from? z On Mon, Jun 30, 2014 at 2:27 PM, Joseph Vidal-Rosset < joseph.vidal.ros...@gmail.com> wrote: > Thanks Eric, it works now, with the latest version of org-mode. > > Best wishes > > Jo. > > > 2014-06-30 12

Re: [O] Emacs-orgmode Digest, Vol 102, Issue 5

2014-08-05 Thread Nick Dokos
Nick Dokos writes: > "Salome "Södergran\"" writes: > >>> "Salome "S?dergran\"" wrote: >>> > I'm looking for a way to make orgmode export quote signs to LaTeX's >>> > \enquote{}. >>> > On stackoverflow.com (1) I found a solution that uses >>> > (setq org-export-with-smart-quotes t) >>> > (a

Re: [O] R code block produces only partial output

2014-08-05 Thread Charles Berry
Eric Schulte gmail.com> writes: > > Andreas Kiermeier gmail.com> writes: > > > On 4 August 2014 21:23, Eric Schulte gmail.com> wrote: > >> Why are you setting the output type to "graphics" when you are trying to > > Hi Andreas, > > I can't reproduce your problem. I get the following from

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Ken Mankoff
Yes that works perfectly. Not sure why I had memorized a different keystroke. Thank you! On Tue, Aug 5, 2014 at 1:46 PM, Florian Adamsky wrote: > Dear Ken, > > On Tuesday, Aug 05 2014, Ken Mankoff wrote: > > > You are correct that M-x org-archive-subtree-hierarchical works just > > fine. But

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Florian Adamsky
Dear Ken, On Tuesday, Aug 05 2014, Ken Mankoff wrote: > You are correct that M-x org-archive-subtree-hierarchical works just > fine. But I can't get it to work with the default keybinding as you show > above. > > C-c C-x C-s is my (the?) default keybinding for archiving > trees/subtrees. Is thi

Re: [O] Cannot build documentation (release_8.3beta-155-g82b64d)

2014-08-05 Thread Achim Gratz
Vicente Vera writes: > Hello. Started another "clean" cloned local repository to try building > the documentation again and the errors persist. The error is quite likely on your side. What is the output of which makeinfo file `which makeinfo` makeinfo --version as I suspect that you pick up som

Re: [O] Emacs-orgmode Digest, Vol 102, Issue 5

2014-08-05 Thread Nick Dokos
"Salome "Södergran\"" writes: >> "Salome "S?dergran\"" wrote: >> > I'm looking for a way to make orgmode export quote signs to LaTeX's >> > \enquote{}. >> > On stackoverflow.com (1) I found a solution that uses >> > (setq org-export-with-smart-quotes t) >> > (add-to-list 'org-export-smart-q

Re: [O] numbering figure in html ?

2014-08-05 Thread Joseph Vidal-Rosset
2014-08-05 14:43 GMT+02:00 Nick Dokos : > Yes, tables and source blocks handle captions in the HTML exporter, but > special blocks (which #+(BEGIN|END)_FIGURE is) don't. Captions for special > blocks *are* handled correctly in the latex exporter. This shouldn't be > too hard to fix: just copy the

Re: [O] Emacs-orgmode Digest, Vol 102, Issue 5

2014-08-05 Thread Salome =?iso-8859-1?Q?S=F6dergran
> "Salome "S?dergran\"" wrote: > > I'm looking for a way to make orgmode export quote signs to LaTeX's > > \enquote{}. > > On stackoverflow.com (1) I found a solution that uses > > (setq org-export-with-smart-quotes t) > > (add-to-list 'org-export-smart-quotes-alist .) > > but on my syste

Re: [O] Cannot build documentation (release_8.3beta-155-g82b64d)

2014-08-05 Thread Nick Dokos
Vicente Vera writes: > Hello. Started another "clean" cloned local repository to try building the > documentation again and the errors persist. > 'M-x org-version' gives: Org-mode version 8.3beta > (release_8.3beta-167-g003edd @ /usr/local/share/emacs/site-lisp/org/). I > installed everything e

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Ken Mankoff
Hi Florian, * On 2014-08-05 at 11:32, Florian Adamsky wrote: >> This code looks useful and an improvement over the previous setup I >> was >> using. https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01218.html >> >> Can you explain what else is needed for your code to work? Currently I >

Re: [O] Cannot build documentation (release_8.3beta-155-g82b64d)

2014-08-05 Thread Vicente Vera
Hello. Started another "clean" cloned local repository to try building the documentation again and the errors persist. 'M-x org-version' gives: Org-mode version 8.3beta (release_8.3beta-167-g003edd @ /usr/local/share/emacs/site-lisp/org/). I installed everything except documentation. Here's the out

[O] (Maybe) refactor `org-babel-insert-header-arg'?

2014-08-05 Thread Thorsten Jolitz
Hi, maybe make parts of `org-babel-insert-header-arg' reusable by a refactoring like this? ;; refactored org-babel-insert-header-arg (part 1) #+begin_src emacs-lisp (defun tj/prompt-for-header-arg (&optional lang) "Prompt for header argument selecting from lists of common args and values. Opt

Re: [O] Problems with org-export: "byte-code: Invalid function: 0"

2014-08-05 Thread Nick Dokos
"Martin Beck" writes: > I'm doing my first steps trying to publish my org-mode content to HTML and it > seems that there is something that causes problems > with publishing. > > I tracked it down to this paragraph which seems to cause the problem: > _ > Connect at AIIM is a news commun

[O] (Maybe) enhance `org-element-src-block-interpreter'?

2014-08-05 Thread Thorsten Jolitz
Hi, a slight enhancement: #+begin_src emacs-lisp (defun tj/src-block-interpreter (src-block contents) "Interpret SRC-BLOCK element as Org syntax. CONTENTS is nil." (let ((lang (org-element-property :language src-block)) (switches (org-element-property :switches src-block))

Re: [O] ox-reveal cannot export

2014-08-05 Thread Nick Dokos
Robert Eckl writes: > Hi, > > after a long time i recently played with ox-reveal (with > org-mode release_8.3beta-167-g003edd) > > While exporting to reveal i get > > Symbol's function definition is void: org-html-format-headline--wrap > > What i'm missing? > Well, you are missing that f

[O] [PATCH] Couple of small fixes in exporting node.js and css content.

2014-08-05 Thread Josh Berry
I've got a toy paper I'm writing where I ran into a couple of issues exporting to html. The first issue is related to exporting the source of a css block that contains proprietary properties. In short, it looks like a list is generated for the font face, where a single value was expected. The se

[O] [PATCH] Couple of small fixes in exporting node.js and css content.

2014-08-05 Thread Josh Berry
I've got a toy paper I'm writing where I ran into a couple of issues exporting to html. The first issue is related to exporting the source of a css block that contains proprietary properties. In short, it looks like a list is generated for the font face, where a single value was expected. The se

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Florian Adamsky
Dear Ken, On Tuesday, Aug 05 2014, Ken Mankoff wrote: > This code looks useful and an improvement over the previous setup I was > using. https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01218.html > > Can you explain what else is needed for your code to work? Currently I > have at the

Re: [O] Filtering org-clock-display

2014-08-05 Thread Noah Slater
Hello Bastien, I can't get this to work. (org-clock-display '(16)) -- this works fine! (let ((org-clock-display-default-range 'thisweek)) (org-clock-display)) ^ This however just runs org-clock-display for all time without a prompt. I have updated to HEAD and ran `make`. On 28 July 2014 17

[O] Problems with org-export: "byte-code: Invalid function: 0"

2014-08-05 Thread Martin Beck
I'm doing my first steps trying to publish my org-mode content to HTML and it seems that there is something that causes problems with publishing.   I tracked it down to this paragraph which seems to cause the problem:   _   Connect at AIIM is a news communication provided by AIIM. 2014 AI

[O] ox-reveal cannot export

2014-08-05 Thread Robert Eckl
Hi, after a long time i recently played with ox-reveal (with org-mode release_8.3beta-167-g003edd) While exporting to reveal i get Symbol's function definition is void: org-html-format-headline--wrap What i'm missing? Regards, Robert

Re: [O] How to define file-local preamble for graphviz dot?

2014-08-05 Thread Vladimir Alexiev
Vladimir Alexiev ontotext.com> writes: > I have a bunch of dot settings that I want to set globally. I hacked it like > this: > (defadvice org-babel-expand-body:dot (before add-preamble (body params) > activate) A better way to hack it is like that, using the header args :prologue and :epilog

Re: [O] bug#17749: 24.3.91; Crash on mwheel-scroll of org file

2014-08-05 Thread Eli Zaretskii
> From: "Vladimir Alexiev" > Cc: <17...@debbugs.gnu.org>, > > Date: Tue, 5 Aug 2014 11:10:16 +0300 > > > > 1. Open emacs-crash-test.org > > > 2. Make the window smaller (e.g. 20 lines tall) > > > 2. Roll the mouse wheel down until you see the end of file, then up. > > > 3. CRASH > > The s

[O] How to mark headings to be exclude from inclusion in tangling or weaving?

2014-08-05 Thread Grant Rettke
Good morning, My system is set up to tangle and weave an org file into a .emacs.el file. By ensuring property inheritance is configured like this ╭ │ (setq org-babel-use-quick-and-dirty-noweb-expansion nil) ╰ , each heading takes properties from its parents. Sometimes I don't want that

Re: [O] HTML export of - [ ] does not display box anymore

2014-08-05 Thread Rick Frankel
On 2014-08-05 08:25, Rainer Stengele wrote: Hi, doing an html export of * headline - [ ] checkbox - item I do not see the checkbox box anymore as I did in older versions. I tried to find an export setting, tried several settings related to todos but I cannot find a setting stopping the box to

Re: [O] [RFC] Add commmand for wrapping sexp/region in src-blocks to Org?

2014-08-05 Thread Thorsten Jolitz
Nicolas Goaziou writes: Hello, > Why limiting it to ... I'll leave it as personnal init.el customization, maybe it evolves over time towards a function that deals with the general case. Thanks for the comments though. -- cheers, Thorsten

Re: [O] [RFC] Add commmand for wrapping sexp/region in src-blocks to Org?

2014-08-05 Thread Thorsten Jolitz
Xebar Saram writes: Hi Xebar, > small question. sorry for the late answer > i wonder if i could request a tiny related feature (this may be very > easy to do already). > i would like to assign hotkeys for 2 scenarios: > > 1) pre selected language for 1 line > 2) pre selected language prompting

Re: [O] make slim auto-complete work in Org-mode (delete some ac-source in Org-mode).

2014-08-05 Thread Sebastien Vauban
stardiviner wrote: > I setup default =ac-sources= for auto-complete like this: > > #+BEGIN_SRC emacs-lisp > (setq-default ac-sources > '(ac-source-yasnippet > ac-source-abbrev > ac-source-filename > ac-source-files-in-current-dir >

Re: [O] [RFC] Rewrite `org-entry-properties' using parser

2014-08-05 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> here is my first take of rewriting `org-entry-properties'. > > Interesting. A first round of comments follows. Thanks for the review and the comments. But this looks like an entirely different function to me, and IMO it does not

Re: [O] numbering figure in html ?

2014-08-05 Thread Nick Dokos
Joseph Vidal-Rosset writes: > The following code works correctly to export into LaTeX, but the > caption function fails in html. But caption works in html when it is > above a table written in org-mode. > > #+OPTIONS: LaTeX:verbatim > #+LaTeX_CLASS: org-article > #+LaTeX_CLASS_OPTIONS: [koma,a4p

Re: [O] numbering figure in html ?

2014-08-05 Thread Nick Dokos
Joseph Vidal-Rosset writes: > The following code works correctly to export into LaTeX, but the > caption function fails in html. But caption works in html when it is > above a table written in org-mode. > > #+OPTIONS: LaTeX:verbatim > #+LaTeX_CLASS: org-article > #+LaTeX_CLASS_OPTIONS: [koma,a4pa

Re: [O] Highlighting text for HTML tag export?

2014-08-05 Thread Sebastien Vauban
'Mash Thomas Herbert wrote: > Sebastien Vauban writes: >> 'Mash wrote: >>> Just been looking around and I have not come across a way to "highlight" >>> text in org-mode to be HTML exported as the ... tags? >>> >>> Anyone know if this exists? >> >> You could use org-macros. >> >> Or simply: >> >> #

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Ken Mankoff
Hi Florian, This code looks useful and an improvement over the previous setup I was using. https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01218.html Can you explain what else is needed for your code to work? Currently I have #+BEGIN_SRC emacs-lisp (setq org-archive-location (concat

[O] HTML export of - [ ] does not display box anymore

2014-08-05 Thread Rainer Stengele
Hi, doing an html export of * headline - [ ] checkbox - item I do not see the checkbox box anymore as I did in older versions. I tried to find an export setting, tried several settings related to todos but I cannot find a setting stopping the box to be exported. Any hint where I could sear

Re: [O] HTML lists are including paragraphs (…)

2014-08-05 Thread Eric Schulte
The code which checks to ensure that paragraph wrappers are only inhibited if they are inhibited for the whole list mistakenly keeps paragraph wrappers if one item of the list is itself a list The location of this bug is the (cdr contents) in line 2899 of ox-html.el. I'd be inclined to remove thi

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Eric Abrahamsen
Florian Adamsky writes: > Dear Eric, > > On Tuesday, Aug 05 2014, Eric Abrahamsen wrote: > >> Thanks for this work -- I think this is a nice feature. One concern >> about the above is that, if you're archiving many FOOs, then you'll get >> a whole bunch of duplicate A/B parent structures. There

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Florian Adamsky
Dear Eric, On Tuesday, Aug 05 2014, Eric Abrahamsen wrote: > Thanks for this work -- I think this is a nice feature. One concern > about the above is that, if you're archiving many FOOs, then you'll get > a whole bunch of duplicate A/B parent structures. There are several > places in my agenda f

Re: [O] Tracking time estimates for incomplete tasks

2014-08-05 Thread Daniel Rigby
By the way, apologies for the multiple messages. I didn't receive any feedback after sending them so I thought my emails were being silently ignored.

Re: [O] bug: isearch puts ellipses at top of window

2014-08-05 Thread Nicolas Richard
Nicolas Richard writes: > Samuel Wales writes: > >> in maint, isearch very often puts ... at the top of the window. is >> this related to recent ellipsis bugs? > > If you have a reproducible recipe, it would be very nice ! I think I have something -- not with isearch but certainly related. Unf

Re: [O] Can't execute the introductory code: take table as input to produce mean

2014-08-05 Thread Sebastien Vauban
Hello jenia, > I want to learn babel-mode so I'm going through > http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-blocks-org. > > I'm trying to execute the basic tutorial's script and for some reason can't > do it. > > I'm suppose to feed a table as input to a function. This is the

Re: [O] export quotes

2014-08-05 Thread Sebastien Vauban
"Salome "Södergran\"" wrote: > I'm looking for a way to make orgmode export quote signs to LaTeX's > \enquote{}. > On stackoverflow.com (1) I found a solution that uses > (setq org-export-with-smart-quotes t) > (add-to-list 'org-export-smart-quotes-alist .) > but on my system I find neith

Re: [O] Highlighting text for HTML tag export?

2014-08-05 Thread Sebastien Vauban
'Mash wrote: > Just been looking around and I have not come across a way to "highlight" > text in org-mode to be HTML exported as the ... tags? > > Anyone know if this exists? You could use org-macros. Or simply: #+HTML: ... #+HTML: Best regards, Seb -- Sebastien Vauban

Re: [O] [Babel] 2 new problems with tangling

2014-08-05 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Sebastien Vauban writes: > >> After an update to Org 8.2.7, I have troubles tangling files. > > Do you still see this? No -- hopefully... Closing this! Best regards, Seb -- Sebastien Vauban

Re: [O] bug#17749: 24.3.91; Crash on mwheel-scroll of org file

2014-08-05 Thread Vladimir Alexiev
> > 1. Open emacs-crash-test.org > > 2. Make the window smaller (e.g. 20 lines tall) > > 2. Roll the mouse wheel down until you see the end of file, then up. > > 3. CRASH The specific org file doesn't matter. The window size doesn't matter. This crash happens to me occasionally (2-3 times a week),

[O] Can't execute the introductory code: take table as input to produce mean

2014-08-05 Thread jenia mtl
Hello: I want to learn babel-mode so I'm going through http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-blocks-org. I'm trying to execute the basic tutorial's script and for some reason can't do it. I'm suppose to feed a table as input to a function. This is the table: #+nam

[O] export quotes

2014-08-05 Thread Salome =?iso-8859-1?Q?S=F6dergran
Hi I'm looking for a way to make orgmode export quote signs to LaTeX's \enquote{}. On stackoverflow.com (1) I found a solution that uses (setq org-export-with-smart-quotes t) (add-to-list 'org-export-smart-quotes-alist .) but on my system I find neither the variable org-export-with-smart-