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 08:4

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

2010-09-14 Thread Darlan Cavalcante Moreira
t want to see this' a=1:10 b=a+2 #+end_src --8<---cut here---end--->8--- where the ":results" argument would not be necessary to specify "functional mode". -- Darlan At Tue, 14 Sep 2010 16:40:48 +0100, Dan Davison wrote: &

[Orgmode] Problem when previewing latex fragments

2010-09-16 Thread Darlan Cavalcante Moreira
Hello list, When I run org-preview-latex-fragment (C-c C-x C-l) I get the error , ! org-create-formula-image: Symbol's function definition is void: ! org-export-latex-fix-inputenc ` However, I run org-reload it works (until I close my gtd.org file and open it again). I'm running the late

Re: [Orgmode] Problem when previewing latex fragments

2010-09-17 Thread Darlan Cavalcante Moreira
;t work, unless I run org-reload before. I tried to checkout a fresh copy from the repo and run only make autoloads, but the problem remains, which is strange if I'm the only one with this problem. -- Darlan At Thu, 16 Sep 2010 21:38:58 +0200, Sebastian Rose wrote: > > Darlan

Re: [Orgmode] Problem when previewing latex fragments

2010-09-17 Thread Darlan Cavalcante Moreira
:54 -0400, Nick Dokos wrote: > > Darlan Cavalcante Moreira wrote: > > > > > Hi Sebastian, > > > > Make only tells me that there is nothing to be done. All I do (since a > > long time) is calling "git pull" to get the latest changes and then m

Re: [Orgmode] Problem when previewing latex fragments

2010-09-19 Thread Darlan Cavalcante Moreira
d that the > wrong > org-latex is being loaded. > > - Carsten > > > > > -- > > Darlan > > > > > > At Thu, 16 Sep 2010 21:38:58 +0200, > > Sebastian Rose wrote: > >> > >> Darlan Cavalcante Moreira writes: > >>

Re: [Orgmode] org-crypt and org-mobile-crypt; user info?

2010-10-21 Thread Darlan Cavalcante Moreira
I'm new to org-crypt, but I was able to make it work last week. First, I created a PGP key using seahorse (not required, but make thinks easier). Then I put the code below in my .emacs file --8<---cut here---start->8--- (require 'org-crypt) (org-crypt-use-befor

Re: [Orgmode] org-mode completion tip

2010-11-05 Thread Darlan Cavalcante Moreira
There's yet another option. You can press ESC (release it) and then TAB. This is valid for all shortcuts that use the Meta key. It is not very practical if you want to use the shortcut several times in secession, but for a single use such as the completion in org it works very well for me. -- Dar

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Darlan Cavalcante Moreira
You could also use org-babel to get a new table with only the desired columns. -- Darlan At Tue, 23 Nov 2010 08:18:40 -0500, Nick Dokos wrote: > > Suvayu Ali wrote: > > > Hi, > > > > I recently was in a situation where I had tables like these, > > > > > > || smear param | \chi^2/DoF

Re: [Orgmode] Highlight special string

2010-11-26 Thread Darlan Cavalcante Moreira
Not exactly what you want, but for temporary highlights (useful for instance to see if you are repeating the same word too much in a text) you can use hi-lock-mode. Turn hi-lock-mode on with M-x hi-lock-mode. Then you can highlight a word with "C-x w h" (highlight-regexp) or a the line containing

Re: [Orgmode] Orgmode and Unicode characters

2010-12-06 Thread Darlan Cavalcante Moreira
If changing the actual character in the file is be the best option (maybe it could cause problems for the exporters), then an approach similar to org-pretty-entities could be used for this. -- Darlan At Mon, 6 Dec 2010 11:19:55 +0200, Dov Grobgeld wrote: > > Even though this announcement looks

Re: [Orgmode] Disputed keys

2010-12-21 Thread Darlan Cavalcante Moreira
I use the function other-frame for that, which is bound to `C-x 5 o' as Suvayu mentioned. To make this easier (since I use it frequently) I just bind "other-frame" to "C-c o" with (global-set-key "\C-co"'other-frame) This works very well for me. -- Darlan At Sun, 19 Dec 2010 21:49:53 -0800

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-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] (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] "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

[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] 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] 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] 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

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] 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] 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] 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] 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] 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] 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] 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] 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

[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] Hidden-tags / tags saved in :PROPERTIES:

2009-11-11 Thread Darlan Cavalcante Moreira
This does not sound crazy at all and there is another thread discussing this ([Orgmode] Best way to implement Keywords feature). I suggested something similar: storing some tags in a property that can still be used for searching but without polluting the agenda. The user would be able to see thes

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

2009-11-11 Thread Darlan Cavalcante Moreira
: > > Darlan Cavalcante Moreira writes: > > > 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. >

Re: [Orgmode] Ignore some lines when using org-plot/gnuplot

2009-11-15 Thread Darlan Cavalcante Moreira
s for this Eric. It sure opens a lot of possibilities. - Darlan At Sat, 14 Nov 2009 20:34:55 -0700, Eric Schulte wrote: > > Darlan Cavalcante Moreira writes: > > > Hi everybody, > > > > Is there a way to ignore some lines when using org-plot/gnuplot to plot a > >

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Darlan Cavalcante Moreira
I usually make my presentations in beamer as below. , | \begin{frame} | \frametitle{This is the frametitle} | \begin{itemize} | \item Some information | \begin{itemize} | \item Some information in a subitem | \end{itemize} | \item more information | \item more in

Re: [Orgmode] Re: latex export and beamer columns

2009-11-26 Thread Darlan Cavalcante Moreira
Maybe a simpler notation could be used instead direct latex since we are talking about official support for beamer in org-mode. For instance , | * Teste beamer: This is a Section | *** Teste beamer: This is a Subsection | * This is the frame title | Frame content | | * This is

Re: [Orgmode] beamer columns

2009-11-30 Thread Darlan Cavalcante Moreira
Hello Carsten and all, I have sent a suggestion in the beamer thread about using comments for columns, but I didn't receive my own message from the mailing list (as usual). Therefore I'm assuming no one else has received it and I'm going to repeat it here (sorry if this is a duplicate). The id

Re: [Orgmode] [OT] Emacs for email?

2009-12-01 Thread Darlan Cavalcante Moreira
I use wanderlust for email (including this list) and it works really well with imap. I was somewhat hard to configure, but now that everything is working I don't feel like going back to my previous e-mail client (evolution). - Darlan Cavalcante At Tue, 1 Dec 2009 15:34:24 -0600, Keith Lancaste

Re: [Orgmode] How to "snooze" a repeating item

2009-12-01 Thread Darlan Cavalcante Moreira
That's what I would do too. Also, I suggest making this entry an "habit" with org-habit to see if you like it. At Tue, 01 Dec 2009 18:09:17 -0500, Nick Dokos wrote: > > Andrew M. Nuxoll wrote: > > > I've been using org-mode for four months now and I just love it. So I > > think I'm post-ne

Re: [Orgmode] [OT] Emacs for email?

2009-12-03 Thread Darlan Cavalcante Moreira
02 at 22:04 +0100, David Maus wrote: > > At Wed, 02 Dec 2009 08:43:51 -0500, > > Matt Price wrote: > > > > > > [1 ] > > > [1.1 ] > > > On Tue, 2009-12-01 at 20:57 -0300, Darlan Cavalcante Moreira wrote: > > > > I use wanderlust

[Orgmode] Bug: Preview Latex fragments should include definitions in #+LATEX_HEADER: [6.33trans (release_6.33f.71.g0969.dirty)]

2009-12-07 Thread Darlan Cavalcante Moreira
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [Orgmode] Beamer support in Org-mode

2009-12-10 Thread Darlan Cavalcante Moreira
At Thu, 10 Dec 2009 17:09:33 +0100, Carsten Dominik wrote: > > > On Nov 26, 2009, at 7:29 PM, Darlan Cavalcante Moreira wrote: > > > > > > > I usually make my presentations in beamer as below. > > , > > | \begin{frame} > > | \frametitl

Re: [Orgmode] Beamer support in Org-mode

2009-12-15 Thread Darlan Cavalcante Moreira
I also thought about suggesting this approach, but the problem is that footnotes and "beamer notes" are really two different things. Beamer notes can be anything such as tables, figures, several lines of text (with itemize), display equations, etc.. At least for me, these examples of beamer notes

Re: [Orgmode] Organizing a students live

2009-12-18 Thread Darlan Cavalcante Moreira
The best thing about org-mode is that it is very flexible and anyway you fell comfortable with is good way. For me, I prefer to use SCHEDULED and DEADLINE only for tasks and active time stamps for appointments or special dates (birthdays, for example). For instance, if you have Math classes on Mo

Re: [Orgmode] Beamer support in Org-mode

2009-12-20 Thread Darlan Cavalcante Moreira
erefore, a headline below the frame headline seems to be a good approach. Also, if the beamer notes are not desired when exporting to other formats one could add a tag to the "notes headline" and use the already available feature of not exporting headlines with a given tag. - Darlan Cavalc

Re: [Orgmode] Re: OrgmodeWiki Support

2009-12-20 Thread Darlan Cavalcante Moreira
ode for this with the already available functionality). - Darlan Cavalcante Moreira At Fri, 18 Dec 2009 16:59:22 +0100, Carsten Dominik wrote: > > > On Dec 18, 2009, at 3:19 PM, Adam Spiers wrote: > > > On Fri, Dec 18, 2009 at 01:15:59PM +0100, Carsten Dominik wrote: > &g

Re: [Orgmode] Export to LaTeX without "surroundings"?

2009-12-22 Thread Darlan Cavalcante Moreira
hen call a function to send the table as a latex table to a specified place in the same file. It is really nice and you can use all of the spreadsheet operations. - Darlan Cavalcante Moreira At Tue, 22 Dec 2009 13:45:05 +0100, Karl Maihofer wrote: > > Hi, > > is there a way to only ex

Re: [Orgmode] Know what has been done for a certain date ?

2009-12-23 Thread Darlan Cavalcante Moreira
tems would be showed only once with the summed total time (I only need the duration I worked in a task during the day). At last, some tasks such as reading E-mail and other stuff I don't include in the report have tags that I exclude from the agenda view. - Darlan Cavalcante Moreira At Wed, 23

Re: [Orgmode] protocol for PDFs?

2010-01-02 Thread Darlan Cavalcante Moreira
k to a PDF file. Since I prefer using Evince instead of docview mode I would be very happy to test it. - Darlan Cavalcante Moreira At Sat, 02 Jan 2010 00:28:14 -0800, D M German wrote: > > > hi there, > > I am trying to add support in Evince and Xournal for org. I have alrea

Re: [Orgmode] Beamer support in Org-mode

2010-01-04 Thread Darlan Cavalcante Moreira
to be implemented. - Darlan Cavalcante Moreira At Mon, 4 Jan 2010 10:07:10 +0100, Carsten Dominik wrote: > > > On Jan 4, 2010, at 12:22 AM, Russell Adams wrote: > > > Carsten, > > > > I've seen properties and sub-headlines proposed, but what about > > something

Re: [Orgmode] Bug: Problems with missing newline on last line of narrowd subtree [6.33trans (release_6.33f.129.g904a)]

2010-01-04 Thread Darlan Cavalcante Moreira
Cavalcante Moreira At Mon, 4 Jan 2010 14:55:11 +0100, Carsten Dominik wrote: > > Hi David, > > On Dec 17, 2009, at 9:47 PM, David Maus wrote: > > > > > Remember to cover the basics, that is, what you expected to happen and > > what in fact did happen. You don

Re: [Orgmode] Bug: Preview Latex fragments should include definitions in #+LATEX_HEADER: [6.33trans (release_6.33f.71.g0969.dirty)]

2010-01-04 Thread Darlan Cavalcante Moreira
It now works perfectly. Thanks for the hard work Carsten. - Darlan Cavalcante Moreira At Fri, 1 Jan 2010 11:18:59 +0100, Carsten Dominik wrote: > > Hi Darlan, > > I have now finally implemented your request - but not tested it. > Could you please, at your earliest possible

Re: [Orgmode] TODO list in new buffer?

2010-01-05 Thread Darlan Cavalcante Moreira
an indirect buffer narrowed to that subtree. - Darlan Cavalcante Moreira At Tue, 5 Jan 2010 17:15:32 -0800, Sam Cramer wrote: > > I'm a new org-mode user. It's a really nice piece of work, and I'm having a > good time using it to organize a bunch of work-related tasks!

Re: [Orgmode] Re: New beamer support

2010-01-07 Thread Darlan Cavalcante Moreira
org this restriction can get into the way. This is not a big deal, but maybe others are also interested in this. - Darlan Cavalcante Moreira At Thu, 07 Jan 2010 09:41:29 +0100, Sébastien Vauban wrote: > > Hi Carsten, > > Carsten Dominik wrote: > > On Jan 6, 2010, at 5:22 PM

Re: [Orgmode] Re: New beamer support

2010-01-07 Thread Darlan Cavalcante Moreira
the beamer author didn't make it the default behavior. Maybe it is better to ask in a beamer mailing list the implications of setting this option for every frame. - Darlan Cavalcante Moreira At Thu, 07 Jan 2010 17:16:55 +0100, Sébastien Vauban wrote: > > Hi Carsten and Darlan, >

Re: [Orgmode] Hierarchical checkbox summary works on one machine but not another

2010-01-14 Thread Darlan Cavalcante Moreira
As I understand, the cookie in "Total Food" should actually say [0/0], since Fruits, Vegetables and Drinks are not checkboxes. At least this is how it works for me with TODO items. - Darlan Cavalcante Moreira At Thu, 14 Jan 2010 11:43:20 + (UTC), Charles Cave wrote: > &g

Re: [Orgmode] Global agenda views creates lots of buffers.

2010-01-14 Thread Darlan Cavalcante Moreira
I don't know if there is a reason, but pressing "x" in the agenda will close all org buffers that were opened by the agenda. The files that you opened yourself won't be closed. Maybe the reason is that if you change anything in the agenda these org files would have to be opened in order to be mod

Re: [Orgmode] [org-beamer] inline slides?

2010-01-28 Thread Darlan Cavalcante Moreira
I can see the merit of your idea about writing the slides when writing the thesis, but you could also create a "Presentation" headline at the and of the org file and put commented anchor and links in the the thesis and in the slides. This would allow you to easily jump from on to another. Another

Re: [Orgmode] ASCIIMathML or LaTeXMathML for HTML?

2010-01-29 Thread Darlan Cavalcante Moreira
A good alternative for creating web pages with math is using jsMath [1]. It uses java script to replace latex notation with symbols in some fonts provided by it. It works really well after everything is setup and does not suffer the problem of poor mathML support by some browsers, since its only j

Re: [Orgmode] Only show a certain weekday in the agenda view

2010-02-02 Thread Darlan Cavalcante Moreira
You can use day view ("v d" in the agenda) in a Thursday. When you want to go to the next one just pass a prefix argument 7 and then hit "f" to go forward. You could also create a function that do this and assign a key for it in the agenda. - Darlan At Mon, 1 Feb 2010 10:57:07 +0100, Björn Stef

Re: [Orgmode] Dated appointment reminders

2010-02-15 Thread Darlan Cavalcante Moreira
I use headers with deadlines without any TODO keyword for deadlines of events. When I don't want to see them anymore in my agenda (they already happened or I don't care about them anymore) I just change the date in the DEADLINE to an inactive one (surrounded by [] instead of <>). Its easy, it work

Re: [Orgmode] Ordered lists with alphabetic tags?

2010-02-15 Thread Darlan Cavalcante Moreira
Maybe there is a better solution, but you can achieve this with ** What's your favourite subject? #+LaTeX: \renewcommand{\theenumi}{\Alph{enumi}} 1. Math 2. Science 3. English #+LaTeX: \renewcommand{\theenumi}{\arabic{enumi}} The second #+Latex is just to go back to the default behaviour. Also,

Re: [Orgmode] org-babel for matlab?

2010-02-17 Thread Darlan Cavalcante Moreira
This is also important for me (in fact, for octave). For now I used the template file and I can tangle the code correctly, but since I didn't implement any function for code execution tangling is all I've got. - Darlan At Tue, 16 Feb 2010 21:16:44 +0100, Bob Jansen wrote: > > Hi list, > > Has

Re: [Orgmode] [babel] org-babel for matlab?

2010-02-18 Thread Darlan Cavalcante Moreira
own .emacs file). - Darlan org-babel-matlab.el Description: Binary data org-babel-octave.el Description: Binary data At Wed, 17 Feb 2010 11:45:14 -0500, Dan Davison wrote: > > Darlan Cavalcante Moreira writes: > > > This is also important for me (in fact, f

Re: [Orgmode] AI for orgmode

2010-03-19 Thread Darlan Cavalcante Moreira
a > time to get started. Get people outlining and exporting to something useful > in the first day and I think more will stick around to realize the full > depth of what org-mode can do. > > > John > > > > > > >

Re: [Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once

2010-03-24 Thread Darlan Cavalcante Moreira
In Beamer, you may specify the overlay for each item as below \begin{itemize} \item <+-> appear from start (could be <1->, but <+-> is better in case we change item order) \item <2> only showed in the second "page of the slide" \item <3-4> showed in pages 3 and 4 \item <4-> showed fro

Re: [Orgmode] Re: Timeline of completed tasks?

2010-03-25 Thread Darlan Cavalcante Moreira
You may also show archived items with "v A". If you turn on the log with "v l" and show archived items with "v A" you have a great way to see what you did. Even better if you change, for instance, to the month view with "v m". - Darlan At Thu, 25 Mar 2010 00:15:53 -0700, Ryan Thompson wrote: >

Re: Switch language on heading lines in Latex export (was Re: [Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once)

2010-03-25 Thread Darlan Cavalcante Moreira
I think this behavior in org-mode is correct. For instance, suppose we have the heading below , | * Some heading | - \textbf{lalala} | - {\textbf lelele} | - \alert{lilili} ` In the first item org will recognize this is a Latex command and the brackets will be passed to Latex withou

Re: Switch language on heading lines in Latex export (was Re: [Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once)

2010-03-26 Thread Darlan Cavalcante Moreira
g are created with "#+MACRO:". - Darlan At Thu, 25 Mar 2010 21:48:07 +0900, Christian Wittern wrote: > > Darlan, > > Thank you again. I think I understand the problem now. > > On 2010-03-25 20:02, Darlan Cavalcante Moreira wrote: > > Summarizing, define yo

Re: [Orgmode] Re: LaTeX package dependencies

2010-03-26 Thread Darlan Cavalcante Moreira
I install almost every latex package from the texlive distribution in the official repositories from Ubuntu (9.10) including textlive-fonts-extra and I don't have the MnSymbol package. - Darlan At Fri, 26 Mar 2010 10:00:47 -0400, Matt Lundin wrote: > > Mikael Fornius writes: > > > * texlive

Re: [Orgmode] [OT] Re: Org mode and emacs email

2010-03-31 Thread Darlan Cavalcante Moreira
Whenever I send an E-mail in wanderlust it sends a copy to me, except in mailing lists (since I will already receive the E-mail through the mailing list). Maybe this is not the most elegant way, but it works very well and I don't have to even think about this. - Darlan At Tue, 30 Mar 2010 21:15:

Re: [Orgmode] Spreadsheet FR

2010-04-02 Thread Darlan Cavalcante Moreira
How can you expand/narrow the disabled lines if you want to show/hide them? This will probably interfere with normal TAB use inside a table. I think that the ability to "disable" some lines based on data in a column, such as in your example, can be very useful. But maybe we don't need to really c

Re: [Orgmode] Latex inline Latex image

2010-04-07 Thread Darlan Cavalcante Moreira
You can preview the equations with org-preview-latex-fragment (C-c C-x C-l). Use C-c C-c to remove the previews. It works very well. - Darlan At Tue, 6 Apr 2010 21:24:30 -0400, Chao Lu wrote: > > [1 ] > [1.1 ] > Dear all, > > Is it possible to display the latex equation as inline image in O

Re: [Orgmode] Escaping braces and org-export-latex-classes behaviour

2010-04-17 Thread Darlan Cavalcante Moreira
I think the correct would be using Latex syntax like \color{red}{whatever}. If you write using plain Tex syntax like {\color{red}whatever} org will not understand that the outer curly brackets are part of the command. -- Darlan 2010/4/16 Giulio Fella : > Hi, > > I have just upgraded from 6.33tr

[Orgmode] [org-babel] Feature request: Get a scalar for "data=example-table[0, 1]"

2010-04-21 Thread Darlan Cavalcante Moreira
In the org-babel documentation we see that one can pass a single element from a table to a babel source block with , ! :var data=example-table[0,1] ` I assumed that I would get a scalar value, but it seems that I still get a table (but with only one element). For instance, if I have the ta

Re: [Orgmode] [org-babel] Feature request: Get a scalar for "data=example-table[0, 1]"

2010-04-21 Thread Darlan Cavalcante Moreira
ading message.el I can now use message-mark-inserted-region, which is much better than boxquote-region for code snippets. Thank you again, Darlan 2010/4/21 Eric Schulte : > Hi Darlan, > > Darlan Cavalcante Moreira writes: > >> In the org-babel documentation we see that one can pass a

Re: [Orgmode] Re: Limited #+INCLUDE ?

2010-04-27 Thread Darlan Cavalcante Moreira
ittle > fragile. > > > ___ > 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 > -- Darlan Cavalcante Moreira

Re: [Orgmode] Tag table entries?

2010-05-04 Thread Darlan Cavalcante Moreira
For that I just use separate tables. I use a headline for each month, say "May 2010" and subheadings for each category (groceries, bills, transport, etc.) with a corresponding table in each one. Each table calculates the total for that category and has a unique name, say "BillsMay2010". All of th

Re: [Orgmode] Tag table entries?

2010-05-05 Thread Darlan Cavalcante Moreira
> Would you like to share your yasnippet and any other settings that you have > worked out? > It would help me alot! > > Thanks! > > Johan > > On Tue, May 4, 2010 at 10:36 AM, Darlan Cavalcante Moreira < > darc...@gmail.com> wrote: > > > > > For t

Re: [Orgmode] Poll: Who is using these commands

2010-05-08 Thread Darlan Cavalcante Moreira
t; - Carsten > > > > > > ___ > 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 > -- Darlan Cavalca

Re: [Orgmode] when do plain lists end?

2010-05-20 Thread Darlan Cavalcante Moreira
I remember have seen this question here in the list before. Org understands that the paragraph is not part of the list when you export it and everything works as it should. I think this is just a limitation of the folding right now, which is not easy to fix (otherwise it would have already been f

Re: [Orgmode] org-entities-user

2010-05-20 Thread Darlan Cavalcante Moreira
You can also type , ! C-x 8 RET ` and then the hex code, instead of changing the input method in Emacs. . For instance, , ! C-x 8 RET 221d ` Darlan At Thu, 20 May 2010 09:53:31 +0200, Christian Moe wrote: > > Hi, > > > Nathaniel Flath wrote: > > Hello, > > I've been setting u

Re: [Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Darlan Cavalcante Moreira
Whenever I use remember or refile a subtree org-mode automatically sets the bookmarks "org-refile-last-stored" and "org-remember-last-stored". Therefore I can use the standard emacs bookmark system for that ("C-x r l" to list all bookmarks). -- Darlan At Thu, 10 Jun 2010 09:14:27 -0400, Bernt Ha

Re: [Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-11 Thread Darlan Cavalcante Moreira
tly, there's no hack, it's just what remember does > (sets the bookmark) to implement org-remember-goto-last-stored. Cool. > > -Original Message- > From: Bastien Guerry [mailto:bastiengue...@googlemail.com] On Behalf Of > Bastien > Sent: Thursday, June 10, 201

Re: [Orgmode] Entries title in agenda view

2010-06-21 Thread Darlan Cavalcante Moreira
You can set the CATEGORY property of each customer as the customer name, for instance. If you need more context, set the CATEGORY property of the project with something that tells you the customer and the project. -- Darlan At Mon, 21 Jun 2010 19:09:24 +0200, Julien Danjou wrote: > > Hi, > >

Re: [Orgmode] New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Darlan Cavalcante Moreira
Hello Carsten, The new capture interface is really neat and I have the impression that it will be even better in the future. Many Thanks! I have only a few suggestions. - It would be nice if "q" in the "choose template menu" quit the selection if the user did not assign any template to the "

Re: [Orgmode] New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Darlan Cavalcante Moreira
:05 PM, Darlan Cavalcante Moreira wrote: > > > > > Hello Carsten, > > > > The new capture interface is really neat and I have the impression > > that it > > will be even better in the future. Many Thanks! > > > > I have only a few suggestions. >

Re: [Orgmode] [PATCH] Provide customization variable to disable folder check when open link.

2010-07-02 Thread Darlan Cavalcante Moreira
As an org-mode and wanderlust user I can say that this is indeed much better now. Thanks -- Darlan At Thu, 1 Jul 2010 15:50:23 +0200, Carsten Dominik wrote: > > Applied, thanks. > > - Carsten > > On Jun 30, 2010, at 9:54 AM, David Maus wrote: > > > * org-wl.el (org-wl-disable-folder-check)

Re: [Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Darlan Cavalcante Moreira
You can create a table in the task and possibly a template (with org capture) to easily add a new line to this table. Whenever you complete the task you add the information to the table and mark the task as DONE. An advantage of this is that you can use the org-babel powers to make whatever you wa

Re: [Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Darlan Cavalcante Moreira
run in each day (there is probably a way to use the inactive timestamps as values for the x axis). This would not be possible if you store the information as notes in the task. -- Darlan At Mon, 5 Jul 2010 11:31:59 -0700, Michael Gilbert wrote: > > On Jul 5,2010, at 2:01 AM, Dar

Re: [Orgmode] Re: Some problems with times in a spreadsheet

2010-07-22 Thread Darlan Cavalcante Moreira
I always use the formula editor even when I have a single formula. It will even highlight in the cells in the table related to the construct where the cursor is in (the region pointed by @-i...@-i, for instance). It also makes easy to change a cell reference using shift+arrows. To make it short,

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-08 Thread Darlan Cavalcante Moreira
Maybe my problem is not related to slow folding/unfolding behavior that you are getting, but if I set the org-src-tab-acts-natively variable to t the folding/unfolding of headlines becomes very slow for me. In fact, I was thinking that I had the problem described here, but I just isolated the cau

[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 writes: > > > Maybe my problem is not related to slow folding/unfolding behavior that you > > are getting, but if I set the org-

Re: [O] Attachments and refiling

2011-07-16 Thread Darlan Cavalcante Moreira
I use org-attach regularly and consider it to be a great feature of org-mode. Since I only attach to the sub-tree (instead of to a different file) I have not this problem. However, sometimes a set the attach directory of two different headings to the same folder (when it makes sense) and if org al

Re: [O] Attachments and refiling

2011-07-25 Thread Darlan Cavalcante Moreira
As I see changing the attach directory to point to the original one is the easiest solution that has no chances of breaking anything and would keep attachments working in the refiled/archived sub-trees. Maybe a org-attach-move-files function could also be implemented to easily move an attachment

Re: [O] Referring to ID in other Org-mode file

2011-07-25 Thread Darlan Cavalcante Moreira
You don't need to type this manually. Use org-store-link (usually "C-c l") in a sub-tree to store the link (it uses the sub-tree's id - it will ever create an id if there isn't one already). Then use org-insert-link (usually "C-c C-l") to insert the link. -- Darlan At Sat, 23 Jul 2011 18:45:01 +

Re: [O] Question about org-search-view and org-occur-in-agenda-files

2011-07-25 Thread Darlan Cavalcante Moreira
You can probably use custom agenda commands for this. See the documentation for the org-agenda-custom-commands and the corresponding section in the manual [1]. You can set the org-agenda-files and org-agenda-text-search-extra-files to point to the old project for some custom search. For instance,

Re: [O] Attachments and refiling

2011-07-28 Thread Darlan Cavalcante Moreira
Regarding (2), is this a design decision? Currently I have the ATTACH_DIR property of some headings set to a relative path from the org file and it works perfectly. That is, it is possible to use either absolute or relative path for the ATTACH_DIR property right now. But if this is a design decis

Re: [O] Attachments and refiling

2011-07-29 Thread Darlan Cavalcante Moreira
I requested this some time ago [1]. While there is not a built-in attach link type, org provides you with ways to easily create this functionality. In the setup part in my org-files I put --8<---cut here---start->8--- #+LINK: attach elisp:(org-open-file (org-at

Re: [O] Script: convert Tomboy/GNote XML to org-mode

2011-08-03 Thread Darlan Cavalcante Moreira
Thanks for sharing this. I've wanted to convert my tomboy notes to org-mode for some time. I downloaded the script and tried to run it with : ./tomboy2org.pl -help but I got the error message below --8<---cut here---start->8--- Can't locate Text/Format.pm in @I

Re: [O] undo archive

2011-08-04 Thread Darlan Cavalcante Moreira
I've been hit by this a few times when my fingers type the archive key-binding instead of the attach file key-binding. Undo has worked so far, but it may be a little trick sometimes. -- Darlan At Wed, 03 Aug 2011 14:20:24 -0500, Jason Dunsmore wrote: > > suvayu ali writes: > > > On Wed, Aug

  1   2   3   >