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

2013-09-30 Thread Achim Gratz
Am 30.09.2013 21:05, schrieb Joseph Vidal-Rosset: Hi Eric, Hi everybody, 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" t) (packag

Re: [O] list items not treated as such.

2013-09-30 Thread Paul Rudin
Paul Rudin writes: > Daniele Pizzolli writes: > >> On 09/29/2013 09:05 PM, Paul Rudin wrote: >>> Daniele Pizzolli writes: >> >> [] >> >>> Yeah, I have that in my init.el, it's not a general problem with >>> alphabetic labels, it's only in some contexts that problem happens. >>> hitting alt-enter

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

2013-09-30 Thread Joseph Vidal-Rosset
2013/10/1 Nick Dokos > This all seems screwed-up in various mysterious and tangled ways. Is > there somebody with emacs experience nearby who could help you? If not, > I would go back to the beginning: start with a default emacs > installation with *no* customizations at all, then add latest or

Re: [O] Transpose or open functions for table cells

2013-09-30 Thread Achim Gratz
Am 30.09.2013 20:30, schrieb Michael Brand: As soon as I remembered that there are org-table-cut-region and org-table-paste-rectangle I could not resist the mental exercise for fun to implement f-org-table-open-field-in-row-grow and f-org-table-open-field-in-column-grow. The latter gets you from

Re: [O] [Babel] Padlines

2013-09-30 Thread Vladimir Lomov
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: >> :tangle: yes >> :padline: yes >> :END

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Suvayu Ali
Hi Alan, Eric, Thomas, and others, On Mon, Sep 30, 2013 at 06:01:57PM +0100, Eric S Fraga wrote: > Alan Schmitt writes: > > > fatkasuvayu+li...@gmail.com writes: > > > >> To me the best way to describe Org is: a programmable and dynamic > >> plain-text note taking platform. > > > > I really like

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

2013-09-30 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Hi Eric, Hi everybody, > > 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" t) > (package-initial

Re: [O] input data for babel blocks

2013-09-30 Thread Eric Schulte
Alan Schmitt writes: > Hello, > > In my quest for analyzing my data in org mode tables, I'm trying to see > if I can use my favorite language (i.e., ocaml). I'm thus looking at how > to input such tables in a caml program. I found that the following works > well: > > --8<---cut here--

Re: [O] [BABEL] BUG - error on tangling - disappears when changing the filename

2013-09-30 Thread Eric Schulte
>>> >>> The question is now why is this function org-babel-mark-file-as-tangled >>> receives NULL as a buffer-file-name? >> >> I'm not sure, but perhaps you could wrap the body of buffer-file-name in >> a (when (buffer-file-name) ...) form to protect against null files. > > Sounds reasonable and I

Re: [O] input data for babel blocks

2013-09-30 Thread Eric Schulte
Charles Berry writes: > Alan Schmitt polytechnique.org> writes: > >> >> Hello, >> >> In my quest for analyzing my data in org mode tables, I'm trying to see >> if I can use my favorite language (i.e., ocaml). I'm thus looking at how > > [discussion of revising org-babel-variable-assignments: d

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Eduardo Ochs
On Mon, Sep 30, 2013 at 3:36 PM, Peter Neilson wrote: > 1. Non-video presentations for beginners. Some of us are (for one reason > or another) badly set up to use video. Perhaps our network connection is > slow, or our system is flaky and crashes with video. Or perhaps we only > have five or ten m

Re: [O] Elpa color-theme with emacs24

2013-09-30 Thread Rene
Carsten Dominik gmail.com> writes: > would you like to prepare a patch for the site? As requested, a possible contribution could be the following. -- * DefTheme: The enhanced theme-handling system for Emacs24 As a replacement for =Color Them

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

2013-09-30 Thread Michael Brand
Hi Karl 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: > | Eval 1 | Eval 2 | foo | bar | > to: > | E

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

2013-09-30 Thread Joseph Vidal-Rosset
Hi Eric, Hi everybody, 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" t) (package-initialize) last stable version of org-mode is co

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Peter Neilson
On Mon, 30 Sep 2013 13:01:57 -0400, Eric S Fraga wrote: but I'm sure somebody else will think something is missing I'll admit that I've only dabbled in org mode thus far, but here's what I see as lacking in the tutorial documentation: 1. Non-video presentations for beginners. Some of us a

[O] [PATCH] org-table-transpose-table-at-point: Preserve indentation and point

2013-09-30 Thread Michael Brand
Hi all On Mon, Sep 30, 2013 at 8:30 PM, Michael Brand wrote: > http://orgmode.org/worg/org-hacks.html#field-same-row-or-column For the use case of org-table-transpose-table-at-point there, I made a patch for org-table-transpose-table-at-point to preserve indentation and point after transposition

Re: [O] Transpose or open functions for table cells

2013-09-30 Thread Michael Brand
Hi Suvayu On Sun, Sep 29, 2013 at 11:57 PM, Suvayu Ali wrote: > Yes, the above allows easy rearrangement of table cells. I'm looking > for something that allows me to insert cells in a row or column. In my > example from the earlier email, I insert a cell in a column. As soon as I remembered t

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

2013-09-30 Thread Joseph Vidal-Rosset
Hi Eric, 2013/9/30 Eric S Fraga > What specifically do wish to be able to do? I don't know about LaTeX with > Thunderbird. > For information: https://addons.mozilla.org/fr/thunderbird/addon/latex-it/ > If you want to write equations, such as [image: \(y = \int x dx\)] and > images, you can

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

2013-09-30 Thread Andrea Rossetti
Hello, apologies for my mistake. Nicolas you were right, org-export-latex-hyperref-options-format was present only in the old exporter, in a file named "org-latex.el". I'd like to suggest a customizable hypersetup string as a future, non-urgent enhancement of ox-latex.el; the defcustom at li

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Thomas S. Dye
Aloha Suvayu, I like this, too, except that I miss the capabilities of the export framework. How about?: a programmable and dynamic plain-text note taking platform and markup language All the best, Tom Suvayu Ali writes: > Hi, > > On Sat, Sep 28, 2013 at 07:29:26PM -0500, John Hendy wrote:

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Eric S Fraga
Alan Schmitt writes: > fatkasuvayu+li...@gmail.com writes: > >> To me the best way to describe Org is: a programmable and dynamic >> plain-text note taking platform. > > I really like this description. Short, and to the point. but it's missing what for me is the key point which got me into org:

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

2013-09-30 Thread Eric S Fraga
Joseph Vidal-Rosset writes: > Hi, > > I would be very happy to use LaTeX in gnus in scientific correspondence, > instead of using LaTeX it with Thunderbird. What specifically do wish to be able to do? I don't know about LaTeX with Thunderbird. If you want to write equations, such as an

Re: [O] example filter for code blocks?

2013-09-30 Thread Thomas S. Dye
Thanks Achim, This is good to know. All the best, Tom Achim Gratz writes: > Am 30.09.2013 02:45, schrieb John Kitchin: >> /DOS (xxx) >> /Unix (xxx) >> /Mac (#1) >> >> I have not tried to see if you can put them all in. Let me know if it >> works to put them all in

Re: [O] AUCTeX key bindings within Org documents

2013-09-30 Thread Fabrice Niessen
Hello, "Fabrice Niessen" wrote: > Nicolas Richard wrote: >> "Fabrice Niessen" writes: >>> 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". >> >> I checked that out because I often find myself doing C-c C

[O] Bug: wrong-type-argument arrayp nil

2013-09-30 Thread Jon Templeman
Hi, (Apologies for not filing this through org-submit-bug-report --- it complains about not being able to find org-remember.) I'm getting the following error, with a minimal org setup, when I try to archive a subtree with "C-c $": Debugger entered--Lisp error: (wrong-type-argument arrayp n

Re: [O] org-store-link broken for bibtex file

2013-09-30 Thread Scott Otterson
Huh. org-store-link worked perfectly after I ran my bibtex file through JabRef's cleanup function. I have not been able to isolate the change that caused the problem with org-store-link, but apparently, the bad link description was my bibtex file's fault. Sorry for the false alarm! On Mon, Sep

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

2013-09-30 Thread Marcin Borkowski
Dnia 2013-09-30, o godz. 18:02:51 Daniele Pizzolli napisał(a): > >> It's a LaTeX Beamer problem: it doesn't like > >> > >>\section{title \textit{[2013-09-29 Sun]}} > >> > >> produced by Org, although regular LaTeX accepts it. > >> > >> Do you know about a workaround for this? > > Not really.

Re: [O] list items not treated as such.

2013-09-30 Thread Paul Rudin
Daniele Pizzolli writes: > On 09/29/2013 09:05 PM, Paul Rudin wrote: >> Daniele Pizzolli writes: > > [] > >> Yeah, I have that in my init.el, it's not a general problem with >> alphabetic labels, it's only in some contexts that problem happens. >> hitting alt-enter at the end of item a) works jus

Re: [O] input data for babel blocks

2013-09-30 Thread Charles Berry
Alan Schmitt polytechnique.org> writes: > > Hello, > > In my quest for analyzing my data in org mode tables, I'm trying to see > if I can use my favorite language (i.e., ocaml). I'm thus looking at how [discussion of revising org-babel-variable-assignments: deleted] > > I have the following

Re: [O] list items not treated as such.

2013-09-30 Thread Daniele Pizzolli
On 09/29/2013 09:05 PM, Paul Rudin wrote: Daniele Pizzolli writes: [] Yeah, I have that in my init.el, it's not a general problem with alphabetic labels, it's only in some contexts that problem happens. hitting alt-enter at the end of item a) works just fine for example - I get the b) label i

Re: [O] Limit subtree to a specific export backend

2013-09-30 Thread Rasmus
Hi Sebastian, Sebastian Wiesner writes: > can I limit a subtree to be exported with specific backends only? > I.e. only to HTML, but not Texinfo or LaTeX? > > Background: I am trying to simplify the documentation of one of my > projects, and combine the website and the user manual into a single

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

2013-09-30 Thread Daniele Pizzolli
On 09/29/2013 05:27 PM, Marcin Borkowski wrote: Dnia 2013-09-29, o godz. 16:53:14 Nicolas Goaziou: [] It's a LaTeX Beamer problem: it doesn't like \section{title \textit{[2013-09-29 Sun]}} produced by Org, although regular LaTeX accepts it. Do you know about a workaround for this? Not

Re: [O] Network Diagram

2013-09-30 Thread Russell Adams
On Sun, Sep 29, 2013 at 11:46:03PM -0400, Nick Dokos wrote: > Michael Gauland writes: > > > Esben Stien esben-stien.name> writes: > >> Any way to create something like a network diagram with org-mode? I've started using yEd for all of my diagrams. It's just straightforward topology (ie: not Visi

[O] org-store-link broken for bibtex file

2013-09-30 Thread Scott Otterson
Hi, I've just updated to emacs 24.3.1 and org-mode 8.2, and the very useful org-store-link function is now broken. For years, I've been inserting bibtex file links into my org files with this simple procedure: 1. Put cursor on an article in a bibtex file 2. C-c l 3. Put cursor in org file

[O] I cannot follow <<>> links

2013-09-30 Thread Daniel Clemente
Hi, since a few days, when I press C-c C-o on a highlighted word that points to a <<>>, I get this error: Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("^id:" nil) org-open-at-point(nil) call-interactively(org-open-at-point nil nil) command-execute(org-op

Re: [O] Limit subtree to a specific export backend

2013-09-30 Thread Sebastien Vauban
Sebastian Wiesner wrote: > can I limit a subtree to be exported with specific backends only? > I.e. only to HTML, but not Texinfo or LaTeX? > > Background: I am trying to simplify the documentation of one of my > projects, and combine the website and the user manual into a single > document. Natu

[O] ``make test'' failures

2013-09-30 Thread Nick Dokos
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: |FAILED test-ob/org-babel-remove-result--resu

[O] Limit subtree to a specific export backend

2013-09-30 Thread Sebastian Wiesner
Hello, can I limit a subtree to be exported with specific backends only? I.e. only to HTML, but not Texinfo or LaTeX? Background: I am trying to simplify the documentation of one of my projects, and combine the website and the user manual into a single document. Naturally, there is some content

Re: [O] Network Diagram

2013-09-30 Thread Esben Stien
OSiUX writes: > A good tool is blockdiag: > > - http://osiux.com/img/osiux-network.png > - http://pub.osiux.com/osiux-network.diag > - http://blockdiag.com/en/nwdiag/index.html Yeah, that's pretty wicked. Thanks;) -- Esben Stien is b0ef@e s a http://www. s t

Re: [O] build errors on os x

2013-09-30 Thread Skip Collins
Build test failures are still happening. On Thu, Sep 26, 2013 at 10:38 AM, Rick Frankel wrote: > On 2013-09-25 20:44, Skip Collins wrote: >> >> The problem persists. Can anyone else confirm? Perhaps this should be >> added to the bug tracker file. For the record, my local.mk file is: > > > FWIW,

[O] input data for babel blocks

2013-09-30 Thread Alan Schmitt
Hello, In my quest for analyzing my data in org mode tables, I'm trying to see if I can use my favorite language (i.e., ocaml). I'm thus looking at how to input such tables in a caml program. I found that the following works well: --8<---cut here---start->8---

Re: [O] Network Diagram

2013-09-30 Thread Karl Voit
* Esben Stien wrote: > Any way to create something like a network diagram with org-mode? Maybe [1] is able to help you. Not exactly the same topic but close I guess. 1. http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Or

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

2013-09-30 Thread Karl Voit
* Michael Brand wrote: > Hi Karl Hi Michael! > On Sun, Sep 29, 2013 at 9:56 PM, Karl Voit wrote: >> | *Option* | *Evaluation 123* | *Evaluation 234* | >> |--+--+--| >> | Option 1 | 27 | 26 | >> | Option 2 | 22 |

Re: [O] [bug] how to specify the format for clock table summaries and bug in formula calculations

2013-09-30 Thread Eric S Fraga
Daniele Pizzolli writes: [...] > I found this snippet in the past: > > #+BEGIN_SRC elisp :results silent > (setq org-time-clocksum-format '(:hours "%d" :require-hours t :minutes > ":%02d" :require-minutes t)) > #+END_SRC Thanks. This is a longer version of Carsten's answer. Very helpful! --

Re: [O] [bug] how to specify the format for clock table summaries and bug in formula calculations

2013-09-30 Thread Eric S Fraga
Carsten Dominik writes: > Hi Eric, > > this would be > > (setq org-time-clocksum-format "%d:%02d") Thanks. This does the job perfectly! Is this documented somewhere? I did spend quite a bit of time looking in the manual and on Worg but to no avail. Given that the default doesn't work in gene

Re: [O] Network Diagram

2013-09-30 Thread OSiUX
El lun, 30 sep 2013, Noorul Islam K M decía: > Esben Stien writes: > > > Any way to create something like a network diagram with org-mode? > > > > I looked in the manual and found state change diagrams and sequence > > diagrams, but nothing that would help me plan a network with routers and > >

Re: [O] Different OPTIONS according to export format

2013-09-30 Thread Nicolas Goaziou
Hello, Pascal Quesseveur writes: > From what I understand with Org 7.9 it is not possible to configure > different OPTIONS values according to the export format (I wanted to > get numbered headings in PDF output, and no numbering in HTML). Is it > the same with version 8.2? You can do it with o

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

2013-09-30 Thread Nicolas Goaziou
Hello, Andrea Rossetti writes: > may I please ask if this tiny patch looks reasonable and can > be committed by the mantainers. > > Customizable option org-export-latex-hyperref-options-format > is currently available in Org, but is ignored by the export. > This patch enables use of org-exp

Re: [O] org-export-async-init-file

2013-09-30 Thread Sebastien Vauban
Hello Rasmus and Thomas, Rasmus wrote: >> My question: how to change the value of org-export-async-init-file when I >> export the subtree? > > Perhaps babel and org-element? I'm not sure of the order of > execution, but perhaps you can can check the title and set the init > file condtional on tha

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

2013-09-30 Thread Sebastien Vauban
Hi Bernt, Bernt Hansen wrote: > "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-it

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

2013-09-30 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: >> I always wondered why emacs-lisp is the _only_ language with ":colnames no" >> as its default. Is there a reason therefore? If no really good reason, could >> we suppress that? > > This seemed to make sense early on because Emacs Lisp could easily process > hlines i

Re: [O] [Babel] Padlines

2013-09-30 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: >> The blank line which was inserted between blocks isn't anymore for me. >> >> [...] results in: >> >> --8<---cut here---start->8--- >> "data" >> "datb" >> --8<---cut here---end--->8--- >> >>

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Alan Schmitt
fatkasuvayu+li...@gmail.com writes: > To me the best way to describe Org is: a programmable and dynamic > plain-text note taking platform. I really like this description. Short, and to the point. Alan

Re: [O] Exploring data that is in org-mode format

2013-09-30 Thread Alan Schmitt
jw.he...@gmail.com writes: > For simple exploration, you might have a look at ggobi? [1] It allows > you to do some really quick/easy exploration by plotting and being > able to check which variables to use for X and Y, coloring, filtering, > changing plot type, and so on. There's an R package whi

Re: [O] example filter for code blocks?

2013-09-30 Thread Alan Schmitt
jkitc...@andrew.cmu.edu writes: > It works in Adobe Reader, Adobe, and Bluebeam Revu. I haven't tried any > others. I installed Adobe Reader and it's working there. This is great work, thanks for sharing! Alan

Re: [O] example filter for code blocks?

2013-09-30 Thread Achim Gratz
Am 30.09.2013 02:45, schrieb John Kitchin: /DOS (xxx) /Unix (xxx) /Mac (#1) I have not tried to see if you can put them all in. Let me know if it works to put them all in. Yes, in fact you should always put all of them since the definitions for the "other" OS wil

Re: [O] [BABEL] BUG - error on tangling - disappears when changing the filename

2013-09-30 Thread Rainer M Krug
Eric Schulte writes: > Rainer M Krug writes: > >> OK - narrowed it down to a post tangle hook which I need for proper >> debugging of R (jumping to source line in org file and not tangled R file): >> >> , >> | #+begin_src emacs-lisp >> | (defvar org-babel-tangled-file nil >> | "If non-nill

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Eric Abrahamsen
Matt Price writes: > On Sun, Sep 29, 2013 at 4:44 AM, Eric Abrahamsen > wrote: >> Carsten Dominik writes: >> >>> Hi everyone, >>> >>> today I looked at our tutorial page at >>> >>> http://orgmode.org/worg/org-tutorials/index.html >>> >>> and came away with the feeling that that this page has be

[O] Different OPTIONS according to export format

2013-09-30 Thread Pascal Quesseveur
Hello, >From what I understand with Org 7.9 it is not possible to configure different OPTIONS values according to the export format (I wanted to get numbered headings in PDF output, and no numbering in HTML). Is it the same with version 8.2? -- Pascal Quesseveur pques...@gmail.com