Re: [Orgmode] [babel] Is :results output inline possible

2009-10-20 Thread emailorama
Thanks very much for your reply Eric. So the :results org feature was there all along. Searching for raw in org-babel.el shows it's nicely explained in the doc-string for org-babel-insert-result. (maybe I should have done that sooner) I also noticed the :results html and

Re: [Orgmode] [babel] Is :results output inline possible

2009-10-20 Thread emailorama
Thanks very much for your reply Eric. So the :results org feature was there all along. Searching for raw in org-babel.el shows it's nicely explained in the doc-string for org-babel-insert-result. (maybe I should have done that sooner) I also noticed the :results html and

[Orgmode] Insert data with time

2009-10-20 Thread andrea
Sometimes when I insert a timestamp I would also like to put the time. But I haven't found any way to move in time and not only in the days, so I ended up to modify it by hand... Is there a smarter way? ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-20 Thread Andreas Burtzlaff
On Mon, 19 Oct 2009 20:40:54 -0700 Samuel Wales samolog...@gmail.com wrote: I have a huge number of Firefox tabs that I want to get into org. Figuring out how has gotten complicated, despite good documentation out there. I want simply title and url for each tab. Maybe like this: *

Re: [Orgmode] Insert data with time

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 9:57 AM, andrea wrote: Sometimes when I insert a timestamp I would also like to put the time. But I haven't found any way to move in time and not only in the days, so I ended up to modify it by hand... Is there a smarter way? C-u C-c RET will insert a time stamp

Re: [Orgmode] LaTeX export of tables

2009-10-20 Thread Carsten Dominik
On Oct 19, 2009, at 1:58 PM, Francesco Pizzolante wrote: Hi, Can I give this thread a bump? Hi Francesco, Org-mode LaTeX export is intended to give you a way to export your file as LaTeX. It can never hope to give you all the formatting options LaTeX has. Sure, what you are saying could

[Orgmode] remove/change [width=10em] in Latex import.

2009-10-20 Thread Piter_
Hi all. If i include an image like [[file:/blablabla.eps]] Ill get in a latex import output: /includegraphics[width=10em]{file} How can I change this width option? Thanks. Petro. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

Re: [Orgmode] Any way to include filetags in tags completion?

2009-10-20 Thread Carsten Dominik
Hi Matt, I believe this works now - please verity. - Carsten On Oct 17, 2009, at 1:42 AM, Matt Lundin wrote: Hi everyone, I've searched the org-mode variables and can't seem to find a way to get filetags included in tags completion. In other words, when I press TAB to see the

Re: [Orgmode] Integration with jsMath for HTML export of latex equations (feature request)

2009-10-20 Thread Carsten Dominik
Hi Darlan, On Oct 16, 2009, at 6:36 PM, Darlan Cavalcante Moreira wrote: Hello org-users, I know that it is possible to export equations as images if you set the variable org-export-with-LaTeX-fragments to t, but I prefer to use jsMath (http://www.math.union.edu/~dpvc/jsMath/) for

Re: [Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-20 Thread Carsten Dominik
Hi Eric, this is, in principle, not hard to do. The issue I see is that it would require to make the entire subtree visible in the target buffer, so whenever you are looking at stuff with the agenda if would (more thoroughly than now) change the outline visibility in that file. - Carsten

Re: [Orgmode] remove/change [width=10em] in Latex import.

2009-10-20 Thread Piter_
Guilty, I have missed #+ATTR_LaTeX: option. I wonder if I can use underscore in filenames? http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ Here is written that not, and I really get some mess after export. Was there any workaround? Thanks. Petro. On Tue, Oct 20, 2009

[orgmode] Solutions of blogging tools for org-mode

2009-10-20 Thread Juan Reyero
Greetings, I want to move my blogs from Wordpress to org-mode. I have found blorg, org-blog and blorgit, but the first two look like they're not being worked on (but maybe that's because they are finished), and the third one seems to be much more than what I need, as it gives you a web-based

Re: [Orgmode] remove/change [width=10em] in Latex import.

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 11:05 AM, Piter_ wrote: Guilty, I have missed #+ATTR_LaTeX: option. I wonder if I can use underscore in filenames? http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ Here is written that not, and I really get some mess after export. Was there any

Re: [Orgmode] Re: LaTeX export of images

2009-10-20 Thread Carsten Dominik
On Oct 13, 2009, at 12:03 PM, Francesco Pizzolante wrote: Hi Carsten, Sorry for my late reply on this subject. OK, I have now modified image placement in LaTeX. 1. Image in text [[./img/x.png]] 2. Floating image with caption and modified size and placement #+CAPTION: My caption

[Orgmode] Other modes in SRC

2009-10-20 Thread andrea
Is it possible maybe automatically activate other modes inside a #+BEGIN_SRC block? I've seen there is CCC (or something like that) enables to have multi modes in the same buffer, but maybe there's also a quicker way inside org-mode... Thanks ___

Re: [orgmode] Solutions of blogging tools for org-mode

2009-10-20 Thread David Bremner
Juan Reyero wrote: I am looking for in a blogging engine is a way to mark entries as belonging to the blog, and generation of an RSS feed that includes them; all other things, including publishing and HTML export, are already covered by standard org-mode facilities, and services like disqus for

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Carsten Dominik
Hi Eric, I have added this code to org.el, please verify that it works because I have wrapped it into eval-after-load. Thanks! - Carsten On Oct 14, 2009, at 7:18 PM, Eric S Fraga wrote: At Tue, 13 Oct 2009 10:00:29 +0200, Carsten Dominik wrote: [snipped: messages regarding jumping into

[Orgmode] Re: Agenda and Reloading Changed Files

2009-10-20 Thread Chris Gray
Bernt Hansen wrote: Make sure you don't have any unsaved information in _any_ org files in emacs before you run this to sync your emacs buffers with the on disk files -- otherwise you'll lose information. I got burned by that a couple of times, so now I use a script that does the following:

Re: [Orgmode] remove/change [width=10em] in Latex import.

2009-10-20 Thread Piter_
What version of Org-mode are you using? This does work for me without problems. - Carsten I've been using 6.05 from Debian Lenny repository. 5 minutes ago installed one from git. Everything works fine. Thanks a lot for this great mode. ___

Re: [orgmode] Solutions of blogging tools for org-mode

2009-10-20 Thread Juan Reyero
On Tue, Oct 20, 2009 at 12:23 PM, David Bremner brem...@unb.ca wrote: Juan Reyero wrote: I am looking for in a blogging engine is a way to mark entries as belonging to the blog, and generation of an RSS feed that includes them; all other things, including publishing and HTML export, are already

Re: [Orgmode] Corrupt lists in HTML if within footnotes

2009-10-20 Thread Carsten Dominik
Hi Daniel, unfortunately, I do not see an easy way to fix this. My recommendation is to not use itemized lists in footnotes. - Carsten On Oct 5, 2009, at 10:59 AM, Daniel Clemente wrote: Bug report+testcase Hi, I found a bug related to lists within footnotes [1]. org-mode from git

[Orgmode] Re: Other modes in SRC

2009-10-20 Thread Matt Lundin
andrea andrea.crott...@gmail.com writes: Is it possible maybe automatically activate other modes inside a #+BEGIN_SRC block? I've seen there is CCC (or something like that) enables to have multi modes in the same buffer, but maybe there's also a quicker way inside org-mode... I'm not sure

[Orgmode] Re: Any way to include filetags in tags completion?

2009-10-20 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Hi Matt, I believe this works now - please verity. Thanks Carsten! This works great. Now org-mode makes organizing my life that much easier. :) - Matt On Oct 17, 2009, at 1:42 AM, Matt Lundin wrote: Hi everyone, I've searched the

Re: [orgmode] Solutions of blogging tools for org-mode

2009-10-20 Thread Giovanni Ridolfi
--- Mar 20/10/09, Juan Reyero joa...@gmail.com ha scritto: I am considering building a very minimalistic blog engine (tag the entries you want as part of the blog, and it builds an RSS feed for them; you figure out everything else within org-mode's publishing functionality).  But I'd hate

[Orgmode] Source Code blocks in arbitrary languages?

2009-10-20 Thread Alan E. Davis
I am interested in the graphing language gri, for which there does exist a gri-mode.el. Is it possible to use Source Code blocks in Org-Mode with arbitrary languages for which there is an emacs mode? For example, postscript? Profuse thanks for this great package. Alan

Re: [Orgmode] Source Code blocks in arbitrary languages?

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 3:21 PM, Alan E. Davis wrote: I am interested in the graphing language gri, for which there does exist a gri-mode.el. Is it possible to use Source Code blocks in Org-Mode with arbitrary languages for which there is an emacs mode? For example, postscript? Yes.

Re: [Orgmode] [babel] Is :results output inline possible

2009-10-20 Thread Dan Davison
Hi Al, emailorama emailor...@yahoo.com.au writes: [...] Also, I've been looking at #+lob: which looks like another really useful idea, Yes, #+lob calls are the canonical way to hide source code in org-babel; with this approach, source blocks are viewed more as function definitions

[Orgmode] No definition for class `article' in `org-export-latex-classes'

2009-10-20 Thread Jeff Kowalczyk
Using Org at e8e296 with emacs 23.1.1 and texlive-2008, when exporting to PDF, the following error occurs: Exporting to PDF... Exporting to LaTeX... org-export-latex-set-initial-vars: No definition for class `article' in `org-export-latex-classes' It still works as of 79031ab. The next changeset

Re: [Orgmode] Integration with jsMath for HTML export of latex equations (feature request)

2009-10-20 Thread Darlan Cavalcante Moreira
Hi Carsten, The option #+OPTIONS ^:nil did the trick with underlines and hats, but Greek letter are still replaced. Since they are ignored by jsMath I get the correct equations and the only minor annoyance is that the font of the Greek letters is not as nice as if it were replace by jsMath

[Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Matt Lundin
John Wiegley jwieg...@gmail.com writes: Tracking habits isn't suited to a regular task manager, however. You can see that the task needs to be done in your agenda, but you don't know if it's a task that sorely needs attention because you've been neglecting it, or if you've really been on the

Re: [Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-20 Thread Eric S Fraga
At Thu, 15 Oct 2009 07:52:38 +0100, Eric S Fraga wrote: Carsten, I wonder whether I could request a small feature addition in org-mode (or have a pointer to already implemented functionality, of course ;-)? Using the agenda view with follow mode is fantastic for complex agenda views.

Re: [Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-20 Thread Eric S Fraga
At Tue, 20 Oct 2009 10:56:38 +0200, Carsten Dominik wrote: Hi Eric, this is, in principle, not hard to do. The issue I see is that it would require to make the entire subtree visible in the target buffer, so whenever you are looking at stuff with the agenda if would (more thoroughly than

Re: [Orgmode] Other modes in SRC

2009-10-20 Thread Eric Schulte
andrea andrea.crott...@gmail.com writes: Is it possible maybe automatically activate other modes inside a #+BEGIN_SRC block? I've seen there is CCC (or something like that) enables to have multi modes in the same buffer, but maybe there's also a quicker way inside org-mode... If you mean

Re: [Orgmode] Integration with jsMath for HTML export of latex equations (feature request)

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 3:56 PM, Darlan Cavalcante Moreira wrote: Hi Carsten, The option #+OPTIONS ^:nil did the trick with underlines and hats, but Greek letter are still replaced. Since they are ignored by jsMath I get the correct equations and the only minor annoyance is that the font of

Re: [Orgmode] [babel] Is :results output inline possible

2009-10-20 Thread Dan Davison
Dan Davison davi...@stats.ox.ac.uk writes: [...] -- Is it possible to use #+lob: with :results output org ? -- Is it possible for #+lob: to take a string argument ? Both these were bugs, which are fixed in my development branch -- they should be merged into org-core by Eric soon. Those

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 4:02 PM, Matt Lundin wrote: John Wiegley jwieg...@gmail.com writes: Tracking habits isn't suited to a regular task manager, however. You can see that the task needs to be done in your agenda, but you don't know if it's a task that sorely needs attention because you've

[Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Matthew Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: 2. It is somewhat cumbersome to add two repeating timestamps to the same entry. If one sets up the first repeating timestamp, then one cannot add a second timestamp automatically. I.e., the following error message appears:

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Eric S Fraga
At Tue, 20 Oct 2009 12:28:44 +0200, Carsten Dominik wrote: Hi Eric, I have added this code to org.el, please verify that it works because I have wrapped it into eval-after-load. Thanks! - Carsten Sorry Carsten but this doesn't seem to work for me. I am not sure if things are being

[Orgmode] [GTD] Keeping a log of the activities - putting archive to good use

2009-10-20 Thread Marcelo de Moraes Serpa
Hello list, In the excellent article that Charles Cave wrote, he says that he keeps a journal.org file to keep log of things he did during the day. I was thinking what was the relationship of this category with the newgtd.org_archive, which is essentially a log of the activities, and that even

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 6:11 PM, Eric S Fraga wrote: At Tue, 20 Oct 2009 12:28:44 +0200, Carsten Dominik wrote: Hi Eric, I have added this code to org.el, please verify that it works because I have wrapped it into eval-after-load. Thanks! - Carsten Sorry Carsten but this doesn't seem to

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 6:11 PM, Eric S Fraga wrote: At Tue, 20 Oct 2009 12:28:44 +0200, Carsten Dominik wrote: Hi Eric, I have added this code to org.el, please verify that it works because I have wrapped it into eval-after-load. Thanks! - Carsten Sorry Carsten but this doesn't seem to

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Eric S Fraga
At Tue, 20 Oct 2009 18:14:32 +0200, Carsten Dominik wrote: On Oct 20, 2009, at 6:11 PM, Eric S Fraga wrote: [...] Sorry Carsten but this doesn't seem to work for me. I am not sure if things are being loaded in the wrong order or not. I have tried with emacs -q and then loaded org-mode

Re: [Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 4:17 PM, Eric S Fraga wrote: At Thu, 15 Oct 2009 07:52:38 +0100, Eric S Fraga wrote: Carsten, I wonder whether I could request a small feature addition in org-mode (or have a pointer to already implemented functionality, of course ;-)? Using the agenda view with follow

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Eric S Fraga
At Tue, 20 Oct 2009 18:22:34 +0200, Carsten Dominik wrote: [...] I think now I just forgot the activate switch. Could you please try again? Ah ha! That did it. Works just fine now. I am not sure I entirely understand what you did (adding the activate bit to the definition) but that's a

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 6:29 PM, Eric S Fraga wrote: At Tue, 20 Oct 2009 18:22:34 +0200, Carsten Dominik wrote: [...] I think now I just forgot the activate switch. Could you please try again? Ah ha! That did it. Works just fine now. I am not sure I entirely understand what you did

Re: [Orgmode] Patch for resolving away time when clocked in

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 7:57 AM, James TD Smith wrote: I've been using org with this patch for a couple of days and I've found a problem. I have several remember templates for handling phone calls, which clock in automatically. org-clock-resolve fails when the remember buffer is open, I think

[Orgmode] Re: Added support for habit tracking

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 10:02 AM, Matt Lundin wrote: 1. The syntax for defining habits seems fairly complex. One must add a repeating scheduled timestamp, a repeating deadline timestamp and a property. I was wondering if there could be anyway to automate creating new habits---e.g., a dialog that

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 11:29 AM, Carsten Dominik wrote: 4. I currently use the tag :HABIT: to track habits. This allows for easy filtering in the agenda. I'm wondering whether there might be an option to designate habits with a user-defined tag rather than the STYLE property. The advantage

[Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Matthew Lundin
John Wiegley jwieg...@gmail.com writes: On Oct 20, 2009, at 10:02 AM, Matt Lundin wrote: 1. The syntax for defining habits seems fairly complex. One must add a repeating scheduled timestamp, a repeating deadline timestamp and a property. I was wondering if there could be anyway to automate

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Marcelo de Moraes Serpa
This is very exciting, thanks a lot, I was looking on how to track my recurrent tasks, and you just came with a full-fledged solution plus some new concepts I did not know. Thanks! However, how do I apply these patches? I tried with patch, like this: patch -p0 name_of_the_patch_file.patch (in

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 1:13 PM, Marcelo de Moraes Serpa wrote: However, how do I apply these patches? I tried with patch, like this: patch -p0 name_of_the_patch_file.patch (in the org-mode root directory, relatively to the lisp subdir) but it did not seem to work. Hi Marcelo, The habits code

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Marcelo de Moraes Serpa
Oh, cool, thanks for the info John. Another stupid question: I did not find any references to habit-mode anywhere in the online org manual. Am I looking in the wrong place? Thanks, Marcelo. On Tue, Oct 20, 2009 at 12:19 PM, John Wiegley jwieg...@gmail.com wrote: On Oct 20, 2009, at 1:13 PM,

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Samuel Wales
On Tue, Oct 20, 2009 at 09:48, John Wiegley jwieg...@gmail.com wrote: I agree with you here, and think that a more comprehensive SCHEDULED syntax might be just the fix.  I'll look into this.  Perhaps using a syntax like !+2/2. I wonder if we can switch to something a little more like

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Marcelo de Moraes Serpa
Hmm, I had to put (require 'org-habit) in my .emacs, was that implicitly required or is org supposed to load it automatically? On Tue, Oct 20, 2009 at 1:30 PM, Samuel Wales samolog...@gmail.com wrote: On Tue, Oct 20, 2009 at 09:48, John Wiegley jwieg...@gmail.com wrote: I agree with you here,

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 2:38 PM, Marcelo de Moraes Serpa wrote: Hmm, I had to put (require 'org-habit) in my .emacs, was that implicitly required or is org supposed to load it automatically? The habit support is optional, and should not incur any runtime or load-time costs for those who don't

Re: [Orgmode] Re: Added support for habit tracking

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 2:30 PM, Samuel Wales wrote: I wonder if we can switch to something a little more like extensible syntax. This would use keywords instead of symbols, for ease of remembering, looking up, etc. I've implemented .+1d/3d type syntax. What do you propose? John

Re: [Orgmode] Added support for habit tracking

2009-10-20 Thread Sven Bretfeld
Hi John and all others John Wiegley jwieg...@gmail.com writes: To test out this new feature, apply the attached patches and read the new manual section on Tracking your habits. Just tested this feature. No graph to be seen! What's wrong? I cloned and installed the git-version (M-x

Re: [Orgmode] Added support for habit tracking

2009-10-20 Thread Sven Bretfeld
Sven Bretfeld sven.bretf...@gmx.ch writes: Hi John and all others John Wiegley jwieg...@gmail.com writes: To test out this new feature, apply the attached patches and read the new manual section on Tracking your habits. Just tested this feature. No graph to be seen! What's wrong? Ok.

Re: [Orgmode] Added support for habit tracking

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 8:56 PM, Sven Bretfeld wrote: Sven Bretfeld sven.bretf...@gmx.ch writes: Hi John and all others John Wiegley jwieg...@gmail.com writes: To test out this new feature, apply the attached patches and read the new manual section on Tracking your habits. Just tested

Re: [Orgmode] Added support for habit tracking

2009-10-20 Thread John Wiegley
Ok, the following changes today have been submitted for inclusion: - Habit appears in mode-line when Habits are being displayed - Habits no longer use a DEADLINE, but .+1d/3d, to indicate a range. Use .+1d if the min and max are the same. - org-habit uses faces for all its colors, and

Re: [Orgmode] pstricks in org-mode?

2009-10-20 Thread Johan Ekh
No luck! I did not manage to create an interest in the AucTeX mailing list for using AucTeX preview-latex in org-mode. Does anyone have an idea how to proceed with this? I really think that it would be a good feature to be able to work with pstricks code in org-mode. I'm I the only one to think

[Orgmode] New welcome message

2009-10-20 Thread Carsten Dominik
Hi everyone, I have just installed the following text as the new welcome message to this mailing list. You are all members already, so I am copying it here. - Carsten --- Welcome to the Org-mode mailing list.

Re: [Orgmode] agenda flag in mode-line?

2009-10-20 Thread Eraldo Helal
That will not work on my system since my org files are spread across maaany gigabytes of files. But thanks for the feedback. Any other ideas? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Added support for habit tracking

2009-10-20 Thread Marcelo de Moraes Serpa
Hey, I learned a new thing, the org-modules thing... Anyway, I don't have much time to play with it now, but I can say this is a feature I've been looking/trying to implement with current org functionalities for a long time, I will get at home tonight, brainstorm about my recurring tasks/habits

[Orgmode] For all you IRC types

2009-10-20 Thread John Wiegley
I've started the channel #orgmode on irc.freenode.net, for the discussion of all things Org and Emacs and between! Come join us! John ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] For all you IRC types

2009-10-20 Thread Paul Holcomb
On Tue, Oct 20, 2009 at 06:17:05PM -0400, John Wiegley wrote: I've started the channel #orgmode on irc.freenode.net, for the discussion of all things Org and Emacs and between! Come join us! #org-mode already exists... -- Paul Holcomb *pholcomb\@

Re: [Orgmode] For all you IRC types

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 6:16 PM, Paul Holcomb wrote: On Tue, Oct 20, 2009 at 06:17:05PM -0400, John Wiegley wrote: I've started the channel #orgmode on irc.freenode.net, for the discussion of all things Org and Emacs and between! Come join us! #org-mode already exists... Just found that out.

Re: [Orgmode] For all you IRC types

2009-10-20 Thread Greg Newman
irssi! :) On Oct 20, 2009, at 6:21 PM, John Wiegley wrote: On Oct 20, 2009, at 6:16 PM, Paul Holcomb wrote: On Tue, Oct 20, 2009 at 06:17:05PM -0400, John Wiegley wrote: I've started the channel #orgmode on irc.freenode.net, for the discussion of all things Org and Emacs and between! Come

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-20 Thread Andreas Burtzlaff
On Tue, 20 Oct 2009 10:12:42 +0200 Andreas Burtzlaff and...@gmx.net wrote: On Mon, 19 Oct 2009 20:40:54 -0700 Samuel Wales samolog...@gmail.com wrote: I have a huge number of Firefox tabs that I want to get into org. Figuring out how has gotten complicated, despite good documentation

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-20 Thread Samuel Wales
Thanks, James. -- Q: How many CDC scientists does it take to screw in a lightbulb? A: You only think it's dark. -- CDC has DENIED CFS since the 1980s == Retrovirus: http://www.wpinstitute.org/xmrv/xmrv_qa.html

[Orgmode] [off-topic/GTD]Only Next Actions list to rule them all ?

2009-10-20 Thread Marcelo de Moraes Serpa
Hello list, This is for the GTD orgers out there. I've taken the article written by Charles as a basis for my GTD implementation. In the end, it's all about what works for you, but I'd like to get some insights/opinions from you: For Next Actions, are you using a single list OR you organize them

Re: [Orgmode] Integration with jsMath for HTML export of latex equations (feature request)

2009-10-20 Thread Darlan Cavalcante Moreira
I was alreade doing that but it was replace by $alpha;$ in the html file. However, the option #+OPTIONS: LaTeX:nil solves the problem. At last, I wrote an org file with instructions on how to use jsMath with Org. Thanks again Carsten, Darlan jsMath.org Description: Binary data At Tue, 20

Re: [Orgmode] [off-topic/GTD]Only Next Actions list to rule them all ?

2009-10-20 Thread Manish
On Wed, Oct 21, 2009 at 10:45 AM, Marcelo de Moraes Serpa wrote: Hello list, This is for the GTD orgers out there. I've taken the article written by Charles as a basis for my GTD implementation. In the end, it's all about what works for you, but I'd like to get some insights/opinions from