Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-19 Thread David Maus
Sébastien Vauban wrote: >What would be your pieces of advice in such a case? Do I need to test >something extra? Get a local imap server? Others (like asking for fixing the >search on our Courier mail server)? Well, IMO there might be nothing to "fix" on the server side. Although a user might expe

[Orgmode] Re: Org-Mode button

2010-07-19 Thread Ulf Stegemann
Hi Eric, Eric S. Fraga wrote: > On Mon, 19 Jul 2010 14:57:33 +0200, Ulf Stegemann > wrote: >> >> Advocating Org-Mode is always a noble cause. In order to do so, I've put >> together a "created with Org-Mode" button which is displayed on my >> website. Although I'm far from being a designer typ

[Orgmode] Re: bug: images always inlined when exporting to HTML

2010-07-19 Thread Ulf Stegemann
Eric S. Fraga wrote: > It would appear that the handling of images in HTML export has changed > sometime recently and does not match the documentation (12.5.5 Images > in HTML export). Specifically, whether a link to an image file has a > description or not is ignored and all my images are being

Re: [Orgmode] [PATCH] fix infinite loop in csv table import

2010-07-19 Thread David Maus
Eric Schulte wrote: >Hi, >I've just noticed that I get an infinite loop when importing csv tables >into Org-mode tables. For example calling > (org-table-convert-region (point-min) (point-max) '(4)) >from inside of a simple text file containing the following >--8<---cut here--

Re: [Orgmode] [babel] html export of R data frame

2010-07-19 Thread Thomas S. Dye
On Jul 19, 2010, at 4:27 PM, Vikas Rawal wrote: I have an R script which outputs a small table in the form of a dataframe. In org-babel, this dataframe is not displayed as an org table but simply as text laid out as it would be in an R session. When I export the output to html, I do not get an

Re: [Orgmode] Development setup (was: Org-mode release 7.01)

2010-07-19 Thread Erik Iverson
Suggestions: 1.) Could the original mail (the one including the actual patch, even if modified) be attached to the autogenerated email, please? This should be at the very bottom of the mail, because of length and priority. 2.) And how about the subject? The OP's subject is wh

[Orgmode] [babel] html export of R data frame

2010-07-19 Thread Vikas Rawal
I have an R script which outputs a small table in the form of a dataframe. In org-babel, this dataframe is not displayed as an org table but simply as text laid out as it would be in an R session. When I export the output to html, I do not get an html table but only text. How do I make org-babel

[Orgmode] org capture: use org-default-notes-file

2010-07-19 Thread StephenL
Using the latest and greatest 7.01... Is it possible to use the variable org-default-notes-file in the org capture settings? I have a lot of org capture templates and I would rather set the file in one location then have to set it for each template. I would think it is possible with the org-de

[Orgmode] Development setup (was: Org-mode release 7.01)

2010-07-19 Thread Sebastian Rose
Hi Carsten and John, > Also, I need to shout out my gratitude to the increasing number of > volunteers in the project. > > John Wiegley's patchwork server has done wonders for streamlining the > process of reviewing and applying patches. I have applied dozens of > patches though this process, ju

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Sebastian Rose
Carsten Dominik writes: > Hi everyone, > > I have just released version 7.01 of Org mode. > > This is a major release, and we have worked months on getting > it together. Most important is of cause the complete integration > of Org Babel into Org mode. Many thanks to Eric Schulte and > Dan Davi

Re: [Orgmode] [mobile-org] Recovering notes

2010-07-19 Thread Richard Moreland
Hi Marcelo, If you happened to plug in your device somewhat recently and a backup was made through iTunes, you may be able to dig through the backup and find the sqlite database MobileOrg uses. You might also be able to find a temp Org-file the app uses. Feel free to email me off-list and I can

[Orgmode] bug: images always inlined when exporting to HTML

2010-07-19 Thread Eric S Fraga
Having seen the recent message by Ulf regarding an org-mode button, I thought I would do a little bit of work on my web site. Unfortunately, this has caused me a problem! It would appear that the handling of images in HTML export has changed sometime recently and does not match the documentation (

Re: [Orgmode] Org-Mode button

2010-07-19 Thread Eric S Fraga
On Mon, 19 Jul 2010 14:57:33 +0200, Ulf Stegemann wrote: > > Advocating Org-Mode is always a noble cause. In order to do so, I've put > together a "created with Org-Mode" button which is displayed on my > website. Although I'm far from being a designer type of guy, you may > want to have a look a

Re: [Orgmode] question about date-tree

2010-07-19 Thread Eric S Fraga
On Mon, 19 Jul 2010 08:10:49 -0400, "Emin.shopper Martinian.shopper" wrote: > > Dear Experts, > > I really like the date-tree feature of org-remember and use it to plan > my daily agenda. Often I want to plan things in the future and fill > out an entry for a couple of weeks hence. It's slightl

[Orgmode] [mobile-org] Recovering notes

2010-07-19 Thread Marcelo de Moraes Serpa
Hey guys, I have a small situation with mobileorg. I removed the files from the WebDav repo by accident, but I had lots of notes taken into mobileorg (iPod touch). I tried to sync by accident and the notes are gone. This is not a life-or-death situation, but it would be nice if I could recover my

[Orgmode] [PATCH] fix infinite loop in csv table import

2010-07-19 Thread Eric Schulte
Hi, I've just noticed that I get an infinite loop when importing csv tables into Org-mode tables. For example calling (org-table-convert-region (point-min) (point-max) '(4)) from inside of a simple text file containing the following --8<---cut here---start---

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-19 Thread Sébastien Vauban
Hi David, Tassilo and Nick, David Maus wrote: > Tassilo Horn wrote: >> Please check, if that function is that slow for all message-ids or if >> that's only for some. The function has a "FIXME: Should this try to use >> CHARSET? -- fx", and maybe this answer has to be answered with Yes! > > I think

[Orgmode] Re: ms-exchange invitation --> org-mode appointment

2010-07-19 Thread Vagn Johansen
Here is something similar for gnus http://ozymandias.dk/emacs/org-import-calendar.el It looks for text/calendar parts. It copies a small org formatted text snippet to the kill-ring. I then use org-remember for these mails and just do a yank after the org-remember call. -- Vagn Johansen _

Re: [Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread David Maus
Markus Heller wrote: >Erik Iverson writes: >>> >>> I assumed I had to switch to the maint branch in order to get the 7.01 >>> release. How could I have done this while staying on the master branch? >> >> Basically, as long as you're on master, you'll always have the latest >> and greatest, which

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Markus Heller
Erik Iverson writes: >> >> I assumed I had to switch to the maint branch in order to get the 7.01 >> release. How could I have done this while staying on the master branch? > > Basically, as long as you're on master, you'll always have the latest > and greatest, which may or may not be what you

Re: [Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Carsten Dominik
On Jul 19, 2010, at 8:38 PM, Erik Iverson wrote: I assumed I had to switch to the maint branch in order to get the 7.01 release. How could I have done this while staying on the master branch? Basically, as long as you're on master, you'll always have the latest and greatest, which may

Re: [Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Erik Iverson
I assumed I had to switch to the maint branch in order to get the 7.01 release. How could I have done this while staying on the master branch? Basically, as long as you're on master, you'll always have the latest and greatest, which may or may not be what you want. At certain times, inclu

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Markus Heller
Andreas Burtzlaff writes: > Markus Heller writes: > >> Andreas Burtzlaff writes: >> >>> Markus Heller writes: >>> Carsten Dominik writes: [snip] > > Thanks, thanks, thanks! > > Enjoy! > > - Carsten > > P.S. If you are trying to find the 7.01

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Andreas Burtzlaff
Markus Heller writes: > Andreas Burtzlaff writes: > >> Markus Heller writes: >> >>> Carsten Dominik writes: >>> >>> [snip] >>> Thanks, thanks, thanks! Enjoy! - Carsten P.S. If you are trying to find the 7.01 release on the master branch in the repos

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Eric Schulte
Hi Eric, Its great to hear that you're hoping to contribute new language support. I've just written some instructions for adding new languages to Babel, they should propagate to Worg [1] within the next hour or so. The most important part of these new instructions is an updated ob-template.el whi

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Markus Heller
Andreas Burtzlaff writes: > Markus Heller writes: > >> Carsten Dominik writes: >> >> [snip] >> >>> >>> Thanks, thanks, thanks! >>> >>> Enjoy! >>> >>> - Carsten >>> >>> P.S. If you are trying to find the 7.01 release on the master branch >>> in the repository, you will not. The releases are now

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Andreas Burtzlaff
Markus Heller writes: > Carsten Dominik writes: > > [snip] > >> >> Thanks, thanks, thanks! >> >> Enjoy! >> >> - Carsten >> >> P.S. If you are trying to find the 7.01 release on the master branch >> in the repository, you will not. The releases are now on a new branch, >> called "maint", which w

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Markus Heller
Carsten Dominik writes: [snip] > > Thanks, thanks, thanks! > > Enjoy! > > - Carsten > > P.S. If you are trying to find the 7.01 release on the master branch > in the repository, you will not. The releases are now on a new branch, > called "maint", which will contain only commits that are also r

Re: [Orgmode] footer for latex export

2010-07-19 Thread Buck Brody
Thanks. On Mon, Jul 12, 2010 at 1:57 PM, Nick Dokos wrote: > Buck Brody wrote: > >> I am just getting started with LaTeX.  I can't seem to figure out how >> to add a footer to my document. >> > > I don't think that orgmode provides built-in support for this, but it > does provide mechanisms so t

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Carsten Dominik
On Jul 19, 2010, at 5:31 PM, Scott Randby wrote: On 07/19/2010 10:55 AM, Manish wrote: There is more happening in Org than I can try out and integrate in my workflow at a sane pace.. the backlog has been growing for a while now. One Carsten was difficult to keep pace with and now we have oth

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Carsten Dominik
On Jul 19, 2010, at 3:47 PM, Ista Zahn wrote: Hi all, Just a quick note that the documentation for org-babel does not appear to be in place yet. That is, when I click on the "Source Code" link from http://orgmode.org/manual/ I get a 404 Not Found error. The documentation is in place, but the

Re: [Orgmode] inline image display not working when org-indent-mode active

2010-07-19 Thread Carsten Dominik
On Jul 18, 2010, at 9:42 PM, David Maus wrote: Erik Iverson wrote: Hello! Just pulled the latest org-mode from git. I've upgraded to Emacs 23.2 so that org-indent-mode works properly. However, when org-indent-mode is active, it seems that inline images (C-c C-x C-v) do not work prop

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Scott Randby
On 07/19/2010 10:55 AM, Manish wrote: > There is more happening in Org than I can try out and integrate in my > workflow at a sane pace.. the backlog has been growing for a while now. > One Carsten was difficult to keep pace with and now we have others too. > Sheesh. :) Can't thank you all enough

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Manish
> On Mon, Jul 19, 2010 at 6:43 AM, Carsten Dominik > wrote: >> Hi everyone, >> >> I have just released version 7.01 of Org mode. >> >> This is a major release, and we have worked months on getting >> it together. Sincere thanks and congratulations on the release to all contributors. There is mor

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Ista Zahn
Hi all, Just a quick note that the documentation for org-babel does not appear to be in place yet. That is, when I click on the "Source Code" link from http://orgmode.org/manual/ I get a 404 Not Found error. Looking forward to trying out the new version, thanks to everyone involved! Org-mode has

Re: [Orgmode] [babel] show R commands in html export

2010-07-19 Thread Vikas Rawal
> > E.g., :exports both. Works beautifully. Thanks very much, Vikas ___ 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

[Orgmode] Org-Mode button

2010-07-19 Thread Ulf Stegemann
Advocating Org-Mode is always a noble cause. In order to do so, I've put together a "created with Org-Mode" button which is displayed on my website. Although I'm far from being a designer type of guy, you may want to have a look at http://ulf.zeitform.de/images/org-mode.png. Of course you are very

Re: [Orgmode] [babel] show R commands in html export

2010-07-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/07/2010 13:51, Vikas Rawal wrote: > Is it possible that org-babel shows not just the output of R commands > but also R commands themselves in the html output? Yes. Look at the header argument exports: : as stated in the manual: 14.8.2.5 :expor

Re: [Orgmode] Re: [PATCH] org-capture with LISP function template

2010-07-19 Thread Carsten Dominik
On Jul 19, 2010, at 2:26 PM, Juan wrote: Hi Carsten, I think the original problem is in the defcustom specification: org-capture.el L292 (choice :tag "Template" (string) (list :tag "File" (const :format "" file)

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Matt Lundin
Carsten Dominik writes: > This is a major release, and we have worked months on getting > it together. Most important is of cause the complete integration > of Org Babel into Org mode. Many thanks to Eric Schulte and > Dan Davison who have worked tirelessly to make this happen. > Thomas S. Dye

Re: [Orgmode] Re: [PATCH] org-capture with LISP function template

2010-07-19 Thread Juan
Hi Carsten, I think the original problem is in the defcustom specification: org-capture.el L292 (choice :tag "Template" (string) (list :tag "File" (const :format "" file) (file :tag "Template file"

[Orgmode] question about date-tree

2010-07-19 Thread Emin.shopper Martinian.shopper
Dear Experts, I really like the date-tree feature of org-remember and use it to plan my daily agenda. Often I want to plan things in the future and fill out an entry for a couple of weeks hence. It's slightly annoying to try to remember the day of week and date so that it will match the date-tree

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-19 Thread David Maus
Tassilo Horn wrote: >> I guess I will have to dive that side (not now -- going to sleep). >> Don't know if that gives hints yet, or not... >Please check, if that function is that slow for all message-ids or if >that's only for some. The function has a "FIXME: Should this try to use >CHARSET? --

Re: [Orgmode] Estimate ranges in column view

2010-07-19 Thread Carsten Dominik
Michael, I have applied the patch - please check it if it is still working correctly. Thanks! - Carsten On Jun 22, 2010, at 4:36 AM, Michael Gauland wrote: Carsten, Here is a patch for a new 'est+' summary type, including corresponding changes for xemacs and the manual. I've done basic

[Orgmode] Patchwork: Patch 65 Accepted

2010-07-19 Thread Carsten Dominik
Patch 65 (http://patchwork.newartisans.com/patch/65/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C20100622.143610.09007983.mikelygee%40no8wireless.co.nz%3E ___ Emacs-orgmode mailing list Please use `Reply All' to

[Orgmode] [babel] show R commands in html export

2010-07-19 Thread Vikas Rawal
Is it possible that org-babel shows not just the output of R commands but also R commands themselves in the html output? I could perhaps write the commands twice, once outside the code block (to make the commands appear as they are), and once inside the codeblock to display output of those command

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Stefan Vollmar
On 19.07.2010, at 10:22, Christian Moe wrote: > Congratulations and thanks for this amazing software. > > Yours, > Christian Moe +1 > Carsten Dominik wrote: >> Hi everyone, >> I have just released version 7.01 of Org mode. -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institu

[Orgmode] Re: word wrap preferences in org-mode buffers

2010-07-19 Thread Noorul Islam K M
Eric S Fraga writes: > On Fri, 16 Jul 2010 14:37:54 -0500, Erik Iverson wrote: > >> >> Hello, >> >> As I use org-mode more and more for actually writing things, I'm >> wondering what your favorite Emacs word/line-wrapping mode is. >> >> Basically, I see two main ways of doing this, auto-fill-

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Eric S Fraga
Carsten, as always, thanks for an incredible job! The announcement of this new release has motivated me to back up to speed with org-babel and the changes that have been done to simplify it. I had previously written interfaces for jython, ledger and maxima. These have not worked since the simpl

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Christian Moe
Congratulations and thanks for this amazing software. Yours, Christian Moe Carsten Dominik wrote: Hi everyone, I have just released version 7.01 of Org mode. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emac

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-19 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, > The function `nnimap-request-article-part' gets called several times. > > --8<---cut here---start->8--- > (defun nnimap-request-article-part (article part prop &optional > group

Re: [Orgmode] [babel] feature request - tangle-and-evaluate-tangled-file

2010-07-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/07/2010 00:58, Eric Schulte wrote: > Hi Rainer, > > I've just pushed up a fix for the org-babel-post-tangle-hook. > > With a minimal org-babel configuration, if I open the following file. > > --8<---cut here---start

[Orgmode] Re: [PATCH] org-capture with LISP function template

2010-07-19 Thread Carsten Dominik
Hi Juan, the function must be a symbol in this setup, not a string. I am rejecting this patch. Cheers. - Carsten On Jul 19, 2010, at 3:45 AM, Juan Pechiar wrote: Hi Carsten + crowd, Below is a patch for org-capture when the template is given by a LISP function. Problem was that the functio

[Orgmode] Patchwork: Patch 139 Accepted

2010-07-19 Thread Carsten Dominik
Patch 139 (http://patchwork.newartisans.com/patch/139/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C8739vjbg92.wl%25dmaus%40ictsoc.de%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Patchwork: Patch 146 Accepted

2010-07-19 Thread Carsten Dominik
Patch 146 (http://patchwork.newartisans.com/patch/146/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C87vd8ebohm.wl%25dmaus%40ictsoc.de%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Patchwork: Patch 150 Accepted

2010-07-19 Thread Carsten Dominik
Patch 150 (http://patchwork.newartisans.com/patch/150/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C878w59a163.fsf%40dynapse.com%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] Patchwork: Patch 145 Accepted

2010-07-19 Thread Carsten Dominik
Patch 145 (http://patchwork.newartisans.com/patch/145/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C1279347713-29950-1-git-send-email-dmaus%40ictsoc.de%3E ___ Emacs-orgmode mailing list Please use `Reply All' to s

[Orgmode] Patchwork: Patch 148 Accepted

2010-07-19 Thread Carsten Dominik
Patch 148 (http://patchwork.newartisans.com/patch/148/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3Cm2k4ou6wor.fsf%40bo.yax.org.uk%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the li