Re: [Orgmode] Re: The way tags are exported in HTML (without colons!) -- no workaround for searches!

2011-02-04 Thread Bastien
Jeff Horn jrhorn...@gmail.com writes: 2011/2/3 Sébastien Vauban wxhgmqzgw...@spammotel.com: What about really adding the colon marker, so that one can easily find tags in the exported file? Use the CSS content property. I think the column belongs to Org's internal, so I second Jeff's

[Orgmode] Re: The way tags are exported in HTML (without colons!) -- no workaround for searches!

2011-02-04 Thread Sébastien Vauban
Hi Jeff, Jeff Horn wrote: 2011/2/3 Sébastien Vauban wxhgmqzgw...@spammotel.com: What about really adding the colon marker, so that one can easily find tags in the exported file? Use the CSS content property. http://www.w3schools.com/Css/pr_gen_content.asp If you read my post of

Re: [Orgmode] Re: Small bug in table editing

2011-02-04 Thread Christopher Witte
I tend to disagree. I feel that anything that breaks the semantic model of enter = insert new line at point is a bug. Particularly if it results in the loss of data. But I can be persuaded otherwise. Cheers Chris On 3 February 2011 19:27, Achim Gratz strom...@nexgo.de wrote: Christopher

[Orgmode] Re: Fontification of blocks

2011-02-04 Thread Sébastien Vauban
Hi, As spotted by Eric Fraga: Sébastien Vauban wrote: --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -1,6 +1,6 @@ ;;; org-faces.el --- Face definitions for Org-mode. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009,

Re: [Orgmode] Re: Column view and subtask overview interaction

2011-02-04 Thread Bastien
Hi James and Bernt, Bernt Hansen be...@norang.ca writes: ** [1/5[1/5[1/5[1/5[1/5[1/5]5] *** STARTED Service Catalog Definition :Barbara: *** DONE Application Inventory :Brian:Chris: - State DONE from TODO [2010-12-02 Thu 22:52] *** TODO Policies :Barbara: *** STARTED

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-04 Thread Bastien
Bastien bastien.gue...@wikimedia.fr writes: Detlef Steuer detlef.ste...@gmx.de writes: And if this is not currently possible, that would be a welcome addition to org-mode's features! I definitely have use cases for such a setting. The attached patch implements it. I've now merged this

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Eric S Fraga
John Hendy jw.he...@gmail.com writes: [...] Perhaps a nice tradeoff would be to get something from the command line that could work with one's remember template via the command line. This is yes, using org-capture does help a lot and combining this with emacsclient does give the ability to do

[Orgmode] More entries able to export to icalendar format

2011-02-04 Thread Niels Giesen
When exporting to icalendar format, not all of the %%(diary-* ) style entries are supported. It concerns the functions =icalendar--convert-float-to-ical= and =icalendar--convert-date-to-ical= in icalendar.el. I took a stab at ameliorating =icalendar--convert-float-to-ical=, and would like

Re: [Orgmode] Bug: startup hidestars also hides the point (square at point) [6.33x]

2011-02-04 Thread Arne Babenhauserheide
Hi Bastien, On Wednesday 02 February 2011 23:54:40 Bastien wrote: Arne Babenhauserheide arne_...@yahoo.de writes: Situation: A file with #+STARTUP: hidestars Expected: The first stars are hidden, but the marker which shows the point is visible (since the variable only says hide

[Orgmode] org-git-link does not support locational information within file

2011-02-04 Thread Gregor Kappler
Hi org-moders, I started using orgmode a while ago - and it revoluzionized my workflow. I could not keep up with my work without it! Thanks for the most versatile tool I ever used and still learn! I recently found out about org-git-link (http://orgmode.org/worg/org-contrib/org-git-link.html),

Re: [Orgmode] Automatically folding latex environment

2011-02-04 Thread Marvin Doyley
Thanks, This works like a charm cheers M On Thu, Feb 3, 2011 at 9:22 AM, Bastien bastien.gue...@wikimedia.fr wrote: Marvin Doyley marvin...@gmail.com writes: Is there a way to tell org to fold Latex environments (i.e., # +begin_latex #+end_latex) automatically at start-up ? Yes.

[Orgmode] window rearrangements when exporting to pdf

2011-02-04 Thread Stephen Eglen
I've found the following odd behaviour in windows being re-arranged within a frame. It is not bothering me too much (yet), but I thought I'd report it in case others see it. If I start emacs, and maximise it on my desktop machine, it is wide enough to allow two full windows side-by-side (i.e.

[Orgmode] [PATCH] make export dispatcher go away promptly

2011-02-04 Thread Dan Davison
Following on from Stephen's recent post, a thing-that-slightly-bothers-me is the way the export dispatcher window doesn't go away until export is complete. I've briefly looked at the code twice now and it wasn't obvious to me why the save-window-excursion (line 941 org-exp.el) wasn't already doing

[Orgmode] silent evaluation during export

2011-02-04 Thread Andreas Leha
Hi all, I have several code blocks that must be evaluated during export, but silently, i.e. I do not want code/output/anything to appear in the export. How do I achieve this? The obvious :export none also disables evaluation. Regards, Andreas smime.p7s Description: S/MIME Cryptographic

[Orgmode] Re: [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Matt Lundin
Torsten Wagner torsten.wag...@gmail.com writes: Actually, this comes down to the point which was discussed already sometimes. Creating a org-mode API which could be accessed from CLI-tools was well as from other programs (Thunderbird and Firfox plugins come to my mind but Conky and other

[Orgmode] Re: window rearrangements when exporting to pdf

2011-02-04 Thread Lawrence Mitchell
Stephen Eglen wrote: [...] (emacs-version) GNU Emacs 23.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.0) of 2010-05-24 on maps My guess would be that org-fit-window-to-buffer is doing this. It seems more likely that the call to delete-other-windows in org-export is the cause of the

[Orgmode] Re: inline code block results

2011-02-04 Thread Andreas Leha
Hi all, just found out: the inline block works when I explicitly state :results replace. So both questions from the previous email collapse to: why is that necessary? Regards, Andreas Am 04.02.2011 17:13, schrieb Andreas Leha: Hi all, I have two questions: (1) How do I get resuts from

[Orgmode] [babel] How to kill two birds with one stone?

2011-02-04 Thread Sébastien Vauban
#+TITLE: Document a shell script as separate blocks #+DATE: 2011-02-04 #+LANGUAGE: en_US * Abstract When writing shell scripts, I'd like to kill *two* birds with one Babel stone: - Be able to *execute the script in situ*, so that I get a copy of the results stored in (and versioned

[Orgmode] Re: silent evaluation during export

2011-02-04 Thread Dan Davison
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I have several code blocks that must be evaluated during export, but silently, i.e. I do not want code/output/anything to appear in the export. How do I achieve this? The obvious :export none also disables evaluation. Hi

[Orgmode] Preview link to text file inline?

2011-02-04 Thread Piter_
Hi all. Preview link to text file inline? Is it possible in orgmode? Thanks. Petro ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Christopher Allan Webber
Dbus bindings? Torsten Wagner torsten.wag...@gmail.com writes: Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert and fetch data from org-mode. Some of the org-mode function

[Orgmode] inline code block results

2011-02-04 Thread Andreas Leha
Hi all, I have two questions: (1) How do I get resuts from code block evaluation (e.g. a single number) inline into text during (LaTeX-)export? Something like: We use a level of #+call: getLevel() (2) Why do these two subheadings produce different output during (LaTeX-)export? * Test **

Re: [Orgmode] silent evaluation during export

2011-02-04 Thread Erik Iverson
Andreas, This may help, but I'm not sure what language you're using. I was using in this discussion. http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29333.html The upshot from that thread was that by including a :session argument, you guarantee that the code runs on export. --Erik

Re: [Orgmode] iimage and eps?

2011-02-04 Thread Piter_
I have activated iimode as desribed here: http://orgmode.org/worg/org-configs/org-config-examples.html It works with png images but does not work with eps. May be it should not :( Thanks. Petro. On Wed, Feb 2, 2011 at 11:54 AM, Bastien bastien.gue...@wikimedia.fr wrote: Hi Piter, Piter_

[Orgmode] Re: Small bug in table editing

2011-02-04 Thread Achim Gratz
Christopher Witte ch...@witte.net.au writes: I tend to disagree. I feel that anything that breaks the semantic model of enter = insert new line at point is a bug. Then don't use org-mode tables, because enter has different (and at least to me) more useful semantics there. Achim. -- +[Q+

[Orgmode] Re: silent evaluation during export

2011-02-04 Thread Andreas Leha
Hi Dan, thanks. That's what I was looking for. Works perfectly. Cheers, Andreas Am 04.02.2011 17:25, schrieb Dan Davison: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I have several code blocks that must be evaluated during export, but silently, i.e. I do not

Re: [Orgmode] [PATCH] make export dispatcher go away promptly

2011-02-04 Thread Carsten Dominik
On Feb 4, 2011, at 4:05 PM, Dan Davison wrote: Following on from Stephen's recent post, a thing-that-slightly-bothers-me is the way the export dispatcher window doesn't go away until export is complete. I've briefly looked at the code twice now and it wasn't obvious to me why the save-window-

[Orgmode] Re: inline code block results

2011-02-04 Thread Dan Davison
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, just found out: the inline block works when I explicitly state :results replace. So both questions from the previous email collapse to: why is that necessary? Regards, Andreas Am 04.02.2011 17:13, schrieb Andreas Leha:

[Orgmode] Re: inline code block results

2011-02-04 Thread Andreas Leha
Hi Dan, Thanks for looking into this and for providing a patch that fast! Andreas Am 04.02.2011 18:11, schrieb Dan Davison: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, just found out: the inline block works when I explicitly state :results replace. So both

Re: [Orgmode] silent evaluation during export

2011-02-04 Thread Andreas Leha
Hi Erik, thanks for the pointer to that discussion which also answeres my question. I should have seen this. - Andreas Am 04.02.2011 17:48, schrieb Erik Iverson: Andreas, This may help, but I'm not sure what language you're using. I was using in this discussion.

[Orgmode] Add-hook or org-defkey?

2011-02-04 Thread Nathan Neff
I've seen both of these methods used to define/re-define keys in org-agenda mode: --- hook-way - (add-hook 'org-agenda-mode-hook '(lambda () (define-key org-agenda-mode-map w 'org-agenda-refile) )) --- another way

[Orgmode] Go to today in Calendar

2011-02-04 Thread Nathan Neff
I just found that you can press . in the Calendar to jump to today's date. This saves me a gazillion keypresses, especially when you have a one-key mapping to schedule something in agenda mode. I have s mapped in agenda mode to schedule, so I just press s . Enter. Thanks, --Nate

[Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-04 Thread Dan Davison
Hi Seb, Cool post. I hope someone has some good ideas in this thread. Some quick responses / questions below. #+TITLE: Document a shell script as separate blocks #+DATE: 2011-02-04 #+LANGUAGE: en_US * Abstract When writing shell scripts, I'd like to kill *two* birds with one

Re: [Orgmode] Add-hook or org-defkey?

2011-02-04 Thread suvayu ali
On Fri, Feb 4, 2011 at 9:32 AM, Nathan Neff nathan.n...@gmail.com wrote: I've seen both of these methods used to define/re-define keys in org-agenda mode: --- hook-way - (add-hook 'org-agenda-mode-hook             '(lambda ()                (define-key

[Orgmode] Re: adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-04 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou n.goaz...@gmail.com [02. Feb. 2011]: Gregor Zattler writes: adding a new list item via M-RET (org-insert-heading) may change text in a previous list item, if this ends in a number on a single line followed by a dot: --- -

Re: [Orgmode] Can't get org-export-html-style-extra to work

2011-02-04 Thread Christian Moe
Hi, Bastien, Thanks for taking this up -- I had forgotten I reported it. :) No, whatever the problem was, it seems to be gone now. The snippet below now works as expected. Yours, Christian On 2/3/11 7:34 PM, Bastien wrote: Hi Christian, Christian Moe writes: What am I doing wrong in

[Orgmode] Re: window rearrangements when exporting to pdf

2011-02-04 Thread Stephen Eglen
My guess would be that org-fit-window-to-buffer is doing this. It seems more likely that the call to delete-other-windows in org-export is the cause of the problem. Can you try removing it to see what happens. I presume it is there in case you have an Org buffer and /many/ other small

[Orgmode] formated result from matlab code?

2011-02-04 Thread Piter_
Hi all I try to output some formated text using matlab source code block. for example --example1-cut-- #+begin_src matlab :output file :file fit_parameters.txt ki1=fopen('fit_parameters.txt','w'); fprintf(ki1,' Fit of the blabla \n ') fprintf(ki1,'

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Marcelo de Moraes Serpa
Must be something that is really cross-platform. Don't forget there are OSX and Windows users around! On Fri, Feb 4, 2011 at 10:22 AM, Christopher Allan Webber cweb...@dustycloud.org wrote: Dbus bindings? Torsten Wagner torsten.wag...@gmail.com writes: Hi Marcelo, Emacs can run as a dameon

[Orgmode] multiple agenda buffers

2011-02-04 Thread suvayu ali
Hi Orgers, I was wondering whether it was possible to have multiple agenda buffers at the same time. My use case is when I want to look for two differnt but related things, or when I want to search while having my daily (or weekly) agenda visible. I found references in the archives[fn:1] stating

[Accepted] [Orgmode] make export dispatcher go away promptly

2011-02-04 Thread Bastien Guerry
Patch 582 (http://patchwork.newartisans.com/patch/582/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Cm1oc6rq1q8.fsf%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [Orgmode] [PATCH] make export dispatcher go away promptly

2011-02-04 Thread Bastien
Dan Davison dandavis...@gmail.com writes: Following on from Stephen's recent post, a thing-that-slightly-bothers-me is the way the export dispatcher window doesn't go away until export is complete. I've briefly looked at the code twice now and it wasn't obvious to me why the

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-04 Thread Christian Moe
On 2/3/11 3:09 PM, Nicolas Goaziou wrote: Hello, Christian Moe writes: Numbers at the beginning of the line inadvertently starting a list item is a bug. You call it a bug, but it is actually the Org definition of a numbered item. This is in the manual. Though, I think I understand what

Re: [Orgmode] iimage and eps?

2011-02-04 Thread Bastien
Hi Piter, Piter_ x.pi...@gmail.com writes: I have activated iimode as desribed here: http://orgmode.org/worg/org-configs/org-config-examples.html It works with png images but does not work with eps. May be it should not :( Maybe you can try to customize image-file-name-extensions so that it

Re: [Orgmode] Can't get org-export-html-style-extra to work

2011-02-04 Thread Bastien
Christian Moe m...@christianmoe.com writes: No, whatever the problem was, it seems to be gone now. The snippet below now works as expected. Great, thanks for confirming! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Bug: startup hidestars also hides the point (square at point) [6.33x]

2011-02-04 Thread Bastien
Hi Arne, Arne Babenhauserheide arne_...@yahoo.de writes: Thanks for doublechecking. I now tested it again, and this only happens when used in a shell (i.e. in a KDE Konsole) where the point does not blink. Well, I had this problem before but I don't know how to handle it. -- Bastien

Re: [Orgmode] Re: Fontification of blocks

2011-02-04 Thread Eric S Fraga
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] Corrected patch is attached to this post. which appears to work just fine! Thanks. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.311.ga9d2.dirty)

[Orgmode] managing a shared project using org-mobile ?

2011-02-04 Thread Rémi Letot
Hello, I have been using org-mode for quite some times, and mobile-org (the android version) for a much shorter time. So first of all I want to thank all involved contributors: THANK YOU ALL !!! Now to my problem: I use org-mode for managing... well, for managing my life :-) But now I have a

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Eric Schulte
Mark Elston m_els...@comcast.net writes: On 2/3/2011 8:03 PM, Torsten Wagner wrote: Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert and fetch data from org-mode. Some of the

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Eric Schulte
I think such a shell-script wrapper around an emacs-client or emacs batch Org-mode instance sounds like a very nice idea -- and not overly difficult to implement. Here is a quick approach to implementing the org agenda example you suggested below [1] notice that the script is structured to

Re: [Orgmode] Re: Fontification of blocks

2011-02-04 Thread Eric Schulte
Hi Seb, This looks very nice, I am now able to turn fontification on and off as expected using your three new faces. I've just committed your patch with one minor change (not having the block background face set by default). Maybe it would be worth a worg post about how to use these faces with

[Orgmode] Re: inline code block results

2011-02-04 Thread Eric Schulte
Dan Davison dandavis...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, just found out: the inline block works when I explicitly state :results replace. So both questions from the previous email collapse to: why is that necessary? Regards, Andreas

Re: [Orgmode] Embedded code

2011-02-04 Thread Eric Schulte
Ido Magal i...@idomagal.com writes: On Fri, Jan 21, 2011 at 18:05, Eric Schulte schulte.e...@gmail.com wrote: There are a variety of ways to convert lists to strings, look at the `format' function for printing any elisp value to a string. You can also use something like the following to

Re: [Orgmode] Re: The way tags are exported in HTML (without colons!) -- no workaround for searches!

2011-02-04 Thread Christian Moe
This bookmarklet finds an Org tags in exported HTML in Firefox, at least (just a proof of concept). To try it just copy-paste the whole thing into the address field. javascript: t=window.prompt(Tag?, ); e=document.getElementsByClassName(t); for(i=0;ie.length;i++) {e[i].scrollIntoView(true);

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Mark Elston
On 2/4/2011 11:16 AM, Eric Schulte wrote: Mark Elstonm_els...@comcast.net writes: On 2/3/2011 8:03 PM, Torsten Wagner wrote: Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert

[Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-04 Thread Sébastien Vauban
Hi Dan, Myself quickly reacting on this... Dan Davison wrote: Cool post. I hope someone has some good ideas in this thread. Thanks. Once solved, this one (and many more experiments I'm jotting down) could become case studies on Worg, or so. Some quick responses / questions below. #+TITLE:

[Orgmode] Solved the problem of org-capture apparently not working

2011-02-04 Thread Charles Cave
In early January I posted what I thought was a bug report with org-capture. I found that capturing to a date-tree didn't always work and in one file the capture was written to the wrong place. Well, the problem was with the data! One of my headings began with 2011. The tree looked something

Re: [Orgmode] org-scan-tags

2011-02-04 Thread Ilya Shlyakhter
Thanks for catching this, Carsten! This could perhaps be fixed by doing a full lookup of the tags up the hierarchy, rather than relying on the cached tags. This is more expensive, but if fewer entries actually have to be looked at (because the search only stops at TODO entries), it might be

[Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-04 Thread Matt Lundin
Bastien Guerry b...@altern.org writes: Patch 543 (http://patchwork.newartisans.com/patch/543/) is now Accepted. * org-agenda.el (org-agenda-list): Use org-agenda-current-span as a possible default span if it is set. Signed-off-by: Julien Danjou jul...@danjou.info --- lisp/org-agenda.el

[Orgmode] Re: Question on org-mode adding extra blank line

2011-02-04 Thread Bernt Hansen
Umesh P N umesh.p.n...@gmail.com writes: Hi, Sometimes (I don't know when), when I press M-return (org-meta-return) at the end of a heading, the next heading line (at the same level) is added after a blank line rather than on the next line.  Looks like it is a feature and not a bug. 

[Orgmode] Hints for scheduling using Agenda

2011-02-04 Thread Nathan Neff
I'm starting to use column mode in the Agenda, where the estimated effort for each TODO item is shown. The sums of the estimated effort is totaled for each day. I like this feature, and want to use it to determine when to schedule TODO items. Does anyone else use column mode in the Agenda to

[Orgmode] Re: indentation bug related to preceding :PROPERTIES: line

2011-02-04 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Rainer Stengele writes: Hi all, I have found an indentation bug: Pressing TAB on the :END: closing the :LOGBOOK: indents it to the same level as the :PROPERTIES: string above. I cannot reproduce it in development version. What

Re: [Orgmode] Solved the problem of org-capture apparently not working

2011-02-04 Thread Puneeth Chaganti
Hi, On Sat, Feb 5, 2011 at 6:02 AM, Charles Cave charles.c...@gmail.com wrote: [..] My suggestion to eliminate the problem is to modify the org-capture algorithm so years have to match beginning of line + one asterisk + one space + the year Similarly, months could match beginning of line +

Re: [Orgmode] Choosing css for Worg

2011-02-04 Thread Jeff Horn
There was some recent discussion of using multiple stylesheets on Worg. I'm a fan of implementing something on the server. In the meantime, I ran across Stylebot and thought it might be useful for both creating and using (and sharing!) custom style sheets for Worg. It's a Chrome extension to

Re: [Orgmode] [PATCH] Solved the problem of org-capture apparently not working

2011-02-04 Thread Puneeth Chaganti
Hi, On Sat, Feb 5, 2011 at 9:57 AM, Puneeth Chaganti puncha...@gmail.com wrote: Hi, On Sat, Feb 5, 2011 at 6:02 AM, Charles Cave charles.c...@gmail.com wrote: [..] My suggestion to eliminate the problem is to modify the org-capture algorithm so years have to match beginning of line + one