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

2012-09-19 Thread John Hendy
On Wed, Sep 19, 2012 at 8:44 PM, Torsten Wagner wrote: > Hi, > > one way which works rather differently is the combination of git and org-mode. > You could write your protocols in separate org-files and link to them > in your records. > org allows (at least it did a while ago) to link not only to

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

2012-09-19 Thread John Hendy
On Wed, Sep 19, 2012 at 10:18 PM, Eric Lubeck wrote: > Hey, > > Thanks for the good idea. I'll have to look into figuring that system out. > > On the broader point of organizing the notebook, I am still having a bit of > a dilemma coming up with an effective system. My first thought was to just

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

2012-09-19 Thread Eric Lubeck
Hey, Thanks for the good idea. I'll have to look into figuring that system out. On the broader point of organizing the notebook, I am still having a bit of a dilemma coming up with an effective system. My first thought was to just place all my work in a dated hierarchy, such as with org-date

Re: [O] New maintainer for MobileOrg on iOS

2012-09-19 Thread Ranmocy
Hi Richard, I am just begin to watch the project after it expire right the time T.T There is so many iOS apps live without App Store. They just release on their own website. I found that you open the source. Maybe you can have a try to post in news list (or HackerNews?) to transfer ownership of th

Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src

2012-09-19 Thread Eric Schulte
cbe...@tajo.ucsd.edu writes: > Bastien 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 >>

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

2012-09-19 Thread Torsten Wagner
Hi, one way which works rather differently is the combination of git and org-mode. You could write your protocols in separate org-files and link to them in your records. org allows (at least it did a while ago) to link not only to a file but also to a specific version of a file. You could do small

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

2012-09-19 Thread Eric Schulte
Andrew Hyatt writes: > That's odd, I get "No org-babel-execute function for sh!". I think I > just hadn't require'd ob-sh, and when I did this fixed the problem. > Thanks! > For security reasons evaluation is not turned on by default. The relevant chapter of the manual is a very good resource

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

2012-09-19 Thread Torsten Wagner
hi, I gave Xiki a try and it turned out to be an dependency hell on arch linux. After installing dozen of packages from AUR, I managed to get it up and running. Its nice and some of the ideas could be shamelessly stolen for org/org-babel. E.g. the mouse-support is great and would fit well to org i

Re: [O] [PATCH] Don't force the

2012-09-19 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Well, the last option (the one taken by my patch) was no to check > anything... Yes, I agree. I have now applied your patch. Note that the root of the problem lies in htmlize.el, which puts ... within If you feel like, don't hesitate to repo

Re: [O] Org-mode release 7.9

2012-09-19 Thread Bastien
Hi Achim, Achim Gratz writes: > However I suggest to lose the plural > and just use `org-plus-contrib´. Yes, that's fine for me. Thanks, -- Bastien

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

2012-09-19 Thread Andrew Hyatt
That's odd, I get "No org-babel-execute function for sh!". I think I just hadn't require'd ob-sh, and when I did this fixed the problem. Thanks! My point about removing the boilerplate still stands, however. If I have some free time in the next month, I may try to see if I can get it removed as

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: Wednesday, September 19, 2012 9:45 AM > To: Richard Stanton > Cc: nicholas.do...@hp.com; emacs-orgmode@gnu.org > Subject: Re: Extra space between list items in HTML export > > Richard Stanton writes: > > > Yes

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

2012-09-19 Thread Nick Dokos
Anthony Lander wrote: > > On 12-Sep-19, at 2:10 PM, Nick Dokos wrote: > > > Bastien 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/Conf

Re: [O] New exporter: no custom timestamps

2012-09-19 Thread Nicolas Goaziou
Hello, Bastien writes: > I suggest to fix this in org-e-html.el with the attached patch. > > There is another option: to set :raw-value for time-stamps, but > this feels a bit clumsy, especially when there is a :range-end. > > (org-element-property :raw-value TIMESTAMP) I tend to think that

Re: [O] Clean logs for all tasks

2012-09-19 Thread Samuel Wales
Hi Ilya, That would be a great feature. You might want to allow for specific things to be cleaned but not others. The variable value might look like '(state clock note), for example. You might also want to allow for cleaning up until one month ago, for example. Finally, somehow putting hte old

Re: [O] [PATCH] Don't force the

2012-09-19 Thread Sebastien Vauban
Hello Achim, Achim Gratz wrote: > 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 " or "

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

2012-09-19 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > Loris Bennett 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 l

[O] Clean logs for all tasks

2012-09-19 Thread Ilya Zonov
Hello! I have little question. Does cleaning logs feature exist in Org mode now? I didn't find anything similar. I have calendar.org file with some tasks which should be done every day or week. Logging is on for them (in :LOGBOOK: drawer). After few month I have too big file with many logs and on

Re: [O] [PATCH] Don't force the

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 "+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#Wald

Re: [O] Troubles with custom agenda commands

2012-09-19 Thread Sebastien Vauban
Bastien, Bastien wrote: > "Sebastien Vauban" > 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! Tested. C

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 pa

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

2012-09-19 Thread Thomas S. Dye
Aloha all, Bastien writes: > Hi, > > Nicolas Goaziou 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 a

Re: [O] [PATCH] Don't force the

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 >" href=\"org-agenda-views.css\"/>") > #+end_src > > it will be *ignored*... because there is no word `style' (with or

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

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

2012-09-19 Thread Eric Schulte
Eric Lubeck 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 > system to set-up

Re: [O] [PATCH] Don't force the

2012-09-19 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > thanks for the patch. > > matching against "

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

2012-09-19 Thread Achim Gratz
Nick Dokos writes: > Loris Bennett 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 won't work, especial

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 dig

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] 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 > wou

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

2012-09-19 Thread Nick Dokos
Bastien wrote: > Hi Nicolas, > > Nicolas Goaziou 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 f

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

2012-09-19 Thread Achim Gratz
Bastien writes: > Dmitri Makarov 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 system, you

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 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 filladap

Re: [O] Inline and executing the document

2012-09-19 Thread Eric Schulte
Erich Neuwirth 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. > > #+title: Inline formatting

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

2012-09-19 Thread Nick Dokos
Bastien wrote: > Anthony Lander 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-

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

2012-09-19 Thread Bastien
Jarmo Hurri 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] [PATCH] Lookup functions for tables

2012-09-19 Thread Bastien
Hi Jarmo, Jarmo Hurri 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: http://orgmod

Re: [O] Org-mode release 7.9

2012-09-19 Thread Bastien
Hi Eric, Eric Schulte 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 server.mk file wi

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 was

Re: [O] Org-mode release 7.9

2012-09-19 Thread Bastien
Hi Achim, Achim Gratz 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 think of, please

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 wh

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

2012-09-19 Thread Bastien
Hi Dmitri, Dmitri Makarov 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 (add-to-list 'load-

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

2012-09-19 Thread Bastien
Hi, Nicolas Goaziou 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 \vspace, \hfil

[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

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

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

Re: [O] [PATCH] Don't force the

2012-09-19 Thread Bastien
Hi Sébastien, thanks for the patch. matching against "

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

2012-09-19 Thread Bastien
Hi Nicolas, Nicolas Goaziou 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. Also, people m

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

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

2012-09-19 Thread Bastien
Anthony Lander 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. -- Bastien

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

2012-09-19 Thread Markus Heller
Achim Gratz 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 appare

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

2012-09-19 Thread Bastien
Richard Stanton 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] Problem with org-entities-user

2012-09-19 Thread Nicolas Goaziou
Hello, Carsten Dominik 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 necessarily > a wrong expect

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 wr

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

2012-09-19 Thread cberry
Bastien 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 wit

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] Problem with org-entities-user

2012-09-19 Thread Carsten Dominik
On 19 sep. 2012, at 15:15, Nicolas Goaziou 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 html author

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 r

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] 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] 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 > spotligh

Re: [O] Compilation problem

2012-09-19 Thread Alan Schmitt
Achim Gratz 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 test-ob-sh/dont-insert-spa

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

2012-09-19 Thread Alan Schmitt
Toke Høiland-Jørgensen writes: > Alan Schmitt 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 drop-in replacement for SSH in ema

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

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

2012-09-19 Thread Nicolas Goaziou
Hello, Yann Hodique 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 :)). As far as Org Elem

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

2012-09-19 Thread Nicolas Goaziou
Hello, Mats Kindahl 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 strange that " " is

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

2012-09-19 Thread Nick Dokos
Loris Bennett wrote: > Bastien writes: > > > Hi Loris, > > > > "Loris Bennett" 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 rem

[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] 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 anyth

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

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

2012-09-19 Thread Nicolas Goaziou
Hello, Bastien writes: > Thomas Moyer 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 blocks. Is there a way to con

Re: [O] Visibility cycling with inline tasks

2012-09-19 Thread Carsten Dominik
On 19 sep. 2012, at 12:34, Bastien wrote: > Hi Christopher, > > Christopher Witte 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- to cycle to >> CONTENTS, when I do that all of the inline tasks are disp

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

2012-09-19 Thread Bastien
Hi Thomas, Thomas Moyer 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 blocks. Is there a way to convince the export mech

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

2012-09-19 Thread Bastien
Hi Julian, Julian Burgos 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 the code block

Re: [O] Habit setup help needed

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

[O] [PATCH] Don't force the

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

Re: [O] Visibility cycling with inline tasks

2012-09-19 Thread Bastien
Hi Christopher, Christopher Witte 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- to cycle to > CONTENTS, when I do that all of the inline tasks are displayed like > this: You can add this hook: (add-hook 'o

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

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

2012-09-19 Thread Loris Bennett
Bastien writes: > Hi Loris, > > "Loris Bennett" 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

[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 "") #+end_src If you don't put the `style' tag, the above is simply ig

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

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

2012-09-19 Thread Bastien
Clément Mayet 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... You're welcome

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

2012-09-19 Thread Bastien
Hi Loris, "Loris Bennett" 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 information. -- Bastien

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 > Hi Clément, > >

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

2012-09-19 Thread Bastien
Hi Clément, Clément Mayet 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 that > prop

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 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 it from the git m

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

2012-09-19 Thread Loris Bennett
Hi Bastien, Bastien writes: > Hi Lorise, > > "Loris Bennett" 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? > > Ca

Re: [O] org-habit config contd

2012-09-19 Thread Bastien
Hi Robert, Robert Horn 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 check my fix?

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

2012-09-19 Thread Bastien
Hi Anthony, Anthony Lander 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 > lkjsdn klvj

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 writes: > >>> * The regular expression matches completely empty headlines, so maybe >>> t

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

2012-09-19 Thread Bastien
Hi Michael, Michael Strey 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 website with .org fi

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] babel for ditaa-eps

2012-09-19 Thread Bastien
Hi Eric, Eric Schulte 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] 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 remem

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

2012-09-19 Thread Bastien
Hi Richard, Richard Stanton 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 for whom this is a us

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

2012-09-19 Thread Bastien
Hi, Nicolas Goaziou 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 them, but as > an

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

2012-09-19 Thread Bastien
Hi Trevor, Trevor Vartanoff 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. When did you g

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 > wrote: >> On Tue, Sep 18, 2012 at 8:24 PM, John Hendy wrote: [..] >>> >>> Has anyone used this? I just cloned it and created the example >>> presentation.

Re: [O] org-habit config tinypatch

2012-09-19 Thread Bastien
Hi Robert, Robert Horn 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, not from your .emac

Re: [O] FR: ASCII remove extra lines

2012-09-19 Thread Bastien
Hi Samuel, Samuel Wales 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 behaves corre

  1   2   >