[Babel] [Orgmode] Strange bug in org-babel with python

2009-11-10 Thread Darlan Cavalcante Moreira
Hello org-users, Today I was bitten by a weird behavior when executing some python blocks with org-babel that really confused me, but after some trying and error I was able to isolate the problem. When a block has an import statement such as , | from some_module import * ` it works with

Re: [Orgmode] Re: Using shift and arrow keys to select lines in Aquamacs (in org-mode)

2009-11-10 Thread Darlan Cavalcante Moreira
One shortcut really nice when selecting some text is C-x C-x. It will change the cursor from one side of the selection to the other one. - Darlan At Tue, 10 Nov 2009 17:11:36 -0500, Saptarshi Guha wrote: > > Thank you Sebastian. The best way to emacs happiness is to use its keys. > These short

Re: [Orgmode] How to add entries to an org file, not diary

2009-11-10 Thread Darlan Cavalcante Moreira
Perfect, thanks! - Darlan At Tue, 10 Nov 2009 08:23:50 +0100, Carsten Dominik wrote: > > > On Nov 10, 2009, at 2:57 AM, Darlan Cavalcante Moreira wrote: > > > > > This is really nice. > > Thanks Carsten! > > > > I currently use a subtree in my main

Re: [Orgmode] How to add entries to an org file, not diary

2009-11-09 Thread Darlan Cavalcante Moreira
This is really nice. Thanks Carsten! I currently use a subtree in my main org file to put dates for appointments, birthdays, etc.. Having a native way to do that will save time and I my approach could became to cluttered in the future. I only miss an easy way to change the date of an appointment

Re: [Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Darlan Cavalcante Moreira
At Mon, 09 Nov 2009 07:27:19 -0500, Matthew Lundin wrote: > > Paul Mead writes: > > > Matthew Lundin writes: > > > >> > >> It will if you use brackets to perform a regexp match. E.g., > >> > >> Keyword={example1} > >> > >> (...assuming the property is "Keyword: example1 example2".) > >> > >> F

Re: [Orgmode] Re: contact management in org-mode?

2009-10-25 Thread Darlan Cavalcante Moreira
If there was someway to sync (two-way) bbdb with google contacts all problems would be solved for me, since I can sync my phone with google contacts and Evolution can read/write from/to google contacts (although nowadays I use wanderlust in Emacs instead of evolution, which obviously can use bbdb)

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-21 Thread Darlan Cavalcante Moreira
I just leave org-remember-store-without-prompt as t and use C-c C-c in the remember buffer to put the note in the default location. When I want to specify a different location I use M-1 C-c C-c instead and org asks me where to refile it to. Darlan At Wed, 21 Oct 2009 11:15:23 -0700, "Ryan C. Tho

Re: [Orgmode] Sage Math - Maybe some inspiration for org-babel

2009-10-21 Thread Darlan Cavalcante Moreira
Hi Eric, My comments are also inline At Wed, 21 Oct 2009 09:11:50 -0600, Eric Schulte wrote: > > Hi Darlan, > > Thanks for pointing out this interesting tool. > > my comment are inline below > > Darlan Cavalcante Moreira writes: > > > Hello org-users

Re: [Orgmode] Arrow keys in agenda view

2009-10-21 Thread Darlan Cavalcante Moreira
This was changed in version 6.30. Org now uses "f" and "b" to go forward and back in time in order to allow cursor motion in the agenda. See this http://orgmode.org/Changes.html#sec-2.1 follow-mode is now activated with "F" (it was "f" before) Darlan At Wed, 21 Oct 2009 14:34:56 +0200, Marco

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

2009-10-20 Thread Darlan Cavalcante Moreira
2009 17:17:46 +0200, Carsten Dominik wrote: > > > 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

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

2009-10-20 Thread Darlan Cavalcante Moreira
nks Carsten, Darlan At Tue, 20 Oct 2009 10:53:22 +0200, Carsten Dominik wrote: > > 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 ima

[Orgmode] Sage Math - Maybe some inspiration for org-babel

2009-10-19 Thread Darlan Cavalcante Moreira
Hello org-users I have been reading with attention the E-Mails about org-babel here on the list and decided to play with it a little this weekend. It reminded me about another great piece of software called "Sage Math" (Some screencasts here -> http://www.sagemath.org/help-video.html) that I have

Re: [Orgmode] LaTeX export of tables

2009-10-19 Thread Darlan Cavalcante Moreira
If you are going to export only to LaTeX then you may just write the table in latex syntax. Org-mode will recognize the latex environment and export it as it is for latex. For HTML the table will be exported as a image, since it is a "latex table" instead of an "org-mode table". It is not as conve

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

2009-10-16 Thread Darlan Cavalcante Moreira
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 equation in HTML. The problem is that when org-export-with-LaTeX-fragments is set to nil

Re: [Orgmode] "clearing" the state of an org-mode subtree

2009-10-10 Thread Darlan Cavalcante Moreira
It will be even easier if you narrow to the subtree before making the replacements with org-narrow-to-subtree (C-x n s) so that you don't risk changing anythong else. After you have done, run the command widen (C-x n w) to show the whole file again. Darlan At Sat, 10 Oct 2009 00:43:12 +0100, And

Re: [Orgmode] (Possible Feature Request) Hiding Tags in Agenda View/Implementing Contexts in Org

2009-10-08 Thread Darlan Cavalcante Moreira
If you have an org file for work stuff and another one for home stuff, each one with their respective filetags, then IMHO it is better simply not to set the @work and @home tags explicitly. If something is work related then refile it to the work org file instead of setting the @work tag. You lose

Re: [Orgmode] pstricks in org-mode?

2009-10-05 Thread Darlan Cavalcante Moreira
picture? > > Best regards, > Johan > > On Fri, Oct 2, 2009 at 8:34 PM, Darlan Cavalcante Moreira > wrote: > > > > > From the documentation it seems that org-mode uses dvipng. > > [[info:org:LaTeX%20fragments][info:org:LaTeX fragments]] > > But I don&

Re: [Orgmode] Re: LaTeX export of images

2009-10-05 Thread Darlan Cavalcante Moreira
At Sat, 3 Oct 2009 09:05:38 +0200, Carsten Dominik wrote: > > > On Oct 2, 2009, at 5:23 PM, Nick Dokos wrote: > > > Darlan Cavalcante Moreira wrote: > > > >> At Fri, 2 Oct 2009 08:55:22 +0200, > >> Carsten Dominik wrote: > >>> Do we ne

Re: [Orgmode] pstricks in org-mode?

2009-10-02 Thread Darlan Cavalcante Moreira
ow? > > Best regards, > Johan > > On Fri, Oct 2, 2009 at 3:28 PM, Darlan Cavalcante Moreira > wrote: > > > > > Remember that because pstricks use postscript commands it is necessary to > > take > > the long route in latex (latex->DVI->PS->PDF) instead

Re: [Orgmode] pstricks in org-mode?

2009-10-02 Thread Darlan Cavalcante Moreira
Remember that because pstricks use postscript commands it is necessary to take the long route in latex (latex->DVI->PS->PDF) instead of just using pdflatex. Therefore, if you put some pstricks code in the org-file and export to PDF to see the result then this is the reason, since the exporter seem

Re: [Orgmode] Re: LaTeX export of images

2009-10-02 Thread Darlan Cavalcante Moreira
replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode The Latex wikibook http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Wrapping_text_around_figures suggests the wrapfigure package, but it also warns that some manual adjustments is ofte

[Orgmode] Disable tag inheritance only for a specific subtree

2009-10-01 Thread Darlan Cavalcante Moreira
ssible) for the children of a specific section. I imagine something such as a property ":DISABLEINHERITANCETAGS: tag1,tag2,etc" added to the parent section. -- Darlan Cavalcante Moreira darc...@gmail.com ___ Emacs-orgmode mailing list Remember

Re: [Orgmode] Re: Merge tables

2009-09-29 Thread Darlan Cavalcante Moreira
st > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode If you only want to put the second table at the right of the first one I think that the functions kill-rectangle and yank-rectangle are enough. Select the second table (without the first | char) and run the command kill-rectangle (C-x r k), then put the cursor at the end of the first line of the first table and run the command yank-rectangle (C-x r y). -- Darlan Cavalcante Moreira darc...@gmail.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Problem with LaTeX snippets preview

2009-09-25 Thread Darlan Cavalcante Moreira
tras. It has since worked. If that > package is needed, it would be helpful to have it noted in the > documentation. > > On Fri, Sep 25, 2009 at 11:52 AM, Nick Dokos wrote: > > Darlan Cavalcante Moreira wrote: > > > >> How could I miss that? > >> > >

Re: [Orgmode] Problem with LaTeX snippets preview

2009-09-25 Thread Darlan Cavalcante Moreira
documentation of the org-preview-latex-fragment function? Thanks Carsten! -- Darlan Cavalcante Moreira darc...@gmail.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.o

Re: [Orgmode] Problem with LaTeX snippets preview

2009-09-25 Thread Darlan Cavalcante Moreira
Is there a variable where one can customize the options passed to dvipng? I use a high resolution and the generated image is small in the Emacs buffer and hard to read. -- Darlan Cavalcante Moreira darc...@gmail.com ___ Emacs-orgmode mailing list

Re: [Orgmode] bug?: C-e passes ellipses if no tags are present

2009-09-24 Thread Darlan Cavalcante Moreira
plished with some lines in the dotemacs file, it's good to have it as a default, IMHO. However, I'm not sure if this is against an "emacs convention", since in the Wanderlust E-Mail reader only C-a and C-e are remapped to modified functions as with org-mode right now. Maybe t

Re: [Orgmode] memory management in orgmode (supermemo)

2009-09-21 Thread Darlan Cavalcante Moreira
better than reimplementing supermemo algorithm in org-mode IMHO. Unfortunately, I don't think there is a d-bus interface for Anki. -- Darlan Cavalcante Moreira darc...@gmail.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] external link to openoffice.org file

2009-09-20 Thread Darlan Cavalcante Moreira
ut I still have to answer "yes" to open the file, since org-mode will execute a shell function. Only later I realized that this is not necessary. I can simple use [[some_file][Description]] and org-mode will use the information in the mailcap fi

Re: [Orgmode] no annual agenda entries for repeater interval "year"

2009-09-16 Thread Darlan Cavalcante Moreira
thing worked fine. However, seeing your E-Mail I decided to change it back to ++1y and it worked. -- Darlan Cavalcante Moreira darc...@gmail.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gn

[Orgmode] Feature Request: changes regarding attachments and subtasks

2009-09-02 Thread Darlan Cavalcante Moreira
ile1 or file2. My suggestion is that when I add a file to a subtask in this case it should add the property :Atachments: "filename" such that even if all files are stored in the same folder, only the files that I added to this subtask is a

<    1   2   3