Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-01 Thread Sebastien Vauban
Achim Gratz wrote: > Am 30.09.2013 21:05, schrieb Joseph Vidal-Rosset: >> >> Here is the beginning of my init.el in my .emacs.d/ : >> >> (message "* --[ Loading my Emacs init file ]--") >> (add-to-list 'load-path "~/.emacs.d/org-8.2/lisp") >> (add-to-list 'load-path "/.emacs.d/org-8.2/contrib/lisp"

Re: [O] input data for babel blocks

2013-10-01 Thread Alan Schmitt
Hi Charles, ccbe...@ucsd.edu writes: > Lacking that, another alternative to the approach you have crafted is to > use elisp src blocks to set up the commands needed to create the objects, > and then place the results of executing the elisp src block in the src > block of your favored language usi

Re: [O] input data for babel blocks

2013-10-01 Thread Alan Schmitt
Hi Eric, schulte.e...@gmail.com writes: >> - would the patch above be a useful way to deal with this? > > My problem with the patch above is that it makes OCaml different from > every other language (especially ob-haskell which has similar type > restraints), and that it doesn't work for tables w

Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-01 Thread Eric S Fraga
Joseph Vidal-Rosset writes: [...] > I have certainly a problem of installation, because of my test of > conversion with org-mode fail. > > With gnus, here is the message error : > > org-mime-htmlize: Cannot open load file: aucun fichier ou dossier de ce > type, ox-org A backtrace might help. D

Re: [O] Org Tutorials need more structure

2013-10-01 Thread Eric S Fraga
Joseph Vidal-Rosset writes: > Hi, > > 2013/9/28 Suvayu Ali > >> Your example is not beginner's tutorial at all! Nor is it something >> that the manual can cover. >> > > I do not understand why. Every beginner intested in org-mode is interested > for such or such application, and that's a strange

Re: [O] Table of Contents Title header

2013-10-01 Thread Eric S Fraga
Ciaran Mulloy writes: > Hi, > I am using Org-mode for writing product manuals and documentation and > exporting to PDF using the Latex Export. (I'm still using Org-Mode 7.8 as > I've been a little apprehensive about upgrading to the new Latex Export > version). I understand your hesitation. Ho

Re: [O] Org Tutorials need more structure

2013-10-01 Thread Michael Brand
Hi Eduardo On Mon, Sep 30, 2013 at 11:07 PM, Eduardo Ochs wrote: > and integrating into Org the feature described there - namely: with a > certain minor mode activated `M-p' opens the current default video at > the first time offset of the current line - should be little more than > a 10-line hac

Re: [O] Org Tutorials need more structure

2013-10-01 Thread Marcin Borkowski
Dnia 2013-10-01, o godz. 07:34:14 Suvayu Ali napisał(a): > Hence: Org is a programmable and dynamic note taking platform. > [...] > Hence my following sentence: All its features are essentially built on > this ability: planning & task management, authoring or publishing, > literate programming, a

Re: [O] Bug: dates in heading break beamer export

2013-10-01 Thread Eric S Fraga
Daniele Pizzolli writes: [...] > I think that if something is allowed in org-mode syntax but not by the > underlining tools used for export, the exporter should take care to find > a suitable workaround. I think this is rather ambitious and would make life very difficult for exporter maintainer

[O] Adding time intervals [OT?]

2013-10-01 Thread Marcin Borkowski
Hi all, I am pretty sure that I've read about functions for summing time intervals so that as a result, we don't get the "largest possible" interval (like in [1,2] + [3,4] = [4,6]), but something more along the lines of "time estimate" (where assuming that everything will happen at the fastest or

Re: [O] Adding time intervals [OT?]

2013-10-01 Thread Sebastien Vauban
Hi Marcin, Marcin Borkowski wrote: > I am pretty sure that I've read about functions for summing time > intervals so that as a result, we don't get the "largest possible" > interval (like in [1,2] + [3,4] = [4,6]), but something more along the > lines of "time estimate" (where assuming that everyt

Re: [O] Adding time intervals [OT?]

2013-10-01 Thread Marcin Borkowski
Dnia 2013-10-01, o godz. 11:39:31 "Sebastien Vauban" napisał(a): > Hi Marcin, > > Marcin Borkowski wrote: > > I am pretty sure that I've read about functions for summing time > > intervals so that as a result, we don't get the "largest possible" > > interval (like in [1,2] + [3,4] = [4,6]), but

[O] Suggestion: Weektree

2013-10-01 Thread Anders Johansson
Greetings, It's very nice to keep a journal in a datetree (using the capture mechanism) but for my uses it would actually be even more useful to keep it in a /weektree/. Something like this: * 2013 ** W39 (September 23 - September 29) *** 2013-09-23 Monday note 1 note 2 *** 2013-09-2

Re: [O] [Babel] Padlines

2013-10-01 Thread Rainer M Krug
Hi I assume this is related to this discussion and the patches: after updating this morning, get an error message after tangling: variable padline void. This goes away after reverting to 8.2 2 release. Default settings for padline used. Cheers, Rainer "Sebastien Vauban" writes: > Hi Eric,

Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-01 Thread Joseph Vidal-Rosset
Dear Eric, Seb, Achim, many thanks, it works now ! Here is my configuration, at the very beginning of my init.el file : (message "* --[ Loading my Emacs init file ]--") (add-to-list 'load-path "~/.emacs.d/org-8.2/lisp") (add-to-list 'load-path "~/.emacs.d/org-8.2/contrib/lisp" t) (require 'org-

Re: [O] input data for babel blocks

2013-10-01 Thread Eric Schulte
Alan Schmitt writes: > Hi Charles, > > ccbe...@ucsd.edu writes: > >> Lacking that, another alternative to the approach you have crafted is to >> use elisp src blocks to set up the commands needed to create the objects, >> and then place the results of executing the elisp src block in the src >> b

Re: [O] [Babel] Padlines

2013-10-01 Thread Eric Schulte
Rainer M Krug writes: > Hi > > I assume this is related to this discussion and the patches: after > updating this morning, get an error message after tangling: > variable padline void. This goes away after reverting to 8.2 2 release. > > Default settings for padline used. > > Cheers, > > Rainer

Re: [O] [Babel] Padlines

2013-10-01 Thread Eric Schulte
Vladimir Lomov writes: > Hello, > ** Eric Schulte [2013-09-28 06:17:51 -0600]: > > >>> The blank line which was inserted between blocks isn't anymore for me. > >>> ECM: > >>> --8<---cut here---start->8--- >>> * Tangle these blocks >>> :PROPERTIES: >>> :tang

Re: [O] ``make test'' failures

2013-10-01 Thread Eric Schulte
Nick Dokos writes: > Just a heads-up: with Org-mode version 8.2.1 (release_8.2.1-60-g31d1f2) > when I do ``make test'', I get: > > , > | ... > | Ran 467 tests, 459 results as expected, 8 unexpected (2013-09-30 > 10:11:32-0400) > | 4 expected failures > | > | 8 unexpected results: > |FAI

Re: [O] Org Tutorials need more structure

2013-10-01 Thread Joseph Vidal-Rosset
Hi, A suggestion : it would be maybe useful , if it is not already done, to transfer this activity of the list on a forum when one could put "closed" on a topic, when a solution is done for a beginner like me. for example, sometime I find very useful help on LaTeX here: http://www.developpez.net

Re: [O] [Babel] Padlines

2013-10-01 Thread Rainer M Krug
Eric Schulte writes: > Rainer M Krug writes: > >> Hi >> >> I assume this is related to this discussion and the patches: after >> updating this morning, get an error message after tangling: >> variable padline void. This goes away after reverting to 8.2 2 release. >> >> Default settings for padli

Re: [O] ``make test'' failures

2013-10-01 Thread Skip Collins
On Tue, Oct 1, 2013 at 8:27 AM, Eric Schulte wrote: > I just pushed up a fix, thanks for reporting. I confirm that this fixes the problem. Thanks!

Re: [O] input data for babel blocks

2013-10-01 Thread Alan Schmitt
Hi Eric, schulte.e...@gmail.com writes: >> What I don't understand is: >> - how to define this function; > > It is not a function name, it is a code block name. See the noweb > section of the Org-mode manual for more information. OK. >> - will it be evaluated as a "mylang" function or as a fun

Re: [O] Org Tutorials need more structure

2013-10-01 Thread William Denton
On 28 September 2013, Carsten Dominik wrote: Can we have a discussion here on how this path should look like? When you came to Org-mode as a newby, what were the three resources that really made an impression on by being accessible and providing feel and promise for digging deeper? I'm fairly

Re: [O] input data for babel blocks

2013-10-01 Thread Rick Frankel
On 2013-10-01 09:01, Alan Schmitt wrote: I'm sorry, I don't see the answer to this above. The only example I could find in the manual is this one http://orgmode.org/manual/noweb_002dref.html#noweb_002dref which does not address using noweb with different languages. I did some experiments and I'm

Re: [O] AUCTeX key bindings within Org documents

2013-10-01 Thread Suvayu Ali
Hi Fabrice, On Sun, Sep 29, 2013 at 08:47:09PM +0200, Fabrice Niessen wrote: > > | C-c C-c | org-export-dispatch| You might want to avoid this. By default, Org uses it to do "smart stuff": update local setup, enumerated lists, statistics cookies, complete capture, evaluate cu

Re: [O] input data for babel blocks

2013-10-01 Thread Alan Schmitt
r...@rickster.com writes: > You're close. The noweb ref should be a named src block which is > executed, not expanded, so, (note the named shell source block and the > parens in the noweb reference): > > #+name: testing > #+BEGIN_SRC sh :results raw > echo "[" > ls *.org | sed 's/$/;/' > echo "]"

Re: [O] input data for babel blocks

2013-10-01 Thread Charles Berry
Alan Schmitt polytechnique.org> writes: > > Hi Charles, > > ccberry ucsd.edu writes: > > > Lacking that, another alternative to the approach you have crafted is to > > use elisp src blocks to set up the commands needed to create the > > objects, > > and then place the results of executing th

Re: [O] proposed patch for org-export-latex-hyperref-options-format

2013-10-01 Thread Nicolas Goaziou
Hello, Andrea Rossetti writes: > I'd like to suggest a customizable hypersetup string > as a future, non-urgent enhancement of ox-latex.el; the > defcustom at line 324 of this old file: > > http://repo.or.cz/w/emacs.git/blob/HEAD:/lisp/org/org-latex.el > > could fit reasonably well for variabl

Re: [O] Suggestion: Weektree

2013-10-01 Thread John Hendy
On Tue, Oct 1, 2013 at 5:11 AM, Anders Johansson wrote: > Greetings, > It's very nice to keep a journal in a datetree (using the capture mechanism) > but for my uses it would actually be even more useful to keep it in a > /weektree/. Something like this: > > * 2013 > ** W39 (September 23 - Septemb

Re: [O] Bug: dates in heading break beamer export

2013-10-01 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > Daniele Pizzolli napisał(a): >> Or why not drop \textit? > > Sounds good for me. (NB: there's a similar problems with tags, AFAIR. > And (AFAIR!) it's even worse, since the exporter uses a low-level TeX > command \hfill.) Well, there is `org-latex-active-time

Re: [O] org-table-duplicate-column

2013-10-01 Thread Karl Voit
Hi Michael! * Michael Brand wrote: > > On Mon, Sep 30, 2013 at 1:43 PM, Karl Voit wrote: >> What about alternating data (no summary value at bottom row) and >> evaluation columns? >> >> | Data 1 | Eval 1 | Data 2 | Eval 2 | >> >> What about moving columns: >> >> Switching two columns from: >> |

Re: [O] org-table-duplicate-column

2013-10-01 Thread Michael Brand
Hi Karl On Tue, Oct 1, 2013 at 5:50 PM, Karl Voit wrote: > I assume, there is a misunderstanding. Yes there was. With your clean example I understand now. > [your example] > > Does this make any sense for you? Yes, it absolutely does. Only that someone would have to implement the missing funct

Re: [O] Bug: dates in heading break beamer export

2013-10-01 Thread Marcin Borkowski
Dnia 2013-10-01, o godz. 18:01:51 Nicolas Goaziou napisał(a): > > Sounds good for me. (NB: there's a similar problems with tags, > > AFAIR. And (AFAIR!) it's even worse, since the exporter uses a > > low-level TeX command \hfill.) > > Well, there is `org-latex-active-timestamp-format', > `org-l

Re: [O] [PATCH] Display a count of items next to each list (or block)

2013-10-01 Thread Bernt Hansen
Bernt Hansen writes: > "Sebastien Vauban" > writes: > >> In order to make Org much nicer to use, I felt we missed a count of items >> next >> to the lists (or blocks, for multi-block agenda views). Here is a patch to >> add >> this, depending on the new variable `org-agenda-display-count-of-

[O] Summary Blocks Time

2013-10-01 Thread Esben Stien
After updating org-mode, the summary blocks has started giving time as days + hours Looking in the manual, I can't see how I can have it just give me hours. Any pointers as to how I can do this? -- Esben Stien is b0ef@e s a http://www. s tn m ir

Re: [O] input data for babel blocks

2013-10-01 Thread Alan Schmitt
ccbe...@ucsd.edu writes: > Here is what I use for LaTeX thru elisp to R: Thanks, this is quite enlightening. Alan

Re: [O] Summary Blocks Time

2013-10-01 Thread Esben Stien
Esben Stien writes: > Any pointers as to how I can do this? Got it;) (setq org-time-clocksum-format '(:hours "%d" :require-hours t :minutes ":%02d" :require-minutes t)) -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b -

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-01 Thread Thorsten Jolitz
Matt Price writes: Hi, > (1) in a narrow window on the left, an outline of the whole org-file, > which I take to represent a major writing project > > (2) in the main window, a heading element in an indirect buffer > > > (3) in the right-hand panel, I'd like to just show the properties > drawer

Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-01 Thread Eric S Fraga
Joseph Vidal-Rosset writes: > Dear Eric, Seb, Achim, many thanks, it works now ! Excellent. Glad we could help. [...] > Now, the next ideal step would be to be able to use any latex package to > get png images via gnus, for example fitch or bussproofs or qtree... Now you are starting to blur

[O] [BUG] in org-property-drawer-re?

2013-10-01 Thread Thorsten Jolitz
Hi List, for the navi-mode keyword-search for complete property drawers I copied ,--- | org-property-drawer-re `--- from org.el: #+begin_src emacs-lisp (concat "\\(" org-property-start-re "\\)[^\000]*\\(" org-property-end-re "\\)\n?") #+end_

Re: [O] [BUG] in org-property-drawer-re?

2013-10-01 Thread Carsten Dominik
On 1.10.2013, at 19:50, Thorsten Jolitz wrote: > > Hi List, > > for the navi-mode keyword-search for complete property drawers I copied > > ,--- > | org-property-drawer-re > `--- > > from org.el: > > #+begin_src emacs-lisp > (concat "\\(" org-proper

Re: [O] [BUG] in org-property-drawer-re?

2013-10-01 Thread Thorsten Jolitz
Carsten Dominik writes: > On 1.10.2013, at 19:50, Thorsten Jolitz wrote: > >> >> Hi List, >> >> for the navi-mode keyword-search for complete property drawers I copied >> >> ,--- >> | org-property-drawer-re >> `--- >> >> from org.el: >> >> #+begin_src emac

Re: [O] [BUG] in org-property-drawer-re?

2013-10-01 Thread Carsten Dominik
On 1.10.2013, at 20:36, Thorsten Jolitz wrote: > Carsten Dominik writes: > >> On 1.10.2013, at 19:50, Thorsten Jolitz wrote: >> >>> >>> Hi List, >>> >>> for the navi-mode keyword-search for complete property drawers I copied >>> >>> ,--- >>> | org-property-drawer-re >>

[O] Org-Capture template overwriting headlines!?

2013-10-01 Thread Juan Alberto Sanchez
Hello everyone, I recently wrote a few org-capture template for myself and I just notice a strange issue with the captures. when I record a capturer if there was already something of the same level where the file+headline is inserting it overwrites the previews entry of the same level. For example

Re: [O] [BUG] hline references on left side of table formula

2013-10-01 Thread lompik
Hi, I was interested to use hline references on the left side. However I found out that it is not completely unsupported. When the left side consist of: * single cells references, it does not work * ranged cells, it works for me (org 8.0.3) The patch below tranforms the single cell references to

Re: [O] input data for babel blocks

2013-10-01 Thread Thomas S. Dye
Hi Chuck, Neat. Thanks for sharing. All the best, Tom Charles Berry writes: > Alan Schmitt polytechnique.org> writes: > >> >> Hi Charles, >> >> ccberry ucsd.edu writes: >> >> > Lacking that, another alternative to the approach you have crafted is to >> > use elisp src blocks to set up the

Re: [O] org-table-duplicate-column

2013-10-01 Thread Karl Voit
Hi! * Michael Brand wrote: > > On Tue, Oct 1, 2013 at 5:50 PM, Karl Voit wrote: >> I assume, there is a misunderstanding. > > Yes there was. With your clean example I understand now. Sorry that I was not able to describe the issue in the first place. >> [your example] >> >> Does this make any

Re: [O] proposed patch for org-export-latex-hyperref-options-format

2013-10-01 Thread Andrea Rossetti
Thanks Nicolas for your last directions, I will apply them. The accidental coexistence of two Org versions on my Emacs installation (built-in versus ELPA) confused me a bit, apologies for the noise. Kindest regards, Andrea Nicolas Goaziou writes: > > You can disable the hypersetup wit

Re: [O] AUCTeX key bindings within Org documents

2013-10-01 Thread AW
Am Freitag, 27. September 2013, 13:21:40 schrieb Fabrice Fabrice Niessen: > Hello, > > Due to a friend's request, I've tried to offer AUCTeX key bindings within > Org documents via a minor mode, called "org-auctex-keys". > > If you're interested, check it out at > https://github.com/fniessen/org-

Re: [O] Org Tutorials need more structure

2013-10-01 Thread David Rogers
Suvayu Ali writes: > Hi Joseph, > > On Sat, Sep 28, 2013 at 09:22:02AM +0200, Joseph Vidal-Rosset wrote: >> >> Example: I am presently mainly interested to see if it is possible to use >> gnus to write a scientific letter with all conveniences of texlive. Of >> course I can open a tex file with

Re: [O] AUCTeX key bindings within Org documents

2013-10-01 Thread Marcin Borkowski
Dnia 2013-10-01, o godz. 17:08:49 Suvayu Ali napisał(a): > Hi Fabrice, > > On Sun, Sep 29, 2013 at 08:47:09PM +0200, Fabrice Niessen wrote: > > > > | C-c C-c | org-export-dispatch| > > You might want to avoid this. By default, Org uses it to do "smart > stuff": update local

Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-01 Thread Joseph Vidal-Rosset
2013/10/1 Eric S Fraga > Now you are starting to blur the lines between email and document > management? If emails get this complicated, my gut feeling is that you > are better off working on a real document (in org, of course ;-) and > generating a PDF to attach to an email. > You are certainl

Re: [O] Org Tutorials need more structure

2013-10-01 Thread Marcin Borkowski
Dnia 2013-10-01, o godz. 13:34:17 David Rogers napisał(a): > Suvayu Ali writes: > > > Hi Joseph, > > > > On Sat, Sep 28, 2013 at 09:22:02AM +0200, Joseph Vidal-Rosset wrote: > >> > >> Example: I am presently mainly interested to see if it is possible > >> to use gnus to write a scientific lett

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-01 Thread Myles English
Hi Matt, mopto...@gmail.com writes: > I am returning to my long-languishing idea of an "org writer's room" > (https://github.com/titaniumbones/org-writers-room , see also gmail > archives for a brief discussion about a year ago). Coming to terms > with some of my own coding limitations(!), I wa

Re: [O] Summary Blocks Time

2013-10-01 Thread Gustav Wikström
> Esben Stien writes: > > > Any pointers as to how I can do this? > > Got it;) > > (setq org-time-clocksum-format '(:hours "%d" :require-hours t > :minutes ":%02d" :require-minutes t)) Good find Esben! Actually, this recent change to how clocksum is formated also brings another problem.

Re: [O] [Babel] :colnames "no" no longer default for Emacs Lisp [Was] Lisp error: (wrong-type-argument listp hline)

2013-10-01 Thread Thomas S. Dye
Hi Eric, I think this breaks Marc-Oliver Ihm's lob-table-operations.org. I use these a lot with #+call: lines. Any tips on how to get the old behavior back? I tried :colnames no with one of Marc-Oliver's code blocks, (and kept :colnames yes with my #+call: line) but this didn't seem to change an

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-01 Thread Liam Healy
On Sun, Sep 29, 2013 at 3:46 PM, Eric Schulte wrote: > Liam Healy writes: > >> I noticed that raw results from in-line code blocks were disappearing in >> the new LaTeX exporter, and bisected the repo to the change 7117ad4f92. I >> have created the attached patch to fix the problem and restore th

Re: [O] Org Tutorials need more structure

2013-10-01 Thread M
Hi Carsten & all, thanks for this good idea and the resulting discussion here! my 2 cents about the tutorials page: yes, I agree, that especially for absolute beginners (new to Emacs and new to org-mode) it would be helpful to have a very basic step by step tutorial. The list of "General introdu

Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-01 Thread Joseph Vidal-Rosset
Hi again, I succeed in exporting to .tex files with article.cls and book.cls but I do not succeed to export other classes. I do not even suceed in exporting in beamer class. I have in my emacs: (unless (boundp 'org-export-latex-classes) (setq org-export-latex-classes nil)) (add-to-list 'org-

Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-01 Thread Suvayu Ali
On Wed, Oct 02, 2013 at 05:56:32AM +0200, Joseph Vidal-Rosset wrote: > > (unless (boundp 'org-export-latex-classes) > (setq org-export-latex-classes nil)) > (add-to-list 'org-export-latex-classes > '("beamer" These variables are from the old exporter. See:

Re: [O] Bug: dates in heading break beamer export

2013-10-01 Thread Daniele Pizzolli
On 09/30/2013 06:02 PM, Daniele Pizzolli wrote: But org-mode allow this! I think that if something is allowed in org-mode syntax but not by the underlining tools used for export, the exporter should take care to find a suitable workaround. Hello all, I see all your interesting points on the

Re: [O] Bug: code and footnotes (was Bug: dates in heading break beamer export)

2013-10-01 Thread Daniele Pizzolli
On 09/30/2013 07:05 PM, Marcin Borkowski wrote: [] - =string=[footnote] Just curious: what's the problem with =string=[footnote]? Hello Marcin, This line do no really cause errors on latex but do no export the code and/or the footnote and leaves the equals in the output. Here are some case