Re: [Orgmode] wanderlust links

2010-09-13 Thread David Maus
Rodrigo Amestica wrote: is there a way to link to a maildir message without need to specify its specific folder within my maildir tree? I thought the message ID was meant to be unique within my tree and, therefore, usable as a key without a need for a folder specification. The message id is a

[Orgmode] image size in html export

2010-09-13 Thread etimecowboy
Hi everyone, Does anybody know how to set the size of an in-line image when exporting html? I know that org can set that when exporting latex (with #+ATTR_LaTeX: width=), but could not find a similar way when exporting html. Thanks for the help. -

Re: [Orgmode] Re: Search files in a folder

2010-09-13 Thread 노정태
Suvayu, I read your comment, and googled about what I can't understand. In Emacs, M-x grep RET Filename * RET does what I want. Thank you. And now, I want to make it as one elisp command. What should I do? Can anybody write a simple script? Sincerely, Jeongtae. suvayu ali

Re: [Orgmode] image size in html export

2010-09-13 Thread Stefan Vollmar
Dear etimecowboy, you can use a MACRO to create (almost) any HTML code you require. Put this at the top of your Org file (I prefer to have macros in a separate file which I then include like this: #+setupfile: my-macro-file.org): #+macro: my-image #+html: img width=100px

Re: [Orgmode] Re: Adding entries to Google calendar

2010-09-13 Thread Sven Bretfeld
Hi Eric S Fraga ucec...@ucl.ac.uk writes: I haven't found a way to push an ics file to google; however, you can tell google calendar to add a calendar that is based on a specific url pointing to an ics file and google will periodically load that file and update the calendar. Yes, that

Re: [Orgmode] image size in html export

2010-09-13 Thread Eric S Fraga
On Mon, 13 Sep 2010 07:01:24 +0100 (BST), etimecowboy etimecow...@googlemail.com wrote: Hi everyone, Does anybody know how to set the size of an in-line image when exporting html? I know that org can set that when exporting latex (with #+ATTR_LaTeX: width=), but could not find a similar

[Orgmode] omitting done TODOs from custom agenda

2010-09-13 Thread Eric Abrahamsen
I'm having a bit of confusion: I've created my own TODO sequences with org-todo-keywords, in this case (sequence CONTACT(n) REPLY(r) | CONTACTED(e@)). Then I've got a custom agenda defined using org-agenda-custom-commands, where there's a weekly view on top and some TODO items below. When I start

Re: [Orgmode] bug in export due to org-list-automatic-rules

2010-09-13 Thread Daniel Clemente
The cause of these errors: If you use this: emacs --batch --load=/w/org-mode/lisp/org.el --visit ~/some.org --funcall org-export-as-html-batch Then you haven't changed the load-path to your org's directory (/w/org-mode/ in my case). But there's a (require 'org-list) in org.el, thus Emacs

[Orgmode] Bug in column view with cookie on item line

2010-09-13 Thread Indraneel Majumdar
With [%] or [/] set to update, the item line gets mangled as soon as TODO is changed to DONE from column view. Here's what it looks like: ** TODO test 1 [/] :PROPERTIES: :Effort: 1 :END: *** T[0/1[0/1[0/1[0/1[0/1[1/1]] MANGLED AGAIN (line was TODO test 1 [/]) :PROPERTIES: :Effort: 1 :END:

[Orgmode] [Babel] Can't export to LaTeX anymore (args-out-of-range 0 0)

2010-09-13 Thread Sébastien Vauban
Hello, With latest git pull'ed, I now have such an error when exporting to LaTeX: --8---cut here---start-8--- Debugger entered--Lisp error: (args-out-of-range 0 0) replace-match( t t) (progn (replace-match replacement t t) (unless preserve-indent

[Orgmode] Re: Proposed New Syntax For Calling Code Blocks was: Problem with Babel and sessions

2010-09-13 Thread Christopher Witte
Thanks for reply Eric. Thanks for the reply. The reason why I wanted this was because I have multiple sets of data and I would like to be able to apply the same code block to the different sets of data and have the results in different pdfs. Is there anyway to do this with the current version of

Re: [Orgmode] Re: org-babel matlab example

2010-09-13 Thread Darlan Cavalcante Moreira
Can I leave a suggestion here? Maybe a header argument , | :return variableName ` could be interesting in org babel. This would make babel behavior more uniform in all supported languages and avoid the necessity of adding code only to make babel work. -- Darlan At Sun, 12 Sep 2010

[Orgmode] Re: Include files to be used in literate programming

2010-09-13 Thread Dan Davison
Giorgio Valoti giorgi...@me.com writes: Hi all, I’ve just switched from OmniFocus and began using Org mode. But I also discovered that it can be used for literate programming and I’d like to ask if is there a way to use an included file in the tangling phase. In other words, I have a file

[Orgmode] Change color in fontified html export for strings

2010-09-13 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi when exporting code blocks to html, strings are exported as yellow (#00), which is really difficult to read. Is there a possibility to customize the colors (specifically the one used for strings) used for the fontification when exporting to

[Orgmode] Customizing agenda line format

2010-09-13 Thread Norbert Zeh
Hi folks, Is there a way to freely customize the format of lines in the weekly agenda or todo list. I know of the different formatting settings I can use, but they don't do what I want. Here's a simple use case, but more complicated ones are possible. I have a bunch of todo items that have a

[Orgmode] Freemind conversion and Notes

2010-09-13 Thread Sven Bretfeld
Hi all org-freemind.el suggests that notes from a Freemind mindmap become converted to org by org-freemind-to-org-mode. However, all I get is the nodes and subnodes structure as orgmode's headings. My various notes (including many draft sentences of the article I'm about to write, so the most

Re: [Orgmode] Re: Include files to be used in literate programming

2010-09-13 Thread Giorgio Valoti
Il giorno 13/set/2010, alle ore 14.47, Dan Davison ha scritto: Giorgio Valoti giorgi...@me.com writes: […] Is there a way to expand values from included files? Hi Giorgio, I don't know of a way currently but I agree that it is desirable. It does seem temtping to want to use #+INCLUDE

[Orgmode] MobileOrg Android 0.4.1 - Initial support for Dropbox and SDCard Synchronization

2010-09-13 Thread Matthew Jones
Hey folks, I've released MobileOrg 0.4.1 to the Market (find the link here: http://wiki.github.com/matburt/mobileorg-android/) The one big change here is that MobileOrg now supports synchronizing files that are stored locally on the sdcard (instead of requiring a connection to a webdav server).

Re: [Orgmode] Re: Include files to be used in literate programming

2010-09-13 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/09/10 14:47, Dan Davison wrote: Giorgio Valoti giorgi...@me.com writes: Hi all, I’ve just switched from OmniFocus and began using Org mode. But I also discovered that it can be used for literate programming and I’d like to ask if is

Re: [Orgmode] Re: bug: babel-* dirs

2010-09-13 Thread Eric Schulte
Hi, I've temporarily removed the use of the org-babel-temp-directory due to this problem, and other issues it is causing on shutdown with older versions of Emacs. I will revisit this issue next week when I'm back from vacation and have time to work out a full solution. Thanks for the reports --

[Orgmode] Bug with M-RET on headline with text below it

2010-09-13 Thread Anthony Lander
Hi Nicolas, On the latest git pull, Org-mode version 7.01trans (release_7.01h. 500.gbbac.dirty), I encountered a problem with M-RET. When on a headline with text below it, M-RET will insert a new heading after the current heading, but before the text. So starting with the following org

[Orgmode] Re: Search files in a folder

2010-09-13 Thread Matt Lundin
노정태 basi...@gmail.com writes: Suvayu, I read your comment, and googled about what I can't understand. In Emacs, M-x grep RET Filename * RET does what I want. Thank you. And now, I want to make it as one elisp command. What should I do? Can anybody write a simple script? FWIW, here's my

[Orgmode] Re: Bug with M-RET on headline with text below it

2010-09-13 Thread Nicolas Goaziou
Hello, Anthony Lander writes: On the latest git pull, Org-mode version 7.01trans (release_7.01h. 500.gbbac.dirty), I encountered a problem with M-RET. When on a headline with text below it, M-RET will insert a new heading after the current heading, but before the text. This is the expected

[Orgmode] Re: Bug with M-RET on headline with text below it

2010-09-13 Thread Anthony Lander
On 10-Sep-13, at 12:46 PM, Nicolas Goaziou wrote: Hello, Anthony Lander writes: On the latest git pull, Org-mode version 7.01trans (release_7.01h. 500.gbbac.dirty), I encountered a problem with M-RET. When on a headline with text below it, M-RET will insert a new heading after the current

Re: [Orgmode] Org capture with predefined entries from a list?

2010-09-13 Thread Nicolas Goaziou
Hello, Miguel Ruiz writes: Might I implement an org capture template with predefined entries from a list instead of typing the final entry? If not, please, whats the minimal code to get a shortkey to launch a selection of an item of a list and insert in the buffer? I am not sure to

[Orgmode] [OT] Re: Include files to be used in literate programming

2010-09-13 Thread Jambunathan K
Dan Davison davi...@stats.ox.ac.uk writes: [Warning: OT] tangling is not (technically at least) an Org-mode export method. This is an implementation artefact (as you have noted). From a user-perspective tangling is a specialized form of export. Exporting as I see it, is indeed an operation

[Orgmode] [PATCH] Removed unecessary invocations of org-agenda-show.

2010-09-13 Thread Matt Lundin
lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to prevent disrupting windows and changing point in original buffer. (org-agenda-set-property): Same (org-agenda-set-effort): Same (org-agenda-toggle-archive-tag): Same When setting a tag in the agenda, org-mode displays the

Re: [Orgmode] camel.el, for CamelCase links

2010-09-13 Thread Marcelo de Moraes Serpa
Hi guys -- I have pulled the last version from the repo which include org-wikinodes, but I don't see the line for the org-wikinodes module when customizing the org-modules variable. What should I do? Marcelo. On Sat, Aug 7, 2010 at 1:47 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On

[Orgmode] Re: MobileOrg Android 0.4.1 - Initial support for Dropbox and SDCard Synchronization

2010-09-13 Thread Matthew Jones
There was one other thing that I forgot to mention... I've re-enabled installing this application for Android 1.5 phones, you should be able to see it in the Market now. 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Mon, Sep 13, 2010 at 11:33 AM, Matthew Jones bsdmatb...@gmail.comwrote:

[Orgmode] Agenda: Hide Sched. Items

2010-09-13 Thread Nathan Neff
Is there a way to hide Scheduled Items in a custom Agenda View? I have the following custom agenda set up: ( Timeline ((agenda )) ((org-agenda-ndays 1) (org-agenda-show-log t) (org-agenda-clockreport-mode t)

[Orgmode] Re: Agenda: Hide Sched. Items

2010-09-13 Thread Matt Lundin
Nathan Neff nathan.n...@gmail.com writes: Is there a way to hide Scheduled Items in a custom Agenda View? Yes. You can use the variable org-agenda-entry-types. I have the following custom agenda set up: ( Timeline ((agenda )) ((org-agenda-ndays 1)

[Orgmode] Re: Repeating tasks on specific days of the week

2010-09-13 Thread Matt Lundin
Jeff Horn jrhorn...@gmail.com writes: Hi everyone! I was wondering how to create repeating tasks for, say, Tuesday and Thursday at noon. I found this on stack overflow: http://cl.ly/2K8c Is that really the best answer? Can this not be accomplished with symbolic expressions? Seems like a

[Orgmode] Re: [OT] Re: Include files to be used in literate programming

2010-09-13 Thread Dan Davison
Jambunathan K kjambunat...@gmail.com writes: Dan Davison davi...@stats.ox.ac.uk writes: [Warning: OT] tangling is not (technically at least) an Org-mode export method. This is an implementation artefact (as you have noted). From a user-perspective tangling is a specialized form of

[Orgmode] [PATCH] silence byte compiler warnings about european-calendar-style

2010-09-13 Thread Achim Gratz
I've investigated further and defvaralias doesn't silence the warnings, but with-no-warnings does. --- lisp/org-agenda.el |3 ++- lisp/org.el|7 --- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 32c65db..9f94fa6

[Orgmode] Re: omitting done TODOs from custom agenda

2010-09-13 Thread Matt Lundin
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm having a bit of confusion: I've created my own TODO sequences with org-todo-keywords, in this case (sequence CONTACT(n) REPLY(r) | CONTACTED(e@)). Then I've got a custom agenda defined using org-agenda-custom-commands, where there's a weekly

[Orgmode] Re: [PATCH] Re: html-export mangels mailto: links

2010-09-13 Thread Achim Gratz
I've decided to keep my standard load-path. Instead I just put (setq load-path (cons (expand-file-name ~/lisp/org-mode/user-lisp) load-path)) (setq load-path (cdr load-path)) in the scratch buffer and execute one line or the other whenever I want to switch and then do a C-c C-x ! in an

[Orgmode] Re: bug ? invoking display-time causes org mode clocking to go bad

2010-09-13 Thread Antony
On 9/2/2010 4:03 AM, Antony wrote: Start vanilla emacs type C-x f ~/foo.org type * foo enter type M-x display-time modeline shows 7:29 AM when my PC is showing 1:30AM They don't match. no one can reproduce this? -Antony ___ Emacs-orgmode mailing

[Orgmode] Re: [OT] Re: Include files to be used in literate programming

2010-09-13 Thread Jambunathan K
Dan Davison davi...@stats.ox.ac.uk writes: May be in coming days I should be able to make concrete, code-level suggestions on that would take my prayers further down in your altar :-). Would you be able to provide a brief summary of the series of emails? If you could identify one or a few

[Orgmode] Fwd: Agenda: Hide Sched. Items

2010-09-13 Thread Nathan Neff
-- Forwarded message -- From: Nathan Neff nathan.n...@gmail.com Date: Mon, Sep 13, 2010 at 2:06 PM Subject: Re: Agenda: Hide Sched. Items To: Matt Lundin m...@imapmail.org On Mon, Sep 13, 2010 at 1:07 PM, Matt Lundin m...@imapmail.org wrote: Nathan Neff nathan.n...@gmail.com

[Orgmode] Re: Customizing agenda line format

2010-09-13 Thread Matt Lundin
Norbert Zeh n...@cs.dal.ca writes: Is there a way to freely customize the format of lines in the weekly agenda or todo list. ... I have a bunch of todo items that have a special todo state, say SPECIAL. I don't want those included in my weekly agenda, but rather have a block agenda where

[Orgmode] Re: bug ? invoking display-time causes org mode clocking to go bad

2010-09-13 Thread Antony
Reposting since I think my original message did not go through On 9/2/2010 4:03 AM, Antony wrote: What I have seen is not desirable behavior, but I don't know where the issue is. Here are the details to reproduce. Start vanilla emacs (removed my .emacs and my .emacs.desktop but not my other

[Orgmode] Re: bug ? invoking display-time causes org mode clocking to go bad

2010-09-13 Thread Matt Lundin
Antony lisp.li...@gmail.com writes: On 9/2/2010 4:03 AM, Antony wrote: Start vanilla emacs type C-x f ~/foo.org type * foo enter type M-x display-time modeline shows 7:29 AM when my PC is showing 1:30AM They don't match. no one can reproduce this? This sounds like a general

[Orgmode] Re: bug ? invoking display-time causes org mode clocking to go bad

2010-09-13 Thread Antony
On 9/13/2010 12:21 PM, Matt Lundin wrote: Antonylisp.li...@gmail.com writes: On 9/2/2010 4:03 AM, Antony wrote: Start vanilla emacs type C-x f ~/foo.org type * fooenter type M-x display-time modeline shows 7:29 AM when my PC is showing 1:30AM They don't match. no one can reproduce this?

[Orgmode] problem exporting region from within a read-only file

2010-09-13 Thread Eric S Fraga
Hello, For standalone org files that are not part of any larger project, I often use RCS as my revision control system. RCS will make a file read-only when you /check in/ changes, waiting for the user to /check out/ the file explicitly for further changes. I like the way this works. Org,

Re: [Orgmode] Re: bug ? invoking display-time causes org mode clocking to go bad

2010-09-13 Thread Nick Dokos
Antony lisp.li...@gmail.com wrote: On 9/2/2010 4:03 AM, Antony wrote: Start vanilla emacs type C-x f ~/foo.org type * foo enter type M-x display-time modeline shows 7:29 AM when my PC is showing 1:30AM They don't match. no one can reproduce this? -Antony Nope.

Re: [Orgmode] Org capture with predefined entries from a list?

2010-09-13 Thread Miguel Ruiz
Thank you for your interest. First: org.el 7/9/2010, org-capture.el 2/9/2010 Contents of .emacs: (...) (setq org-capture-templates '((t Todo entry (file+headline ~/org/gtd.org Tasks) * TODO %?\n %i\n %a) (j Journal entry (file+datetree ~/org/journal.org)

[Orgmode] Re: Customizing agenda line format

2010-09-13 Thread Norbert Zeh
Matt Lundin [2010.09.13 1512 -0400]: Norbert Zeh n...@cs.dal.ca writes: Is there a way to freely customize the format of lines in the weekly agenda or todo list. ... I have a bunch of todo items that have a special todo state, say SPECIAL. I don't want those included in my weekly

[Orgmode] listing org source blocks in LaTeX

2010-09-13 Thread Thomas S. Dye
Aloha all, Has anyone configured the listings package to recognize org source code blocks? On LaTeX export, I get this: \lstset{language=org} org-buffer-color() $\equiv$ \begin{lstlisting} #+LaTeX_CLASS_OPTIONS: [color] \end{lstlisting} The listings package throws an error when it sees

[Orgmode] Re: Customizing agenda line format

2010-09-13 Thread Matt Lundin
Norbert Zeh n...@cs.dal.ca writes: Matt Lundin [2010.09.13 1512 -0400]: Norbert Zeh n...@cs.dal.ca writes: Is there a way to freely customize the format of lines in the weekly agenda or todo list. ... I have a bunch of todo items that have a special todo state, say SPECIAL. I don't

[Orgmode] #+STYLE: strangeness

2010-09-13 Thread Alan L Tyree
Greetings, This is a low priority peculiarity. The following line #+STYLE: link rel=stylesheet type=text/css href=/home/alant/www/css/payment.css/link (All on one line in the files) Works as intended if in the main file. But if I have in in a #+INCLUDE: file then it does not find the .css file

Re: [Orgmode] Change color in fontified html export for strings

2010-09-13 Thread Sebastian Rose
Rainer M Krug r.m.k...@gmail.com writes: Hi when exporting code blocks to html, strings are exported as yellow (#00), which is really difficult to read. Is there a possibility to customize the colors (specifically the one used for strings) used for the fontification when exporting to