Re: [O] [OT] Xiki - could something like that be done with emacs+orgmode?

2012-09-19 Thread Sean O'Halpin
On Wed, Sep 19, 2012 at 4:37 AM, Andrew Hyatt ahy...@gmail.com wrote: The xiki video is interesting, and I immediately thought of babel. However, babel sh-mode doesn't have support for execution yet. Not sure what you mean by that. Place cursor in source block and hit C-c, e.g. #+BEGIN_ORG *

Re: [O] Macro and babel

2012-09-19 Thread Sean O'Halpin
On Wed, Sep 19, 2012 at 1:54 AM, tony day zygom...@gmail.com wrote: I had written this: , | #+MACRO: testdir ~/working | #+begin_src sh | cd {{{testdir}}} | #+end_src ` Thinking it would do this: , | #+begin_src sh | cd ~/working | #+end_src ` Alas, #+Macro

Re: [O] freemind.el does not convert org links to links in Freemind

2012-09-19 Thread Bill Day
This is how Freedmind natively outputs the same link: map version=0.9.0 !-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -- node CREATED=1348041631372 ID=ID_319286743 MODIFIED=1348042704516 TEXT=Mind Map node CREATED=1348041642465

Re: [O] html publish - typo in contrib/lisp/org-e-publish.el

2012-09-19 Thread Bastien
Robert Klein klein...@mpip-mainz.mpg.de writes: Hi, there is a typo in org-e-publish.el. Publishing xxx.org results in a file xxxhtml instead of xxx.html. Applied, thanks. -- Bastien

Re: [O] Same look and feel for clocktable and columnview

2012-09-19 Thread Bastien
Hi Buddy (!), Buddy Butterfly buddy.butter...@web.de writes: I therefore ask, if it would be possible to have columnview and clocktable be merged to have same functionality, look and feel? This is not possible. The clock table is actual text in your .org file, whereas the column view is

Re: [O] ELPA org-mode daily build(s)?

2012-09-19 Thread Bastien
Hi Jason, Jason Dunsmore ja...@dunsmor.com writes: I linked /usr/bin/emacs to /usr/local/bin/emacs. Hopefully that will fix it. Apparently it did, as the ELPA package has been correctly created. Thanks! -- Bastien

Re: [O] state of the art for html5 presentations?

2012-09-19 Thread Bastien
John Hendy jw.he...@gmail.com writes: You'll need to clone impress.js repo and copy over the js and css directories, to the directory of your html file. The README gives instructions for the same [ https://github.com/kinjo/org-impress-js.el#quick-start ] Great! I added this to Worg. --

Re: [O] freemind.el does not convert org links to links in Freemind

2012-09-19 Thread Bastien
Hi Bill, Bill Day williamson@gmail.com writes: Sorry, yes, I mistyped -- it is org-freemind.el. When I type: * Mind Map ** test [[http://orgmode.org][Org Mode]] I get this: map version=0.9.0 !-- To view this file, download free mind mapping software FreeMind from

Re: [O] Habit setup help needed

2012-09-19 Thread Bastien
Hi robert, Robert Horn rjh...@alum.mit.edu writes: It's blue until the exclaimation point (18 September), then it has a red background, and the future is red. This is captured on Tuesday, 18 september. Habit: HABIT [#A] Weekly GTD revi * ! :home:

Re: [O] Digest configuration

2012-09-19 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: So I suppose the maximum digest size is already configurable without logging an issue with the mailman devs. Okay, I'll check this with the emacs-orgmode@ admins. Thanks, -- Bastien

[O] GTD in org mode - in which project is this action ?

2012-09-19 Thread Clément Mayet
Hi all, I've discovered emacs org-mode a few days ago, and I think I've finally found the tool I've been looking for for monthes. I'm a PhD student and I feel the need to organize my thoughts tasks and notes. I would like to implement a GTD-like workflow in org-mode. I used to use tiddlywiki

Re: [O] LaTeX export problem

2012-09-19 Thread Bastien
Hi Gary, Gary Oberbrunner ga...@oberbrunner.com writes: Using a recent git checkout of org-mode (f51c405), the following small org-mode file produces invalid LaTeX. I'm pretty sure it used to work. The \alpha and \beta seem to be what confuses it. ---snip * Scorecards **

Re: [O] [OT] Xiki - could something like that be done with emacs+orgmode?

2012-09-19 Thread Bastien
Luis Anaya papoan...@hotmail.com writes: In terms of its interface, it's pretty nifty, but the real magic happens because it's running within an editor. Exactly. It'd be somehow ironical for Emacs to mimic the features of a software that uses an editor to mimic the features of a shell,

Re: [O] babel for ditaa-eps

2012-09-19 Thread Bastien
Hi Eric, Eric Schulte eric.schu...@gmx.com writes: Oh yes, I used file-name-nondirectory instead of file-name-directory, and forgot the customization documentation. Here's updated version. Feel free to apply this in master -- thanks to Arne Luis and you! -- Bastien

Re: [O] freemind.el does not convert org links to links in Freemind

2012-09-19 Thread Bastien
Hi Bill, Bill Day williamson@gmail.com writes: This is how Freedmind natively outputs the same link: Thanks -- I've now implemented this. I won't fix org-freemind.el any further though, first because going through the code is quite adventurous (congrats for your courage here) and second

Re: [O] Erroneous No such file or directory with babel and remote dir

2012-09-19 Thread Bastien
Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: I have updated from 7.8.something to 7.9.1 and evaluating the following source block: ,-- | #+header: :cache no :eval query | #+name: sacct-output |

Re: [O] GTD in org mode - in which project is this action ?

2012-09-19 Thread Bastien
Hi Clément, Clément Mayet cma...@gmail.com writes: Given an action in a project, I would like to see the action's project in the agenda view, and even better, to order actions by project (or by context, then by project). Does somebody have any hints on how to do that ? My top-level

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Bastien
Hi Lorise, Loris Bennett loris.benn...@fu-berlin.de writes: I have just updated to emacs 24.2.50.1 and org 7.9-32-g805a9f-elpa and am having this problem again even with an ECM. Commenting out the declaration as suggested above no longer helps. Any suggestions? Can you share the Perl

Re: [O] FR: ASCII remove extra lines

2012-09-19 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: Here is a paragraph. # this is a paragraph, which i decided to comment out, but # is separate from the previous and next paragraphs. Currently, ASCII export will create extra blank lines. This is undesirable. Actually the new exporter

Re: [O] org-habit config tinypatch

2012-09-19 Thread Bastien
Hi Robert, Robert Horn rjh...@alum.mit.edu writes: As a naive user of customize I would expect that going to the org-habit group would automatically trigger applying the org-habit customizations. It triggers the org-habit customizations as set from org-habit.el through all the defcustoms,

Re: [O] state of the art for html5 presentations?

2012-09-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/09/12 18:52, John Hendy wrote: On Tue, Sep 18, 2012 at 10:20 AM, Puneeth Chaganti puncha...@gmail.com wrote: On Tue, Sep 18, 2012 at 8:24 PM, John Hendy jw.he...@gmail.com wrote: [..] Has anyone used this? I just cloned it and created the

Re: [O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-19 Thread Bastien
Hi, Nicolas Goaziou n.goaz...@gmail.com writes: * The regular expression matches completely empty headlines, so maybe the intention is to allow matching items with just a todo keyword? Yes, it is. FWIW I confirm it is. Note that I'm not convinced by empty headlines nor do I use

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-19 Thread Bastien
Hi Trevor, Trevor Vartanoff t...@codepuzzles.org writes: I updated to 7.9.1 from 7.8.11 and was quite surprised to receive nasty Cannot drag element backward messages when I tried to use org-metaup and org-metadown to move text around. It is hard to understand the problem without an example.

Re: [O] Extra space between list items in HTML export

2012-09-19 Thread Bastien
Hi Richard, Richard Stanton stan...@haas.berkeley.edu writes: To work around this, I use h:2 (say) so that I can make my TODO items third-level headers and have them printed as an itemized list, as desired. With the new behavior, this seems impossible, but I can't believe I'm the only person

Re: [O] GTD in org mode - in which project is this action ?

2012-09-19 Thread Clément Mayet
Thank you Bastien for your quick answer. My understanding of the C-c C-x command is that you restrict the agenda view to one headline (i;e project in our case). How do you use the :CATEGORY: property then ? Do you copy the project's name in that property (or something shorter that makes you

Re: [O] babel for ditaa-eps

2012-09-19 Thread Bastien
Hi Eric, Eric Schulte eric.schu...@gmx.com writes: Should we distribute the DitaaEps.jar with Org-mode in the same manner as we now distribute ditaa.jar? If we have permission to do this then lets do it. -- Bastien

Re: [O] [BABEL][BUG] lists and inline src

2012-09-19 Thread Bastien
Hi Chuck, cbe...@tajo.ucsd.edu writes: My apologies if this is already reported (I recall seeing something like this, but cannot find it in the archives). A list element starting with an inline src block is improperly parsed. I cannot reproduce this with Org 7.9.1. -- Bastien

Re: [O] [OT] Org spotted in the wild

2012-09-19 Thread Bastien
Hi Michael, Michael Strey mst...@strey.biz writes: mosh.mit.edu was built with the Twitter Bootstrap CSS framework. See http://twitter.github.com/bootstrap/. Beautiful! I'll still to the current design (with upcoming minor improvements) mainly because I want to generate the orgmode.org

Re: [O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-19 Thread Mats Kindahl
Thanks for clearing it up Bastien, Nicolas, do you have the patch somewhere so that I can take a look at it? Best wishes, Mats Kindahl On 09/19/2012 11:14 AM, Bastien wrote: Hi, Nicolas Goaziou n.goaz...@gmail.com writes: * The regular expression matches completely empty headlines, so

Re: [O] Problem with paragraph fill / tab in lists

2012-09-19 Thread Bastien
Hi Anthony, Anthony Lander anth...@landerfamily.ca writes: If I start typing a definition list and let emacs wrap the text, I get this: - test :: dsfjknv sldfknv lksdjnv lksdjnv lksdjnv lkjsdv lkjsdnv lkjsdnv lkjnsdv lkjdsnv lkjnsdv lkjsndlv kjnsdv lkjsdnv lkjnsd lvkjsndv

Re: [O] org-habit config contd

2012-09-19 Thread Bastien
Hi Robert, Robert Horn rjh...@alum.mit.edu writes: There is more to this bug. Please reply in the same thread if this is the same bug. I don't think there is a problem with my patch, but it doesn't fix it on all systems. It fixed things on my Mac, but not on Linux or Windows. Did you

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Loris Bennett
Hi Bastien, Bastien b...@altern.org writes: Hi Lorise, Loris Bennett loris.benn...@fu-berlin.de writes: I have just updated to emacs 24.2.50.1 and org 7.9-32-g805a9f-elpa and am having this problem again even with an ECM. Commenting out the declaration as suggested above no longer helps.

Re: [O] Is it possible to automatically set the timestamp recorded in a CLOSED: annotation to a different time than now?

2012-09-19 Thread Bastien
Hi Gaizka, Gaizka Villate gaiz...@gmail.com writes: I then adjust it manually to set it to the last clocked-out timestamp (which, for me, is the last time I spent working on it). I introduced `org-use-last-clock-out-time-as-effective-time' which lets you do this automatically. You can test

Re: [O] GTD in org mode - in which project is this action ?

2012-09-19 Thread Bastien
Hi Clément, Clément Mayet cma...@gmail.com writes: Thank you Bastien for your quick answer. My understanding of the C-c C-x command is that you restrict the agenda view to one headline (i;e project in our case). How do you use the :CATEGORY: property then ? Do you copy the project's name in

Re: [O] GTD in org mode - in which project is this action ?

2012-09-19 Thread Clément Mayet
Thank you ! That could do the trick. However I planned to use categories (in fact file names) for the different areas (Personnal, Work, Research, Administrative). If I do as you suggest, I could probably use tags for these areas instead of category... Clément 2012/9/19 Bastien b...@altern.org

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Bastien
Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Nothing works now, not even #+BEGIN_SRC sh :file tmp.txt :dir /x@xxx: echo hostname #+END_SRC Maybe you don't have permission to read the /tmp/ dir on the remote machine? Anyway, it's hard to debug with so little

Re: [O] GTD in org mode - in which project is this action ?

2012-09-19 Thread Bastien
Clément Mayet cma...@gmail.com writes: Thank you ! That could do the trick. However I planned to use categories (in fact file names) for the different areas (Personnal, Work, Research, Administrative). If I do as you suggest, I could probably use tags for these areas instead of category...

Re: [O] Is it possible to automatically set the timestamp recorded in a CLOSED: annotation to a different time than now?

2012-09-19 Thread Gaizka Villate
Wow! It works great! Thanks a lot!! -- Gaizka El día 19/09/12 11:37 +0200, Bastien escribió: Hi Gaizka, Gaizka Villate gaiz...@gmail.com writes: I then adjust it manually to set it to the last clocked-out timestamp (which, for me, is the last time I spent working on it). I

[O] [bug] External style file for export of agenda view

2012-09-19 Thread Sebastien Vauban
Hello, When you want to export an agenda view with your own CSS, you must do the following: #+begin_src emacs-lisp (setq org-agenda-export-html-style stylelink rel=\stylesheet\ type=\text/css\ href=\agenda.css\//style) #+end_src If you don't put the `style' tag, the above is simply

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Loris Bennett
Bastien b...@altern.org writes: Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Nothing works now, not even #+BEGIN_SRC sh :file tmp.txt :dir /x@xxx: echo hostname #+END_SRC Maybe you don't have permission to read the /tmp/ dir on the remote machine? Anyway, it's

[O] insonsistency in source code at http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html

2012-09-19 Thread Robert P. J. Day
a bit more pedantry, but i'm currently collecting examples of org/beamer processing to see how well i can reproduce them, and at org's own example here: http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html if you follow the link in footnote 1, you see the alleged .org source as

Re: [O] Visibility cycling with inline tasks

2012-09-19 Thread Bastien
Hi Christopher, Christopher Witte ch...@witte.net.au writes: I have a document with lots of inline tasks scattered throughout it. I want to get an overview of the document so I use S-TAB to cycle to CONTENTS, when I do that all of the inline tasks are displayed like this: You can add this

[O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Sebastien Vauban
From db344fd8a05b11174508e2de864f2fb788ea0f29 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen fnies...@pirilampo.org Date: Wed, 19 Sep 2012 12:10:20 +0200 Subject: [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style' * org-agenda.el

Re: [O] Habit setup help needed

2012-09-19 Thread Robert Horn
Bastien b...@altern.org writes: Habit: HABIT [#A] Weekly GTD revi * ! :home: attachment: habit-example.png Is what it looks like (a day later). R Horn rjh...@alum.mit.edu

Re: [O] Save-buffer within a code block

2012-09-19 Thread Bastien
Hi Julian, Julian Burgos jul...@hafro.is writes: I noticed that now, when editing code in ESS mode (after switching from org-mode using C-') I cannot use save-buffer to save any changes into my org mode file. Instead, when doing save-buffer I get prompted for a new file name and the only

Re: [O] Question about HTML export, drawers, and links

2012-09-19 Thread Bastien
Hi Thomas, Thomas Moyer tommo...@gmail.com writes: I have a set of files that I put notes in that I would like to export to HTML. When I do this, I have configured everything to allow certain drawers to included in the export, but those drawers are put in pre blocks. Is there a way to

Re: [O] Visibility cycling with inline tasks

2012-09-19 Thread Carsten Dominik
On 19 sep. 2012, at 12:34, Bastien b...@altern.org wrote: Hi Christopher, Christopher Witte ch...@witte.net.au writes: I have a document with lots of inline tasks scattered throughout it. I want to get an overview of the document so I use S-TAB to cycle to CONTENTS, when I do that all

Re: [O] Question about HTML export, drawers, and links

2012-09-19 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: Thomas Moyer tommo...@gmail.com writes: I have a set of files that I put notes in that I would like to export to HTML. When I do this, I have configured everything to allow certain drawers to included in the export, but those drawers are put in pre

Re: [O] fill paragraph: math and latex environments

2012-09-19 Thread Nicolas Goaziou
Hello, a...@fastmail.fm (Albert Z. Wang) writes: Thanks for the clarification! Is there an easy way to have them be treated as full-fledged environments? I usually prefer to use the above for unnumbered display equations since it reduces visual clutter and looks closer to the intent. No,

Re: [O] Problem with org-entities-user

2012-09-19 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: I'm not sure about support for \hfill{}, etc. The new latex and html exporters pass \hfill{} through unchanged, which might be what the latex author wants, or what the html author writing about latex commands wants. It would not change anything

[O] Inline and executing the document

2012-09-19 Thread Erich Neuwirth
The following examples shows some issues #+title: Inline formatting Inline code examples src_emacs-lisp{(+ 2 3)} src_emacs-lisp[:results raw]{(2 + 5)} #+BEGIN_SRC emacs-lisp (+ 11 12) #+END_SRC #+RESULTS: : 23 #+BEGIN_SRC emacs-lisp :results raw (+ 11 13) #+End_Src

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Nick Dokos
Loris Bennett loris.benn...@fu-berlin.de wrote: Bastien b...@altern.org writes: Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Nothing works now, not even #+BEGIN_SRC sh :file tmp.txt :dir /x@xxx: echo hostname #+END_SRC Maybe you don't have permission

Re: [O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-19 Thread Nicolas Goaziou
Hello, Mats Kindahl mats.kind...@oracle.com writes: Nicolas, do you have the patch somewhere so that I can take a look at it? The patch has been applied to master branch a few weeks ago. It's very simple: headline's text has been made optional. There's room from improvement, though: I find

Re: [O] [PATCH] Fix inconsistency in drawer handling

2012-09-19 Thread Nicolas Goaziou
Hello, Yann Hodique yann.hodi...@gmail.com writes: thanks for the quick review. Of course I don't mind, but I'm just curious to understand the purpose, as duplicating constants seems to make room for future mistakes (even though in this case I guess we're stuck with that regexp forever :)).

Re: [O] state of the art for html5 presentations?

2012-09-19 Thread John Hendy
On the note of presentations... one thing to spice things up I've used is impress!ve: - http://impressive.sourceforge.net/ It's pretty cool! Fades, presenter-only displayed timer, zoom, mouse spotlight, drag to create highlight boxes, a OSX-like zoom out on all slides to select one you want.

Re: [O] [OT] Org spotted in the wild

2012-09-19 Thread Alan Schmitt
Toke Høiland-Jørgensen t...@toke.dk writes: Alan Schmitt alan.schm...@polytechnique.org writes: I've been using mosh for a couple weeks now, and I'm really happy about it: connections survive changing ip addresses and the laptop going to sleep. I find it quite robust. Does mosh work as a

Re: [O] Compilation problem

2012-09-19 Thread Alan Schmitt
Achim Gratz strom...@nexgo.de writes: Alan Schmitt writes: There was a revert of a commit that fixed it, and I got back to the usual state of getting stuck on some test. (I tried finding which test is getting stuck, but I don't know how. I just know the last test to pass is

Re: [O] state of the art for html5 presentations?

2012-09-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/09/12 16:19, John Hendy wrote: On the note of presentations... one thing to spice things up I've used is impress!ve: - http://impressive.sourceforge.net/ It's pretty cool! Fades, presenter-only displayed timer, zoom, mouse spotlight,

Re: [O] Problem with paragraph fill / tab in lists

2012-09-19 Thread Anthony Lander
Hi Bastien, Can you confirm this error happens with no configuration (emacs -Q)? After a bit of digging it seems to be a bad interaction between org-mode paragraph filling and filladapt-mode. If I disable filladapt, then everything works as expected. Thanks, and sorry for not -Q'ing before

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-19 Thread Trevor Vartanoff
Your explanation is useful. After some more experimenting, it looks like 7.8.11 accepts a return as the dividing line between elements, but 7.9.1 only recognizes them as separate if there's an empty line between them. Example: if I copy the first two lines of your email, I can shift It is

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-19 Thread Anthony Lander
Hi Trevor, On 12-Sep-19, at 10:44 AM, Trevor Vartanoff wrote: And so, example 2, I was receiving cannot drag element forward/backward when I was in a heading with no line breaks. That is, a heading where paragraphs are separated with return + indent rather than a full line break of return

Re: [O] Problem with org-entities-user

2012-09-19 Thread Carsten Dominik
On 19 sep. 2012, at 15:15, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, t...@tsdye.com (Thomas S. Dye) writes: I'm not sure about support for \hfill{}, etc. The new latex and html exporters pass \hfill{} through unchanged, which might be what the latex author wants, or what the

Re: [O] Org HTML-PDF publishing

2012-09-19 Thread Srinivas
You might want to take a look at http://www.princexml.com/ It allows you to specify css and then print to PDF using a command line tool.

Re: [O] [BABEL][BUG] lists and inline src

2012-09-19 Thread cberry
Bastien b...@altern.org writes: Hi Chuck, cbe...@tajo.ucsd.edu writes: My apologies if this is already reported (I recall seeing something like this, but cannot find it in the archives). A list element starting with an inline src block is improperly parsed. I cannot reproduce this

Re: [O] Extra space between list items in HTML export

2012-09-19 Thread Richard Stanton
From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of Bastien Sent: Tuesday, September 18, 2012 11:53 PM To: Richard Stanton Cc: nicholas.do...@hp.com; emacs-orgmode@gnu.org Subject: Re: Extra space between list items in HTML export Hi Richard, Richard Stanton

Re: [O] Problem with org-entities-user

2012-09-19 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: These are all valid arguments. However, I did design Org-mode to be LaTeX-near to make sure that it becomes easy and fast to type as a notes environment. In my mind, a user expecting \cite{...} to work in other backends is not

Re: [O] Extra space between list items in HTML export

2012-09-19 Thread Bastien
Richard Stanton stan...@haas.berkeley.edu writes: Yes - I thought you were advocating changing this behavior, but rereading your message, I now don't think you were... Okay, looks good, sorry if I was unclear! -- Bastien

Re: [O] Org-mode version N/A-fixup

2012-09-19 Thread Markus Heller
Achim Gratz strom...@nexgo.de writes: Markus Heller writes: BTW, how exactly did you update? A tarball should not need this and if it's a Git directory the version should be found automatically. Here are the steps: 1. git pull in ~/.emacs.d/org-mode 2. M-x org-reload Then Emacs

Re: [O] Problem with paragraph fill / tab in lists

2012-09-19 Thread Bastien
Anthony Lander anth...@landerfamily.ca writes: After a bit of digging it seems to be a bad interaction between org-mode paragraph filling and filladapt-mode. If I disable filladapt, then everything works as expected. Yes -- we'll never say it enough: don't use filladapt.el with org-mode. --

[O] [PATCH] Lookup functions for tables

2012-09-19 Thread Jarmo Hurri
* lisp/org-table.el: added functions org-lookup-first and org-lookup-last * doc/org.texi: documented the use of lookup functions TINYCHANGE --- doc/org.texi | 88 +++- lisp/org-table.el | 10 ++ 2 files changed, 96 insertions(+), 2

Re: [O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-19 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: There's room from improvement, though: I find strange that is a valid empty headline while isn't. This I find natural. The prefix for headlines includes the whitespace, so the whitespace is needed for empty headlines too.

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Bastien
Hi Sébastien, thanks for the patch. matching against style is wrong, but matching against style looks still useful to me. What do you think? -- Bastien

[O] Using org-mode for laboratory notes.

2012-09-19 Thread Eric Lubeck
Hello Everybody, I had a look around the web for awhile, but couldn't find any information pertaining to my particular needs. I hope somebody here will be able to help me out. Anyway, I've been looking around for quite a while for the proper system to set-up an electronic laboratory

[O] Bug: org-insert-drawer doesn't respect indentation for :END:

2012-09-19 Thread Christoph LANGE
Dear org-mode developers, thanks a lot for providing org-insert-drawer; it satisfies a frequent need. However, when I invoke this function (with or without having a range of text selected), only the start keyword of the drawer respects the current indentation level. The :END: mark is always

[O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-19 Thread Nicolas Richard
Hello there, Some people already have suggested and produced some code (see [1,2]) in order to have an attach (or att, as it was called) link type in org-mode. I never found a org--complete-link function for these links on the net, so I tried to write it for myself. In order to do that, I had to

Re: [O] Problem with org-entities-user

2012-09-19 Thread Bastien
Hi, Nicolas Goaziou n.goaz...@gmail.com writes: My point is not about removing anything related to LaTeX syntax. I'm fine with a \cite{...} (although I think [[cite:...]] may be cleaner) as long as it really is accepted by most major export back-ends. But I think accepting raw commands like

Re: [O] htmlize doesn't work in --batch mode

2012-09-19 Thread Bastien
Hi Dmitri, Dmitri Makarov dmak...@gmail.com writes: If anyone interested, it's easy to explicitly load the required ELPA packages in batch mode. For example, the following command loads htmlize for publishing org files in batch mode emacs --batch -l ~/.emacs.d/init.el --eval (progn

Re: [O] Using org-mode for laboratory notes.

2012-09-19 Thread Russell Adams
On Wed, Sep 19, 2012 at 09:15:35AM -0700, Eric Lubeck wrote: Hello Everybody, I had a look around the web for awhile, but couldn't find any information pertaining to my particular needs. I hope somebody here will be able to help me out. Anyway, I've been looking around for quite a while

Re: [O] Org-mode release 7.9

2012-09-19 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: I've just pushed a first implementation of an orgplus ELPA archive. thanks a lot and sorry to be late on this. I'll test this after tomorrow (I'm offline tomorrow), I'll try to set this up on the server then. If there are any direction you can

Re: [O] [PATCH] Lookup functions for tables

2012-09-19 Thread Jarmo Hurri
Greetings. The patch posted here is the first patch I have ever made with git, so I hope it is ok. I tested the new functions locally, as can be seen from the examples. I also ran make without problems. I am, however, unable to install org from the git version (for some unknown reason), so I

Re: [O] Org-mode release 7.9

2012-09-19 Thread Bastien
Hi Eric, Eric Schulte eric.schu...@gmx.com writes: Agreed, this would simply mean generating an archive-contents file on the Org-mode site which lists the latest org and orgplus archive. I'm not sure which elisp function is used to generate this file, but it could be done directly from the

Re: [O] [PATCH] Lookup functions for tables

2012-09-19 Thread Bastien
Hi Jarmo, Jarmo Hurri jarmo.hu...@syk.fi writes: The patch posted here is the first patch I have ever made with git, so I hope it is ok. thanks for contributing to Org! The patch is longer than 20 lines, so we would need you to sign the FSF papers to be able to accept it. The form is here:

Re: [O] [PATCH] Lookup functions for tables

2012-09-19 Thread Bastien
Jarmo Hurri jarmo.hu...@syk.fi writes: I am, however, unable to install org from the git version (for some unknown reason), so I was unable to test the final, committed version. Please let us know what's wrong here, we will try to help. -- Bastien

Re: [O] Problem with paragraph fill / tab in lists

2012-09-19 Thread Nick Dokos
Bastien b...@altern.org wrote: Anthony Lander anth...@landerfamily.ca writes: After a bit of digging it seems to be a bad interaction between org-mode paragraph filling and filladapt-mode. If I disable filladapt, then everything works as expected. Yes -- we'll never say it enough:

Re: [O] Inline and executing the document

2012-09-19 Thread Eric Schulte
Erich Neuwirth erich.neuwi...@univie.ac.at writes: The following examples shows some issues All of these examples execute as expected. It is not always possible to automatically identify and remove the results of a code block execution. Remember that Org-mode files are just plain text.

Re: [O] Problem with paragraph fill / tab in lists

2012-09-19 Thread Anthony Lander
On 12-Sep-19, at 2:10 PM, Nick Dokos wrote: Bastien b...@altern.org wrote: Yes -- we'll never say it enough: don't use filladapt.el with org-mode. It's probably worth adding a paragraph about this in the org manual, section Miscellaneous/Interactions/Conflicts. Nick, the way to turn off

Re: [O] htmlize doesn't work in --batch mode

2012-09-19 Thread Achim Gratz
Bastien writes: Dmitri Makarov dmak...@gmail.com writes: It should be easy to include such a command in a makefile or build.xml and automatically locate the latest installation of necessary packages rather than explicitly specifying the path. That's what BTEST_POST is there for in the build

Re: [O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-19 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: There's room from improvement, though: I find strange that is a valid empty headline while isn't. This I find natural. The prefix for headlines includes the whitespace, so the

Re: [O] Org-mode release 7.9

2012-09-19 Thread Achim Gratz
Bastien writes: Thinking again of it, I find orgplus confusing in this case. If a longer name is not a problem, I suggest org-with-contribs, it clearly state that this is org with contribs. There are dired+ and friends that are just extensions to dired (and friends), so orgplus would

Re: [O] htmlize doesn't work in --batch mode

2012-09-19 Thread Dmitri Makarov
Hi Bastien I actually wrote an ant script that controls the off-line publishing. It's fairly simple, assuming ELPA packages installed in ~/.emacs.d/elpa Another important thing to note is that font-lock-mode is not enabled by default in --batch mode. So I ended up writing an extra .el file that

Re: [O] Digest configuration

2012-09-19 Thread Achim Gratz
Bastien writes: So I suppose the maximum digest size is already configurable without logging an issue with the mailman devs. Okay, I'll check this with the emacs-orgmode@ admins. This is the variable digest_size_threshold (also editable from the web interface), it sets how many kiB a digest

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Achim Gratz
Nick Dokos writes: Loris Bennett loris.benn...@fu-berlin.de wrote: In the *Org-Babel Error Output* buffer, I get the following: /bin/bash: /scpc:x@xx:/tmp/sh-script-7472puH: No such file or directory It would seem that you are trying to use a remote file with a local bash. That

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: thanks for the patch. matching against style is wrong, but matching against style looks still useful to me. What do you think? I don't think so. Let me re-explain... I want a correct HTML header, with a link to an external CSS file, such as:

Re: [O] Using org-mode for laboratory notes.

2012-09-19 Thread Eric Schulte
Eric Lubeck eric.lub...@gmail.com writes: Hello Everybody, I had a look around the web for awhile, but couldn't find any information pertaining to my particular needs. I hope somebody here will be able to help me out. Anyway, I've been looking around for quite a while for the proper

Re: [O] [PATCH] Lookup functions for tables

2012-09-19 Thread Achim Gratz
Jarmo Hurri writes: * lisp/org-table.el: added functions org-lookup-first and org-lookup-last * doc/org.texi: documented the use of lookup functions TINYCHANGE Well, it doesn't become a TINYCHANGE just because you put that stamp on it. This patch clearly is over 20 non-trivial lines, so you

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Sebastien Vauban
Bastien, Sebastien Vauban wrote: If I set the variable `org-agenda-export-html-style' to the string I want: #+begin_src emacs-lisp (setq org-agenda-export-html-style link rel=\stylesheet\ type=\text/css\ href=\org-agenda-views.css\/) #+end_src it will be *ignored*... because there is

Re: [O] Problem with org-entities-user

2012-09-19 Thread Thomas S. Dye
Aloha all, Bastien b...@altern.org writes: Hi, Nicolas Goaziou n.goaz...@gmail.com writes: My point is not about removing anything related to LaTeX syntax. I'm fine with a \cite{...} (although I think [[cite:...]] may be cleaner) as long as it really is accepted by most major export

Re: [O] [PATCH] Lookup functions for tables

2012-09-19 Thread Achim Gratz
Jarmo Hurri writes: I tested the new functions locally, as can be seen from the examples. I also ran make without problems. I am, however, unable to install org from the git version (for some unknown reason), so I was unable to test the final, committed version. I can't decode that last part…

Re: [O] Troubles with custom agenda commands

2012-09-19 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: 1. When getting to the agenda dispatcher (`C-c a'), I see: S Summary Review: set of 3 commands while I only have... 2 commands (`agenda' and `todo'). Why? This is a bug, fixed. Thanks for spotting this!

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Achim Gratz
Sebastien Vauban writes: The only solution is: - don't check for `style' - allow a pure `link' tag to be inserted in the header Well, the /only other/\TM solution then is to check for either style or link. Or maybe I'm missing something. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron

  1   2   >