Re: [O] numbering figure in html ?

2014-08-05 Thread Joseph Vidal-Rosset
Dear Nick, (cc. the list) 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,a4paper,11pt]

[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

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

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), always

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] Highlighting text for HTML mark 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 mark.../mark tags? Anyone know if this exists? You could use org-macros. Or simply: #+HTML: mark ... #+HTML: /mark Best regards, Seb -- Sebastien Vauban

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 neither the

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] bug: isearch puts ellipses at top of window

2014-08-05 Thread Nicolas Richard
Nicolas Richard theonewiththeevill...@yahoo.fr writes: Samuel Wales samolog...@gmail.com 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 --

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] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Florian Adamsky
Dear Eric, On Tuesday, Aug 05 2014, Eric Abrahamsen e...@ericabrahamsen.net 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

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

2014-08-05 Thread Eric Abrahamsen
Florian Adamsky fa-orgm...@haktar.org writes: Dear Eric, On Tuesday, Aug 05 2014, Eric Abrahamsen e...@ericabrahamsen.net 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

Re: [O] HTML lists are including paragraphs (lip…/p/li)

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

[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

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

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

2014-08-05 Thread Sebastien Vauban
'Mash Thomas Herbert wrote: Sebastien Vauban sva-n...@mygooglest.com 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 mark.../mark tags? Anyone know if this exists? You could use org-macros. Or simply:

Re: [O] numbering figure in html ?

2014-08-05 Thread Nick Dokos
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com 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

Re: [O] numbering figure in html ?

2014-08-05 Thread Nick Dokos
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com 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

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

2014-08-05 Thread Thorsten Jolitz
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Thorsten Jolitz tjol...@gmail.com 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

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] Add commmand for wrapping sexp/region in src-blocks to Org?

2014-08-05 Thread Thorsten Jolitz
Xebar Saram zelt...@gmail.com 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

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

2014-08-05 Thread Thorsten Jolitz
Nicolas Goaziou m...@nicolasgoaziou.fr 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] 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

[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] bug#17749: 24.3.91; Crash on mwheel-scroll of org file

2014-08-05 Thread Eli Zaretskii
From: Vladimir Alexiev vladimir.alex...@ontotext.com Cc: 17...@debbugs.gnu.org, emacs-orgmode@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,

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

2014-08-05 Thread Vladimir Alexiev
Vladimir Alexiev vladimir.alexiev at 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

[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

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

2014-08-05 Thread Martin Beck
Im 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 AIIM

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

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

[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

[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

Re: [O] ox-reveal cannot export

2014-08-05 Thread Nick Dokos
Robert Eckl eck...@gmx.de 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

[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] Problems with org-export: byte-code: Invalid function: 0

2014-08-05 Thread Nick Dokos
Martin Beck elwood...@web.de 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

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

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

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 have

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

2014-08-05 Thread Nick Dokos
Vicente Vera vicente...@gmail.com 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

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 system I find neither

Re: [O] numbering figure in html ?

2014-08-05 Thread Joseph Vidal-Rosset
2014-08-05 14:43 GMT+02:00 Nick Dokos ndo...@gmail.com: 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:

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

2014-08-05 Thread Nick Dokos
Salome Södergran\ salome.soederg...@gmx.ch 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

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 some

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

2014-08-05 Thread Florian Adamsky
Dear Ken, On Tuesday, Aug 05 2014, Ken Mankoff mank...@gmail.com 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

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 fa-orgm...@haktar.org wrote: Dear Ken, On Tuesday, Aug 05 2014, Ken Mankoff mank...@gmail.com wrote: You are correct that M-x

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

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

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

2014-08-05 Thread Eric Schulte
Charles Berry ccbe...@ucsd.edu writes: Eric Schulte schulte.eric at gmail.com writes: Andreas Kiermeier andreas.kiermeier at gmail.com writes: On 4 August 2014 21:23, Eric Schulte schulte.eric at gmail.com wrote: Why are you setting the output type to graphics when you are trying to

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

2014-08-05 Thread Aric Gregson
Bastien b...@gnu.org writes: SabreWolfy sabrewo...@gmail.com 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

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 schulte.e...@gmail.com wrote: Charles Berry ccbe...@ucsd.edu writes: Eric Schulte schulte.eric at gmail.com writes: [snip] Eric, As noted by Andreas and John this is a problem for session output. org-babel-R-evaluate-session uses

[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

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

2014-08-05 Thread Nick Dokos
John Hendy jw.he...@gmail.com writes: On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte schulte.e...@gmail.com wrote: Charles Berry ccbe...@ucsd.edu writes: Eric Schulte schulte.eric at gmail.com writes: [snip] Eric, As noted by Andreas and John this is a problem for session output.

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

2014-08-05 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: John Hendy jw.he...@gmail.com writes: On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte schulte.e...@gmail.com wrote: Charles Berry ccbe...@ucsd.edu writes: Eric Schulte schulte.eric at gmail.com writes: [snip] Eric, As noted by Andreas and John this is

Re: [O] Agenda, Deadline, DONE

2014-08-05 Thread Jorge A. Alfaro-Murillo
hymie! hy...@lactose.homelinux.net 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

Re: [O] Agenda, Deadline, DONE

2014-08-05 Thread SabreWolfy
hymie! hymie at 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 SabreWolfy
Correction: ,- | (setq org-agenda-skip-deadline-if-done t) `-

Re: [O] Agenda, Deadline, DONE

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

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 zelt...@gmail.com 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

[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

[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 \[...\] mid-line will be broken

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

2014-08-05 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com 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

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 schulte.e...@gmail.com wrote: Charles Berry ccbe...@ucsd.edu writes: Eric Schulte schulte.eric at gmail.com writes: [snip] Eric, As noted by Andreas and John this is a problem for session output.

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

[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] Org equivalent to \chapter*

2014-08-05 Thread Thorsten Jolitz
Alan L Tyree alanty...@gmail.com 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,

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

2014-08-05 Thread Andreas Kiermeier
​ On 6 August 2014 03:35, Charles Berry ccbe...@ucsd.edu 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

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

2014-08-05 Thread Thorsten Jolitz
Eric Schulte schulte.e...@gmail.com 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 Charles C. Berry
On Tue, 5 Aug 2014, Andreas Kiermeier wrote: ​ On 6 August 2014 03:35, Charles Berry ccbe...@ucsd.edu 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

Re: [O] Org equivalent to \chapter*

2014-08-05 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Alan L Tyree alanty...@gmail.com 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

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

2014-08-05 Thread Rafael
Bastien b...@gnu.org writes: regcl re...@channing.harvard.edu 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

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 inferior and

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

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: hello world

Re: [O] [FR] fill caption

2014-08-05 Thread Aaron Ecay
Hi Bastien, 2014ko uztailak 27an, Bastien-ek idatzi zuen: Hi Aaron, Aaron Ecay aarone...@gmail.com 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

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 Thanks for

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 tjol...@gmail.com 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] [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 emacs-lisp