[Orgmode] Agenda and weather forecast

2010-09-09 Thread Julien Danjou
Hi folks, If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. It can be found here[1]. I've blogged about it yesterday, so if you're curious you can read the entry[2]. Happy hacking, [1] http://julien.danjou.info/google-weather-el.html [2]

Re: [Orgmode] [babel] difference in export output if including file

2010-09-09 Thread Eric S Fraga
On Tue, 07 Sep 2010 23:52:48 -0600, Eric Schulte schulte.e...@gmail.com wrote: Hi Eric, I've changed the hook through which code blocks are evaluated so that this evaluation now takes place after included files have been included. Hopefully this will fix the issue you mentioned. Best

Re: [Orgmode] Q : select current org item as region

2010-09-09 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: (defun mark-current-item () (interactive) (when (org-in-item-p) (goto-char (org-get-item-beginning)) (push-mark nil t t) (goto-char (org-get-end-of-item (org-list-bottom-point) Interesting -- looks like a good candidate for

Re: [Orgmode] Adding entries to Google calendar

2010-09-09 Thread Sven Bretfeld
Hi Matt Matt Price mopto...@gmail.com writes: Sven says something about using org-remember to do the same work -- it's not clear to me whether you have that working, Sven.  In any case would it be difficult to use org-capture instead of the diary?  That would certainly be better for my

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Simon Guest
At Thu, 09 Sep 2010 08:19:17 +0200, Julien Danjou wrote: If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. Hi Julien, This looks really cool. I downloaded google-weather-el-236b269, and stuck %%(org-google-weather) at the top of one of my

[Orgmode] meaning of ampersand in spreadsheet cell references

2010-09-09 Thread Adam Spiers
Hi all, The manual refers fleetingly to the use of ampersand in spreadsheet cell references. Amongst other cell reference examples, it lists: $5column 5 in the current row Esame as previous The only other mention I can find is: When offering a formula for editing,

[Orgmode] Re: Adding entries to Google calendar

2010-09-09 Thread Stephen Eglen
hi Matt, Carsten accepted a patch of mine a while ago that allows you to do stuff like the following from the agenda: i d RET 09:00-09:30 meeting with Joe and the time is extracted from the text you enter, if you set: (setq

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Sven Bretfeld
Hi Julien Julien Danjou jul...@danjou.info writes: If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. It can be found here[1]. I've blogged about it yesterday, so if you're curious you can read the entry[2]. Wonderful. Works out of the box

Re: [Orgmode] Agenda and weather forecast | language and units

2010-09-09 Thread Juan Pechiar
Hi, The google API determines the unit system (C or F) based on the language parameter (smart guys?!). Ths parameter goes after the city in the call to org-google-weather: E.g. %%(org-google-weather Montevideo,Uruguay es) This extension is magic! Regards, .j. P.S. Cannot install into

Re: [Orgmode] Agenda and weather forecast | alternative icon set

2010-09-09 Thread Juan
On Thu, Sep 09, 2010 at 08:19:17AM +0200, Julien Danjou wrote: If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. For those not on a linux/gnome system, you can get an icon set from google. Ref: post at

[Orgmode] [BUG] Org-capture breaks if captured-to file is open in a narrowed buffer

2010-09-09 Thread Jules Bean
If I run org-capture with the template: (t Todo entry (file+headline /Users/jules/work/TODO.org Tasks) * TODO %? (Captured at %u) %i %a ) whilst I have narrowed (using, e.g., org-narrow-to-subtree) the buffer that contains TODO.org, a new * Tasks headline is inserted at the end of my

[Orgmode] Exporting property values to LaTeX

2010-09-09 Thread Scot Becker
SHORT VERSION: Can someone tell me how I might be able to get a property value exported to LaTeX? Here's what I want to do: I my reading and research notes in org-mode. I'd like to print them out to manipulate them manually before I use them. (Think: olde time 3 x 5 index cards, though I'll

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread d . tchin
Julien Danjou julien at danjou.info writes: Hi folks, If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. It can be found here[1]. I've blogged about it yesterday, so if you're curious you can read the entry[2]. Happy hacking, [1]

[Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-09 Thread Sébastien Vauban
Hi Eric, Sébastien Vauban wrote: [...] But right now, I don't get anything back from the following (same as for thread about isodoc letters): #+srcname: ledger-journal #+begin_src ledger 2008/01/03 * (SCORPIOS ) SEB VAUBAN Assets:Bank:Checking:77400530

Re: [Orgmode] Agenda and weather forecast | language and units

2010-09-09 Thread Sven Bretfeld
Hi Juan Juan Pechiar pech...@computer.org writes: The google API determines the unit system (C or F) based on the language parameter (smart guys?!). Ths parameter goes after the city in the call to org-google-weather: E.g. %%(org-google-weather Montevideo,Uruguay es) Ah. I see. It's

[Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Jeff Horn
When typing a list like this one: ** Some text. - Item A :: Description for item A. - Item B :: Description for item B. ** Org mode

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-09 Thread David Maus
Sébastien Vauban wrote: Hi David, David Maus wrote: Sébastien Vauban wrote: it just perfectly *works*! Great, great feature... Thanks a lot. Sweet! I must add that 14 seconds is the average time for my huge folder. For folder of more traditional sizes (less emails), it's more or less

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Sven Bretfeld
d.tchin d.tc...@voila.fr writes: In the agenda I have the forecasts for the two locations but I have no idea on the output about the related locations. I have following ouput : Agenda: icon Couverture nuageuse partielle, 13-24 °C Agenda: icon Brouillard, 13-23 °C How can we

Re: [Orgmode] [bug] Gnus author in capture templates not working

2010-09-09 Thread David Maus
Sébastien Vauban wrote: Hi, I've tried enhancing my capture template for Gnus mail, by using the =%:author= variable: AFAIK %:author is not a defined property Gnus links (Cf. Manual, 9.1.3.2 Template expansion). You can use %:fromname to insert the name of the message author. The only problem

Re: [Orgmode] Re: Agenda and weather forecast | multiple forecasts

2010-09-09 Thread Juan
A simple way is to use the category declaration: #+CATEGORY: Paris %%(org-google-weather Paris FR) #+CATEGORY: Caen %%(org-google-weather Caen FR) #+CATEGORY: Agenda ... other stuff Regards, .j. On Thu, Sep 09, 2010 at 12:06:22PM +, d.tchin wrote: I would like to ask one question. I would

[Orgmode] Re: Q : select current org item as region

2010-09-09 Thread Łukasz Stelmach
Richard Riley rile...@gmail.com writes: What would be the best elisp way to select the current org entry? I want a hot key to select the current item as current region (not into the clipboard). This is mine: --8---cut here---start-8--- (defun

[Orgmode] Re: Org now fontifies code blocks

2010-09-09 Thread Darlan Cavalcante Moreira
Thank you Dan, It is perfect now. No perceivable slowdown At Wed, 08 Sep 2010 13:41:51 -0400, Dan Davison wrote: Darlan Cavalcante Moreira darc...@gmail.com writes: Maybe my problem is not related to slow folding/unfolding behavior that you are getting, but if I set the

[Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-09 Thread Sébastien Vauban
Hi David, David Maus wrote: Sébastien Vauban wrote: I've tried enhancing my capture template for Gnus mail, by using the =%:author= variable: AFAIK %:author is not a defined property Gnus links (Cf. Manual, 9.1.3.2 Template expansion). Euh... I took it from the doc itself. See `C-h v

[Orgmode] Re: Q : select current org item as region

2010-09-09 Thread Richard Riley
Łukasz Stelmach lukasz.stelm...@iem.pw.edu.pl writes: Richard Riley rile...@gmail.com writes: What would be the best elisp way to select the current org entry? I want a hot key to select the current item as current region (not into the clipboard). This is mine: (defun

[Orgmode] [babel] Re: Removing the blank lines between code and results blocks in LaTeX export

2010-09-09 Thread Austin F. Frank
Professor Bates-- I used org, org-babel, and lme4 to write my PhD dissertation over the past few months. Thanks for your continued excellent work, and I'm glad to see you here. I look forward to reading the org source of your beamer presentations! Sorry that answers haven't been quicker to

Re: [Orgmode] Re: Q : select current org item as region

2010-09-09 Thread Nicolas Goaziou
Hello, Richard Riley writes: Just for google completeness (goto-char (org-entry-beginning-position)) (set-mark (org-entry-end-position)) seemed the most efficient after digging about a bit. As a side note, (goto-char (org-entry-beginning-position)) is in fact a convoluted way (if

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread George McNinch
Simon == Simon Guest simon.gu...@tesujimath.org writes: Simon I downloaded google-weather-el-236b269, and stuck Simon %%(org-google-weather) at the top of one of my org files, but Simon when building the agenda, Emacs complains [...] I had the same trouble at first. Fixed by making

[Orgmode] Re: Q : select current org item as region

2010-09-09 Thread Richard Riley
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Richard Riley writes: Just for google completeness (goto-char (org-entry-beginning-position)) (set-mark (org-entry-end-position)) seemed the most efficient after digging about a bit. As a side note, (goto-char

Re: [Orgmode] Exporting property values to LaTeX

2010-09-09 Thread David Maus
Scot Becker wrote: [1 multipart/alternative (7bit)] [1.1 text/plain; ISO-8859-1 (7bit)] [1.2 text/html; ISO-8859-1 (quoted-printable)] SHORT VERSION: Can someone tell me how I might be able to get a property value exported to LaTeX? This is currently not possible but attached patch adds a

Re: [Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Nicolas Goaziou
Hello, Jeff Horn writes: When typing a list like this one: ** Some text. - Item A :: Description for item A. - Item B :: Description for item B.

[Orgmode] HOWTO?: make install contrib

2010-09-09 Thread Cook, Malcolm
Is there a blessed mantra for installing the contents of contrib something perhapls like sudo make install-contrib prefix=/my/prefix Thanks! Malcolm Cook Stowers Institute for Medical Research - Bioinformatics Kansas City, Missouri USA ___

Re: [Orgmode] Re: Weird notes... Conflict with lists?

2010-09-09 Thread Nicolas Goaziou
Hello, Patch sent, and thanks. Regards, -- Nicolas ___ 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] Agenda and weather forecast

2010-09-09 Thread Julien Danjou
On Thu, Sep 09 2010, Sven Bretfeld wrote: I had °F at first instead of °C what I would prefer. I'm in Germany; adding (DE . °C) in the customization of Google Weather Unit System Temperature Assoc didn't help. In the screenshot I noticed that you have a string en-gb which is not documented.

[Orgmode] Re: Weird notes... Conflict with lists?

2010-09-09 Thread Sébastien Vauban
Hello Nicolas, Patch sent, and thanks. For my curiosity, what was the problem? Some border-line config of mine? Best regards, Seb -- Sébastien Vauban ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Define template for org-agenda-diary-entry

2010-09-09 Thread filebat
Hi orgers When pressing i d in org-agenda view, we can easily insert a day entry to org-agenda-diary-file. I'm wondering it's possible to define some template for the day entry. Like my day entry is always composed of several parts. It would be great, it can give interactive way when creating a

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Julien Danjou
On Thu, Sep 09 2010, d.tchin wrote: How can we had the locations. Something like : Agenda: *Paris*, icon Couverture nuageuse partielle, 13-24 °C Agenda: *Caen*, icon Brouillard, 13-23 °C People gave you the category trick already. OTOH, I'll add the possibility to customize the

Re: [Orgmode] HOWTO?: make install contrib

2010-09-09 Thread John Hendy
I don't install it (contrib) but just have this in .emacs: --- ;; set load dirs and global config options (add-to-list 'load-path ~/.elisp/site-lisp/) (add-to-list 'load-path ~/.elisp/org.git/contrib/lisp/) --- That way any miscellaneous .el files I want get put in ~/.elisp/site-lisp and

[Orgmode] Re: Agenda and weather forecast | multiple forecasts

2010-09-09 Thread d . tchin
Juan Pechiar at computer.org writes: A simple way is to use the category declaration: #+CATEGORY: Paris %%(org-google-weather Paris FR) #+CATEGORY: Caen %%(org-google-weather Caen FR) #+CATEGORY: Agenda ... other stuff Regards, .j. Thank you for your answer. In fact I was

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Bernt Hansen
Julien Danjou jul...@danjou.info writes: If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. It can be found here[1]. I've blogged about it yesterday, so if you're curious you can read the entry[2]. Happy hacking, [1]

RE: [Orgmode] HOWTO?: make install contrib

2010-09-09 Thread Cook, Malcolm
Hi John. I've been doing the same for myself for a while. But now, I'm trying to install site wide. The advantage of installing to /net/share/emacs is to other users at my site. I am pretty sure that htmlize.el contrib is required to export formatted code as html, so, it kind of is a

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread d . tchin
d.tchin writes: I didn't use the level I would like to use for answering. As I reply to Juan, I like your suggestion of using CATEGORY. Thank you for your help. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Re: Weird notes... Conflict with lists?

2010-09-09 Thread Nicolas Goaziou
Hello, Sébastien Vauban writes: For my curiosity, what was the problem? Some border-line config of mine? Not really borderline, but (setq org-log-states-order-reversed nil) showed the weakness of my assumptions regarding indentation. I was indeed quite certain that indenting with

[Orgmode] Re: Weird notes... Conflict with lists?

2010-09-09 Thread Sébastien Vauban
Nicolas, Nicolas Goaziou wrote: Sébastien Vauban writes: For my curiosity, what was the problem? Some border-line config of mine? Not really borderline, but (setq org-log-states-order-reversed nil) showed the weakness of my assumptions regarding indentation. I was indeed quite certain

[Orgmode] TAB character in source code blocks

2010-09-09 Thread Erik Iverson
Hello, I'm using org source blocks to write a Makefile. #+begin_src makefile :tangle Makefile target: dependencies command #+end_src At least in GNU make, commands must start with a TAB. However, after I close the code edit buffer with C-c ', the resulting whitespace in the org-mode

[Orgmode] Re: Agenda and weather forecast | language and units

2010-09-09 Thread Rafael
Juan Pechiar pech...@computer.org writes: E.g. %%(org-google-weather Montevideo,Uruguay es) Unfortunately, none of Pachuca, Pachuca,Mexico, Pachuca,Hidalgo,Mexico work for me (I get a Bad sexp error) :( (New York is fine, however..). ___

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Jason McBrayer
Awesome tool. I've fixed a tiny bug, which was causing the invalid sexp error for me. -- Jason F. McBrayer http://jfm.carcosa.net/ 0001-Missing-.-in-org-google-weather-icon-alist.patch Description: Binary data ___ Emacs-orgmode mailing list Please

Re: [Orgmode] Re: Agenda and weather forecast | language and units

2010-09-09 Thread Jason McBrayer
On Thu, Sep 9, 2010 at 10:52 AM, Rafael rvf0...@gmail.com wrote: Juan Pechiar pech...@computer.org writes: E.g. %%(org-google-weather Montevideo,Uruguay es) Unfortunately, none of Pachuca, Pachuca,Mexico, Pachuca,Hidalgo,Mexico work for me (I get a Bad sexp error) :( (New York is fine,

[Orgmode] Problem with Babel and sessions

2010-09-09 Thread Christopher Witte
I'm having a bit of trouble with org bable and R. When I try to execute the code below (C-c C-c on the call line), as you can see, I get the results :nil --- #+tblname: tableTestBabel | 0 | 4.40 | | 30 | 4.54 | | 60 | 7.09 | | 90 | 9.40 | | 120 | 9.22 | |

Re: [Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-09 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Sébastien Vauban wrote: [...] But right now, I don't get anything back from the following (same as for thread about isodoc letters): #+srcname: ledger-journal #+begin_src ledger 2008/01/03 * (SCORPIOS ) SEB VAUBAN

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Bernt Hansen
Julien Danjou jul...@danjou.info writes: On Thu, Sep 09 2010, Bernt Hansen wrote: Would it be possible to have the weather entry inherit the tags of the parent task? This would allow multiple location entries like this with tag filtering to limit the display to the desired items only. I

[Orgmode] org-export-as-html: Wrong type argument: stringp, t

2010-09-09 Thread Emanuele Santoro
Hello, I've been using GNU Emacs and the magnificent org-mode for about a year, but now I'm having troubles at exporting a org document to html as i always did up to this morning. I am running Debian GNU/Linux 6.0 «Squeeze» (now still in testing) and emacs 23.2.1 . Debian ships org-mode 7.01g as

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Julien Danjou
On Thu, Sep 09 2010, Jason McBrayer wrote: Awesome tool. I've fixed a tiny bug, which was causing the invalid sexp error for me. Good catch, patch applied. And good luck with the storm. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpmcCcNig3tp.pgp Description: PGP

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Julien Danjou
On Thu, Sep 09 2010, Bernt Hansen wrote: Would it be possible to have the weather entry inherit the tags of the parent task? This would allow multiple location entries like this with tag filtering to limit the display to the desired items only. I don't think this is something related to

Re: [Orgmode] Exporting property values to LaTeX

2010-09-09 Thread Scot Becker
David, Thanks for your response. What a cool and useful patch. This adds all kinds of cool functionality to org-mode, and in a single line!I've had several times I wished I could do this kind of thing. As it is, it doesn't automate my present case much, since I'd still have to put the

[Orgmode] Re: [BABEL][PROPOSAL] headlines as executable srcnames

2010-09-09 Thread Jambunathan K
Jambu I think there is a strong case for making headlines act as babel Jambu srcnames with their body providing content for noweb expansion Jambu [3]. This behaviour could be controlled by a buffer local Jambu variable. I have some more thoughts on this. Let me capture it before it goes

[Orgmode] Re: text color + highlight

2010-09-09 Thread Vinh Nguyen
I'd like to write a concluding email for this thread for future searchers to find. This easy solution is brought to you by Eric Schulte and Christian Moe. Place the following in your .emacs or init.el file: ;; org-mode color (org-add-link-type color nil (lambda (path desc format)p (cond

Re: [Orgmode] Exporting property values to LaTeX

2010-09-09 Thread David Maus
Scot Becker wrote: David, Thanks for your response.  What a cool and useful patch.   This adds all kinds of cool functionality to org-mode, and in a single line!    I've had several times I wished I could do this kind of thing.  As it is, it doesn't automate my present case much, since I'd

[Orgmode] Vague, difficult to trace error on malformed habits

2010-09-09 Thread Joseph Buchignani
Hi Org-Mode, Today I receved the stringp, nil error when attempting to generate my agenda buffer. By a process of gradually eliminating all the text in my org buffer and retesting, I eventually traced the error to a habit TODO item that I'd forgotten to give a repeating scheduled date. It was

[Orgmode] bug - #+STARTUP: indent breaks replace priority command

2010-09-09 Thread Joseph Buchignani
This one is very easy to duplicate. Add the variable #+STARTUP: indent to the top of the org buffer. Hit C-c C-c with point on the startup variables to refresh the setup. Create a todo item. Assign it priority A via C-c , A. Then reassign it priority B via C-c , B. When indent mode is enabled,

[Orgmode] org-babel and empty code blocks : publishing html

2010-09-09 Thread Richard Riley
On my journal capture template I include a #begin_src and #end_src block as I frequently want to journal code. Being lazy I dont necessarily want to delete this block even if I have no code in that org-entry. Is it possible to suppress the output nil which is generated for the html export for

Re: [Orgmode] org-babel and empty code blocks : publishing html

2010-09-09 Thread Eric Schulte
I'd think adding an :exports none header argument should be sufficient. Best -- Eric Richard Riley rile...@gmail.com writes: On my journal capture template I include a #begin_src and #end_src block as I frequently want to journal code. Being lazy I dont necessarily want to delete this block

[Orgmode] Re: [BABEL][PROPOSAL] headlines as executable srcnames

2010-09-09 Thread Jambunathan K
In the context of 'expanding babel macros', I think it would be useful to think of the context in which the babel macros are expanded. For example, if the macro is expanded with 'point' at the point of macro call then one would be able to pull in information from the current subtree (like

Re: [Orgmode] org-babel and empty code blocks : publishing html

2010-09-09 Thread Erik Iverson
What are your buffer-wide values for :exports and :results ? Richard Riley wrote: On my journal capture template I include a #begin_src and #end_src block as I frequently want to journal code. Being lazy I dont necessarily want to delete this block even if I have no code in that org-entry. Is

Re: [Orgmode] org-babel and empty code blocks : publishing html

2010-09-09 Thread Erik Iverson
Eric Schulte wrote: I'd think adding an :exports none header argument should be sufficient. If the code block is empty, I doesn't appear so. If you put in a literal nil in the code block, then :exports none does as expected. Best -- Eric Richard Riley rile...@gmail.com writes: On my

[Orgmode] Re: TAB character in source code blocks

2010-09-09 Thread Dan Davison
Erik Iverson er...@ccbr.umn.edu writes: Hello, I'm using org source blocks to write a Makefile. #+begin_src makefile :tangle Makefile target: dependencies command #+end_src At least in GNU make, commands must start with a TAB. However, after I close the code edit buffer with C-c

Re: [Orgmode] org-babel and empty code blocks : publishing html

2010-09-09 Thread Richard Riley
Erik Iverson er...@ccbr.umn.edu writes: Eric Schulte wrote: I'd think adding an :exports none header argument should be sufficient. If the code block is empty, I doesn't appear so. If you put in a literal nil in the code block, then :exports none does as expected. Best -- Eric

[Orgmode] Re: org-babel and empty code blocks : publishing html

2010-09-09 Thread Richard Riley
Erik Iverson er...@ccbr.umn.edu writes: Eric Schulte wrote: I'd think adding an :exports none header argument should be sufficient. If the code block is empty, I doesn't appear so. If you put in a literal nil in the code block, then :exports none does as expected. Best -- Eric

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Ian Barton
Simon == Simon Guestsimon.gu...@tesujimath.org writes: Simon I downloaded google-weather-el-236b269, and stuck Simon %%(org-google-weather) at the top of one of my org files, but Simon when building the agenda, Emacs complains [...] I had the same trouble at first. Fixed

[Orgmode] plantuml and svg format instead of png - feature request

2010-09-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I just saw that a bug in plantuml is fixed - namely that -tsvg is compatible with the -pipe optin. Therefore it should be possible top produce svg vector graphs from plantuml. In a second step, these could be converted to png, pdf or ps with the

Re: [Orgmode] bug - #+STARTUP: indent breaks replace priority command

2010-09-09 Thread David Maus
Joseph Buchignani wrote: I suspect it can't find where to replace the priority because of something in the star hiding mechanism of indent mode. Fix in master. The problem was that if org-ident-mode was enabled, the function that read the new priority cookie destroyed the match data of the

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Ivan Vilata i Balaguer
Julien Danjou (2010-09-09 08:19:17 +0200) wrote: If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. Certainly impressive! Your fellow Debian developer Jordi Mallach just told me about your Emacs projects this morning and I've been having a

[Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-09 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Sébastien Vauban wrote: ... but no result block is added in my Org buffer. I'll carefully test all of this, as soon as I can re-execute Babel under normal conditions. Stupid from me... I have

Re: [Orgmode] org-export-as-html: Wrong type argument: stringp, t

2010-09-09 Thread Emanuele Santoro
On Thu, Sep 09, 2010 at 05:45:46PM +0200, Emanuele Santoro wrote: org-export-as-html: Wrong type argument: stringp, t Ok, ok. Thank you all (all?) for the great answers, but I solved by myself. There was an error in my org-publish-project-alist. My main project had a wrong :link-home

[Orgmode] Re: org-babel and empty code blocks : publishing html -- Side note

2010-09-09 Thread Sébastien Vauban
Hi Richard, Richard Riley wrote: Maybe its better if I show an example:- , | TODO weather in agenda | SCHEDULED: 2010-09-10 Fri | :PROPERTIES: | :DateCreated: 2010-09-09 Thu 15:07 | :END: As a side note, I'd use an inactive timestamp here, in the capture template. Just to

[Orgmode] Re: org-babel and empty code blocks : publishing html -- Side note

2010-09-09 Thread Richard Riley
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Richard, Richard Riley wrote: Maybe its better if I show an example:- , | TODO weather in agenda | SCHEDULED: 2010-09-10 Fri | :PROPERTIES: | :DateCreated: 2010-09-09 Thu 15:07 | :END: As a side note, I'd use an

[Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-09 Thread Sébastien Vauban
Hi Eric, Sébastien Vauban wrote: Eric Schulte wrote: Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Eric, Sébastien Vauban wrote: as a side note, for experimenting with tangling like in the above, I find the `org-babel-expand-src-block' command bound to

[Orgmode] Re: Org now fontifies code blocks

2010-09-09 Thread Thomas S. Dye
Hi Dan, Glad to know that Darlan's slowdown is fixed. No change here that I can tell. Now that I've had org-src-fontify- natively set to t for a while, I can see that the slowdown is proportional to the number and size of code blocks in the Org-mode file. It is most noticeable in a file

[Orgmode] Re: Org now fontifies code blocks

2010-09-09 Thread Dan Davison
Thomas S. Dye t...@tsdye.com writes: Hi Dan, Glad to know that Darlan's slowdown is fixed. No change here that I can tell. Now that I've had org-src-fontify- natively set to t for a while, I can see that the slowdown is proportional to the number and size of code blocks in the Org-mode

[Orgmode] Re: Org now fontifies code blocks

2010-09-09 Thread Thomas S. Dye
On Sep 9, 2010, at 12:35 PM, Dan Davison wrote: Thomas S. Dye t...@tsdye.com writes: Hi Dan, Glad to know that Darlan's slowdown is fixed. No change here that I can tell. Now that I've had org-src-fontify- natively set to t for a while, I can see that the slowdown is proportional to the

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Flavio Souza
This is a very nice add-on for orgmode. Cool! -- Flávio Souza http://www.flaviosouza.org ___ 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] latex link target name

2010-09-09 Thread Indraneel Majumdar
Hi, I'm trying not to have the target name printed out when exporting to latex, and am having no success at it. My org file: ** section 2 22. [...@start:22] Oh, have to put sometjing here too! 23. nothing here 24. cfqw4cygq3h 25. gvre4vghq3 26. gvq34vh3ch2 27. #+ point What's all

[Orgmode] [WISH] ELPA repo for org-mode?

2010-09-09 Thread Jambunathan K
I think ELPA repository for orgmode-only packages (hosted where else but on worg) could be quite useful. The idea came up in emacs-devel [1]. There has been a lot of enthusiasm surrounding org+google-weather. It only shows how useful certain packages could be. My concern is they shouldn't be

[Orgmode] Repeating tasks on specific days of the week

2010-09-09 Thread Jeff Horn
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 great feature for academics and students.

Re: [Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Jeff Horn
Glad to help! Thanks for your response. Jeff On Thu, Sep 9, 2010 at 9:56 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Jeff Horn writes: When typing a list like this one: ** Some text. - Item A ::

[Orgmode] Where local software is found ?

2010-09-09 Thread ishi soichi
This question is fundamental, but I want to make sure about it. In installing the latest org-mode, I need to edit Makefile. In the file, it says, Where local software is found What exactly is the local software? Emacs itself? or something other lisp files? Thanks in advance. soichi

Re: [Orgmode] IP locator

2010-09-09 Thread Erik Iverson
There was a little discussion of this earlier this summer: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg26465.html On 09/09/2010 11:19 PM, Indraneel Majumdar wrote: Hi all, Is there any way of putting in location information automatically, eg. in a Diary or Journal entry? I was

[Orgmode] Re: [BABEL][PROPOSAL] headlines as executable srcnames

2010-09-09 Thread Jambunathan K
I am slightly drifting a bit. I think the broader theme that is emerging in this thread is this - how Babel as a Org's VM would enable one to create useful text mashups. Call it Org 2.0 if you may like. Needless, to say I am having a hammer and everything looks nail to me. Please be patient with

Re: [Orgmode] Where local software is found ?

2010-09-09 Thread David Maus
ishi soichi wrote: [1 multipart/alternative (7bit)] [1.1 text/plain; ISO-8859-1 (7bit)] [1.2 text/html; ISO-8859-1 (quoted-printable)] This question is fundamental, but I want to make sure about it. In installing the latest org-mode, I need to edit Makefile. In the file, it says,  Where