Re: [O] org-elements: list in drawer

2012-08-07 Thread Nicolas Goaziou
Hello, Michael Brand writes: > M-q on the list item in this example does not try to fill: > > #+BEGIN_SRC org > ,#+DRAWERS: MYDRAWER > ,:MYDRAWER: > ,- a paragraph longer than one line, a paragraph longer than one > line, a paragraph longer than one line > ,:END: > #+END_SRC What do you

[O] [babel] ob-java error org-babel-execute-src-block: Wrong type argument: characterp, "-cp ."

2012-08-07 Thread Torsten Wagner
Hi all, every year I want like to evaluate java snippets in org-mode to evaluate courseworks. This worked fine but recently I had a bigger data crash and re-setup my office machine. It worked ok for the crash (that is it worked ok for the set-up at that time). I use now GNU Emacs 24.1.1 Org-mode

Re: [O] Bug: "File mode specification error: (invalid-function org-check-version)" on startup

2012-08-07 Thread Steinar Bang
> Achim Gratz : > My guess is that you have outdated autoloads... but please follow > these steps to produce a meaningful bug report: > http://orgmode.org/manual/Feedback.html#Feedback I have used org-submit-bug-report once, back in July (I think). And the report with a minimal test case, j

Re: [O] [babel] ob-java error org-babel-execute-src-block: Wrong type argument: characterp, "-cp ."

2012-08-07 Thread Torsten Wagner
Seems like I can get around it #+begin_src emacs-lisp (setq org-babel-default-header-args:java '((:cmpflag "-cp .")(:cmdline "-cp ."))) #+end_src This creates problems however, it is not needed anymore Will try a bit more and report Torsten On 7 August 2012 17:17, Torsten Wagner wrote:

[O] org-notify Tutorial

2012-08-07 Thread SW
Is a tutorial/guide available for org-notify? Neither of the following were very helpful: http://orgmode.org/worg/org-api/org-notify-api.html http://thread.gmane.org/gmane.emacs.orgmode/52634/focus=52693 Thanks.

[O] ditaa diagram not as expected

2012-08-07 Thread Richard Lewis
Hi there, I'm preparing a document in which I discuss the CSS box model and wanted to include a diagram, this diagram: #+begin_ditaa boxmodel.png -S +---=---+ | margin | | +-+ | | |

[O] The Quantified Shower (was: Introducing Octopress Exporter)

2012-08-07 Thread Bastien
I have long given up on reckoning how many I am (outside or inside), and I'm always amazed at those attempts to quantify one's own life. I'm still trying to figure out if this post is a joke or not: http://jeapostrophe.github.com/blog/2012/08/06/shower/ Maybe the fun is precisely in wondering

Re: [O] [PATCH] Fixes org-rmail-store-link

2012-08-07 Thread Bastien
Hi, tftor...@tftorrey.com (T.F. Torrey) writes: > Attempting to save a link in an Rmail buffer fails with the error > "Wrong type argument: arrayp, nil". This is fixed now, thanks. I used a slightly different fix, taking `rmail-header-style' into account. Thanks anyway for the patch! Best, -

Re: [O] are super-hidden technical blocks required?

2012-08-07 Thread Bastien
Torsten Wagner writes: > So how to satisfy both views, a clutter free view and the awareness of > what is saved in your file? I think we must untangle two issues here: one is about the visibility by itself (what should be visible, invisible, how visible, how invisible?) and the other one is abou

Re: [O] Birthdays, org-contacts and agenda filters - a bug?

2012-08-07 Thread Simon Thum
Hi Bastien, let me just try again. I do not think a minimal example helps much as org is working as it should - mostly. The default agenda (C-c a a) shows birthday lines, so the org-contacts anniversaries are working correctly. I do not (plan to) use the default agenda however. I have FILETAG

Re: [O] The Quantified Shower

2012-08-07 Thread Christopher J. White
Oh man, what a great post... But the mp3 links are broken! I really want to hear "The Shower Song w/hair". This makes me think of my obsession with finding the optimal order of tasks that I do in a given day. (I can save 5 seconds if I overlap rinsing the espresso cup with one hand while I f

Re: [O] org-notify Tutorial

2012-08-07 Thread Nick Dokos
SW wrote: > Is a tutorial/guide available for org-notify? Neither of the following were > very > helpful: > > http://orgmode.org/worg/org-api/org-notify-api.html > > http://thread.gmane.org/gmane.emacs.orgmode/52634/focus=52693 > > Thanks. > IIRC, at the time I just followed the steps in th

Re: [O] The Quantified Shower (was: Introducing Octopress Exporter)

2012-08-07 Thread Myles English
He doesn't say how long it takes to wash his wife. Bastien writes: > I have long given up on reckoning how many I am (outside or inside), > and I'm always amazed at those attempts to quantify one's own life. > > I'm still trying to figure out if this post is a joke or not: > > http://jeapost

Re: [O] The Quantified Shower (was: Introducing Octopress Exporter)

2012-08-07 Thread Nick Dokos
Bastien wrote: > I have long given up on reckoning how many I am (outside or inside), > and I'm always amazed at those attempts to quantify one's own life. > Here's something to either inspire you or turn you off completely: http://www.technologyreview.com/featured-story/426968/the-patient-of

Re: [O] The Quantified Shower (was: Introducing Octopress Exporter)

2012-08-07 Thread Nick Dokos
Nick Dokos wrote: > Bastien wrote: > > > I have long given up on reckoning how many I am (outside or inside), > > and I'm always amazed at those attempts to quantify one's own life. > > > > Here's something to either inspire you or turn you off completely: > > http://www.technologyreview.co

[O] MobileOrg: Confusion about capturing?

2012-08-07 Thread 'Mash
Afternoon, Just started using MobileOrg (Android) and I am a little confused as to capturing notes. I have a single 'agenda' file setup which I can see... --- Agenda views mashdot.org --- I assumed that I could capture a note within 'mashdot.org' allowing me to create a new TODO etc in t

Re: [O] are super-hidden technical blocks required?

2012-08-07 Thread Torsten Wagner
Hey Bastien, On 7 August 2012 19:23, Bastien wrote: > that a drawer doesn't make an > entry non-empty while cycling, ohhh you challenge us... "does not ... non-empty" is in fact the same like "if there is only a drawer, the entry is still empty" right ?! Yes, I agree that should be sepa

Re: [O] MobileOrg: Confusion about capturing?

2012-08-07 Thread Richard Riley
'Mash writes: > Afternoon, > > Just started using MobileOrg (Android) and I am a little confused as to > capturing notes. I have a single 'agenda' file setup which I can see... > > --- > Agenda views > mashdot.org > --- > > I assumed that I could capture a note within 'mashdot.org' allowing me

Re: [O] are super-hidden technical blocks required?

2012-08-07 Thread Christopher J. White
Nice! I like this approach. The only slight change I would make is to the "All entries are unfolded one level". If there are only "hidden" properties but there is other content, show the other content but not the PROPERTIES drawer: * All entries are unfolded one level ** Only "hidden"

[O] all org-buffers modified

2012-08-07 Thread Joost Helberg
Hi, upon startup of emacs (and load of desktop), all my freshly opened org-buffers end up being modified. There's no undo information available and debugging the org-mode function doesn't give me any clue as (buffer-modified-p) returns false the whole time. Once in a while (twice a month) I have

Re: [O] all org-buffers modified

2012-08-07 Thread Nick Dokos
Joost Helberg wrote: > Hi, > > upon startup of emacs (and load of desktop), all my freshly opened > org-buffers end up being modified. There's no undo information > available and debugging the org-mode function doesn't give me any clue > as (buffer-modified-p) returns false the whole time. > T

Re: [O] ditaa diagram not as expected

2012-08-07 Thread Eric Schulte
This is a ditaa issue and probably isn't affected by Org-mode. I have had issues like this in the past with ditaa, I often find that the solution is to leave more space between my shapes or lines. Best, Richard Lewis writes: > Hi there, > > I'm preparing a document in which I discuss the CSS b

Re: [O] are super-hidden technical blocks required?

2012-08-07 Thread Torsten Wagner
Hey Christopher, >* All entries are unfolded one level >** Only "hidden" properties with other content > This is more content > > The ":PROPERTIES:" is not shown. I left it there, because some people claimed the dislike to hide property drawers to much. A different face colour might

Re: [O] [babel] ob-java error org-babel-execute-src-block: Wrong type argument: characterp, "-cp ."

2012-08-07 Thread Eric Schulte
Torsten Wagner writes: > Hi all, > > every year I want like to evaluate java snippets in org-mode to > evaluate courseworks. > This worked fine but recently I had a bigger data crash and re-setup > my office machine. > It worked ok for the crash (that is it worked ok for the set-up at that time).

Re: [O] all org-buffers modified

2012-08-07 Thread Joost Helberg
Nick, I did that, but didn't quite get to covering all customizations. It now turns out that the following makes the symptoms happen: (add-hook 'org-mode-hook (lambda () (set-buffer-file-coding-system 'utf-8))) The documentation of set-buffer-file-coding-system clearly states

Re: [O] are super-hidden technical blocks required?

2012-08-07 Thread Robert Horn
Separating out the issue of how to hide and expose the content, why not use s-expressions for the hidden content? Org is built on a lisp engine and these will fit nicely into automation. It avoids a lot of parsing and other headaches, and an s-expression can hold any of the discussed information

Re: [O] ditaa diagram not as expected

2012-08-07 Thread Richard Lewis
At Tue, 07 Aug 2012 07:48:36 -0600, Eric Schulte wrote: > Richard Lewis writes: > > > However, the diagram that org/ditaa creates is missing the third box > > (counting from the outside inwards), the box between "border" and > > "padding". I tried removing the "=" (which would make the line soli

Re: [O] Subscripts in URLs

2012-08-07 Thread Ken Williams
From: Bastien Guerry [mailto:bastiengue...@googlemail.com] > > Ken Williams writes: > > > and export to HTML, I get a link with anchor text > > > http://www.mmm.ucar.edu/events/ISP/presentations/JNTforecastevaluati > on > > concepts.pdf, where "forecastevaluationconcepts" is subscripted. The >

Re: [O] More flyspell-overlays removed

2012-08-07 Thread Jeffrey Spencer
Re-dl'ed and works fine. Sorry about that. On Tue, Aug 7, 2012 at 7:18 PM, Bastien wrote: > Hi Jeffrey, > > Jeffrey Spencer writes: > > > Just gave this a go and seems to work well but still forgot to add I > > believe: > > > > TYP_TODO > > and > > ATTR_LATEX > > The two words above are already

Re: [O] More flyspell-overlays removed

2012-08-07 Thread Bastien
Hi Jeffrey, Jeffrey Spencer writes: > Just gave this a go and seems to work well but still forgot to add I > believe: > > TYP_TODO > and > ATTR_LATEX The two words above are already skipped for me. -- Bastien

Re: [O] The Quantified Shower

2012-08-07 Thread Bastien
Nick Dokos writes: > Actually, I meant this one: > > http://www.theatlantic.com/magazine/archive/2012/07/the-measured-man/9018/ Nice read! Yes, I'm somehow scared :) Mhh.. at least Claude Shannon had more funny stuff to play with than his body: http://www.youtube.com/watch?v=sBHGzRxfeJY --

[O] [OT] LWN article on Easybook

2012-08-07 Thread Nick Dokos
Linux Weekly News published an article on Easybook. I know this is only tangentially related to org, but I think there are many people here who are interested in e-books and related topics, so I thought I'd post the link: [fn:1][fn:2] http://lwn.net/Articles/507653/ Nick Footnotes: [fn:1] LWN

Re: [O] org-elements: list in drawer

2012-08-07 Thread Michael Brand
Hi Nicolas On Tue, Aug 7, 2012 at 9:40 AM, Nicolas Goaziou wrote: >> ,:MYDRAWER: >> ,- a paragraph longer than one line, a paragraph longer than one >> line, a paragraph longer than one line >> ,:END: >> #+END_SRC > > What do you want to fill here? Theres a an item on a single line, then

Re: [O] The Quantified Shower

2012-08-07 Thread brian powell
* Lets not forget Claude Shannon's "Ultimate Machine": http://www.youtube.com/watch?v=G5rJJgt_5mg On Tue, Aug 7, 2012 at 1:27 PM, Bastien wrote: > Nick Dokos writes: > > > Actually, I meant this one: > > > > > http://www.theatlantic.com/magazine/archive/2012/07/the-measured-man/9018/ > > Nice

[O] Nice theorem display ?

2012-08-07 Thread Joon Kwon
Hi, I'm a new orgmode user and I am really enjoying it, especially for writing LaTeX documents. I'm wondering if there is a simple way to make the buffer display theorem environements (for instance) in a nice way... For instance, if I have the following code : #+begin_theorem My theorem Bla b

Re: [O] [PATCH] Change to next/previous-line in org agenda

2012-08-07 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > I'm not sure people will actually want this change, but I like it, so > I'm providing a patch. All this does is change org-agenda-next-line and > org-agenda-previous-line so that they move by agenda items, and not by > actual lines. I like it too -- I implemen

Re: [O] are super-hidden technical blocks required?

2012-08-07 Thread Ilya Shlyakhter
On 8/6/2012 2:16 PM, Allen S. Rout wrote: One common use would be to store the creation & last-modification dates of each entry. I've tried various ways of doing it and they all were too obtrusive to use on _every_ entry. Time-stamping of all entries would be extremely useful, just as time-sta

Re: [O] are super-hidden technical blocks required?

2012-08-07 Thread Ilya Shlyakhter
On 8/2/2012 11:10 AM, Bastien wrote: If the whole point is to make some properties less visible, why not a solution based on fontification? We could have a user-defined regexp to highlight (or "dim") certain properties. That would still leave the :PROPERTIES: line visible, which is problem for

Re: [O] Nice theorem display ?

2012-08-07 Thread Bastien
Hi Joon, Joon Kwon writes: > I'm wondering if there is a simple way to make the buffer display > theorem environements (for instance) in a nice way... > > For instance, if I have the following code : > #+begin_theorem > My theorem > Bla bla bla > #+end_theorem > > I would like the buffer to disp

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-08-07 Thread Bastien
Hi Christophe, Christophe Junke writes: > * lisp/org-agenda.el (org-agenda-list): ensures that the > list returned by org-agenda-add-time-grid-maybe is appended > to rtnall before checking if the latter is emtpy. I've now applied this patch. Thanks for the clear explanations and the changelo

Re: [O] fast todo kw / -> x

2012-08-07 Thread Samuel Wales
Hi Bastien, On 8/2/12, Bastien wrote: > Actually I was wrong. All characters are supported for fast > todo selection, except @ / and !. I've fixed the manual and > the docstring. Excellent, thank you! Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

Re: [O] comment bug

2012-08-07 Thread Samuel Wales
On 7/31/12, Nicolas Goaziou wrote: > I just committed a complete implementation of comments, compatible with > `comment-dwim'. Does it behave as expected? comment-dwim works properly. However, when you use it in the middle of a list, it splits the list into two lists. Thanks. Samuel -- The

Re: [O] Nice theorem display ?

2012-08-07 Thread Joon Kwon
Bastien gnu.org> writes: > But this in a one-way only... no return. > > HTH, > Hi Bastien, Thank you for answering ! But what I want is to keep the real file as it is, in order to export it to LaTeX later. I just want the buffer to display it differently... Do you know how to do that ? Joon

Re: [O] Comments and control lines (# vs. #+)

2012-08-07 Thread Samuel Wales
This is excellent! Samuel On 8/2/12, Bastien wrote: > Yes it has been. If you pull from latest repo, the way comments > are handled have been updated. Specifically, there is no "#+ " > anymore. Please check carefully and let us know. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-07 Thread Bastien
Hi Michael, Michael Brand writes: > Thank you for the help. I have chosen the solution with require org-capture. > > The patch is now finished and attached: I've reworked some parts of your patch, specifically, I used `org-at-regexp-p' instead of `org-capture-inside-embedded-elisp-p'. Can you

Re: [O] Nice theorem display ?

2012-08-07 Thread Bastien
Hi Joon, Joon Kwon writes: > But what I want is to keep the real file as it is, in order to export it to > LaTeX later. > I just want the buffer to display it differently... > Do you know how to do that ? Yes, I know how to do that but I'm not sure this will be useful to someone else, so I won'

Re: [O] Smart Quotes Exporting

2012-08-07 Thread Bastien
Hi Mark and Nicolas, in the patchwork¹, I've marked patches² related to this discussion as "Not Applicable". If there are progress made on this front, please send updated patches. If there is a patch below that I should apply, please let me know. Thanks! ¹ http://patchwork.newartisans.com/proje

Re: [O] Nice theorem display ?

2012-08-07 Thread Thomas S. Dye
Joon Kwon writes: > Hi, > > I'm a new orgmode user and I am really enjoying it, especially for > writing LaTeX documents. > > I'm wondering if there is a simple way to make the buffer display > theorem environements (for instance) in a nice way... > > For instance, if I have the following code :

Re: [O] [babel] ob-java error org-babel-execute-src-block: Wrong type argument: characterp, "-cp ."

2012-08-07 Thread Torsten Wagner
Hi Eric, AAGGG now I remember I participated in that discussion to replace #+BABEL by #+PROPERTY. that is the pitfall if you reuse stuff only once a year and heavy development goes on in the mean time ;) Thanks for the reminder and yeah now all works out ok. Just as a note to

Re: [O] [PATCH] Change to next/previous-line in org agenda

2012-08-07 Thread Eric Abrahamsen
On Wed, Aug 08 2012, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> I'm not sure people will actually want this change, but I like it, so >> I'm providing a patch. All this does is change org-agenda-next-line and >> org-agenda-previous-line so that they move by agenda items, and not b

Re: [O] Change: no longer automatically evaluate embedded elisp in code block output Was: babel awk with table input: Code block produced no output.

2012-08-07 Thread Greg Minshall
... > For this reason I've just pushed up a change which does as you suggest > and inhibits lisp evaluation in the `org-babel-import-elisp-from-file' > function which is only used to import emacs-lisp results from code > blocks. ... > This will now report the error with a message, but will still re