[Orgmode] Re: [Bug] Abstract block prematurely ended by asterisk

2010-12-16 Thread Oscar Carlsson
Jeff Horn jrhorn...@gmail.com writes: Title says it all. The following code does not export correctly. (Reproduced from memory can anyone else confirm?) #+BEGIN_ABSTRACT *Bold Text.* This is a sentence. #+END_ABSTRACT The LaTeX code produced is (in full) #+BEGIN_SRC latex

[Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Oscar Carlsson
Rainer M Krug r.m.k...@gmail.com writes: Hi From time to time, I would like to mail an .org buffer. At the moment, I copy it into thunderbird and mail it - this is quite awkward. I assume, there must be a better way of doing this from within emacs?. I do not intend to switch to gnus or

Re: [Orgmode] Bug: minor issue with C-c C-c on babel block [7.4 (release_7.4.25.geb0d)]

2010-12-16 Thread Tomas Hlavaty
Hi Eric, I have just pushed up a fix for this issue. thanks a lot for the prompt fix! Kind Regards, Tomas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Jeff Horn
On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson oscar.carls...@gmail.com wrote: And then, I can send a org-file by attaching it to a mail in Emacs. Try C-x m to start a new mail buffer, attach with C-c C-a and send with C-c C-c. Does this attach the buffer or read it into the message? I

[Orgmode] disable automatic source block evaluation but allow manual

2010-12-16 Thread Andreas Leha
Hi all, is there an option (source block header argument) that allows to disable the evaluation of the block, but still allows C-c C-c to perform the evaluation? The header argument ':eval never' disables the evaluation completely. I'd like the C-c C-c to take precedence over this. So I guess I

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2010 09:25 AM, Jeff Horn wrote: On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson oscar.carls...@gmail.com wrote: And then, I can send a org-file by attaching it to a mail in Emacs. Try C-x m to start a new mail buffer, attach with C-c C-a

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Oscar Carlsson
Jeff Horn jrhorn...@gmail.com writes: On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson oscar.carls...@gmail.com wrote: And then, I can send a org-file by attaching it to a mail in Emacs. Try C-x m to start a new mail buffer, attach with C-c C-a and send with C-c C-c. Does this attach the

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Oscar Carlsson
Rainer M Krug r.m.k...@gmail.com writes: On 12/16/2010 09:25 AM, Jeff Horn wrote: On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson oscar.carls...@gmail.com wrote: And then, I can send a org-file by attaching it to a mail in Emacs. Try C-x m to start a new mail buffer, attach with C-c C-a and

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2010 11:38 AM, Oscar Carlsson wrote: Rainer M Krug r.m.k...@gmail.com writes: On 12/16/2010 09:25 AM, Jeff Horn wrote: On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson oscar.carls...@gmail.com wrote: And then, I can send a org-file by

[Orgmode] Re: [Babel] The first line of the code blocks disappears in the tangled file

2010-12-16 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: This is due to the fact that org mode code blocks in the presence of :results latex or :results html will actually convert their contents to the requested language using Org-mode's export mechanism. I believe that in this case the latex exporter wants the first

Re: [Orgmode] [PATCH] Quote any special characters in org-make-target-link-regexp

2010-12-16 Thread Carsten Dominik
Lawrence, thanks for the patch, with flawless ChangeLog and commit message! Patch accepted. - Carsten On Dec 14, 2010, at 4:01 PM, Lawrence Mitchell wrote: * lisp/org.el (org-make-target-link-regexp): regexp-quote target before replacing whitespace. Previously a radio link ... would match

[Orgmode] Bug in the :VISIBILITY: handling of folded PROPERTY?

2010-12-16 Thread Sébastien Vauban
#+TITLE: Example of file for which folded PROPERTY is not respected #+DATE: 2010-12-16 #+LANGUAGE: en_US * To #+begin_src csv :tangle addresses.csv FirstName,LastName,Address,PostCode,Town,Country Albert,Bellertelle,Rue de la Gare 19,5000,Namur, #+end_src * Subject, opening and closing

Re: [Orgmode] [PATCH 2/2] Allow to retrieve email link date

2010-12-16 Thread Carsten Dominik
Applied, thanks! - Carsten On Dec 14, 2010, at 3:32 PM, Julien Danjou wrote: * org.el (org-email-link-description): Allow to retrieve email link date. Signed-off-by: Julien Danjou jul...@danjou.info --- lisp/org.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

Re: [Orgmode] [PATCH 1/2] org-gnus: trim date

2010-12-16 Thread Carsten Dominik
Applied, thanks. - Carsten On Dec 14, 2010, at 3:32 PM, Julien Danjou wrote: * org-gnus.el (org-gnus-store-link): Trim date. Signed-off-by: Julien Danjou jul...@danjou.info --- lisp/org-gnus.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-gnus.el

Re: [Orgmode] allow table* specification with #+ATTR_LaTeX:

2010-12-16 Thread Eric Schulte
Hi Tom, Thanks for the informative list. I had no idea LaTeX supported so many table options. How about I update the patch so that is supports the following sets of mutually exclusive options... - longtable :: wraps the table in a longtable with no table or tabular wrappers --

Re: [Orgmode] disable automatic source block evaluation but allow manual

2010-12-16 Thread Eric Schulte
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, is there an option (source block header argument) that allows to disable the evaluation of the block, but still allows C-c C-c to perform the evaluation? The header argument ':eval never' disables the evaluation completely.

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Eric Schulte
Please look at org-mime in the contrib directory. It is designed for this exact need. Calling `org-mime-org-buffer-htmlize' from within an Org-mode document will export the document to html, and then place the html into a mail buffer with appropriate mime configuration, ensuring things like

[Orgmode] Visibilty of inline tasks

2010-12-16 Thread Sébastien Vauban
Hello, Though that is written in =org-inlinetask.el=: ;; Visibility cycling exempts these nodes from cycling. So whenever their ;; parent is opened, so are these tasks. I have the impression that, up to a couple of days ago, the inlined headlines were showed in the =children= view, such as:

Re: [Orgmode] Re: [PATCH] org: rework property set

2010-12-16 Thread Carsten Dominik
Hi Julien, are you going to resend the patch? I do like the functionality! Or did you already resend it? Maybe I missed it. Unfortunately I am loosing my overview here. Cheers - Carsten On Dec 14, 2010, at 11:30 AM, Julien Danjou wrote: On Tue, Dec 14 2010, Giovanni Ridolfi wrote: I

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2010 02:22 PM, Eric Schulte wrote: Hi Eric Please look at org-mime in the contrib directory. It is designed for this exact need. Calling `org-mime-org-buffer-htmlize' from within an Org-mode document will export the document to html,

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Oscar Carlsson
Rainer M Krug r.m.k...@gmail.com writes: On 12/16/2010 11:41 AM, Rainer M Krug wrote: On 12/16/2010 11:38 AM, Oscar Carlsson wrote: Rainer M Krug r.m.k...@gmail.com writes: On 12/16/2010 09:25 AM, Jeff Horn wrote: On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson oscar.carls...@gmail.com

Re: [Orgmode] mac-iCal / mac-link-grabber integration.

2010-12-16 Thread hmaier
Ok, the module wasn´t in the lisp directory... I thought it is in the standard distribution ... Now I get the message: Symbol's chain of function indirections contains a loop: omlg-grab- link What does this mean? Holger Hm, that should work. It sounds like the module is not loading

Re: [Orgmode] Re: [PATCH] org: rework property set

2010-12-16 Thread Carsten Dominik
Please do, thank you. - Carsten On Dec 16, 2010, at 2:45 PM, Julien Danjou wrote: On Thu, Dec 16 2010, Carsten Dominik wrote: are you going to resend the patch? I do like the functionality! Or did you already resend it? Maybe I missed it. Unfortunately I am loosing my overview here. If

Re: [Orgmode] Re: disable automatic source block evaluation but allow manual

2010-12-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2010 10:48 AM, Sébastien Vauban wrote: Hi Andreas, Andreas Leha wrote: is there an option (source block header argument) that allows to disable the evaluation of the block, but still allows C-c C-c to perform the evaluation? The header

Re: [Orgmode] Re: disable automatic source block evaluation but allow manual

2010-12-16 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes: I guess one possibility would be to have a header argument (update-results-when-exporting) which, if set, would update all results in the org buffer and export then. This can also be accomplished using an export hook. e.g. (add-hook

[Orgmode] Cryptic error message(s)

2010-12-16 Thread Alan E. Davis
I have stumbled over error messages in org mode a few times. The following message, or permutations thereof, comes up frequently, but each time I am confused about what it means (albeit I have solved it again today): The kill is not a (set of) tree(s) - please use S-insertchar to yank anyway.

[Orgmode] Re: disable automatic source block evaluation but allow manual

2010-12-16 Thread Sébastien Vauban
Hi Rainer and Eric, Rainer M Krug wrote: Here the distinction (or view) of what the org file is comes in: as you see it, the org-file is a *usable result* in itself and already the *final product*. Then, it *has* to reflect (and be identical to) the exported one. If, on the other hand, I see

Re: [Orgmode] allow table* specification with #+ATTR_LaTeX:

2010-12-16 Thread Eric Schulte
The attached patch implements the behavior described previously, so for example the following org #+begin_src org #+CAPTION: A wide table with tabulary #+LABEL: tbl:wide #+ATTR_LaTeX: table* tabulary align=l|lp{3cm}r|l | 1 | 2 | 3 | | 4 | 5 | 6 | #+CAPTION: A normal table with

[Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Please look at org-mime in the contrib directory. It is designed for this exact need. Calling `org-mime-org-buffer-htmlize' from within an Org-mode document will export the document to html, and then place the html into a mail buffer with appropriate mime

Re: [Orgmode] Re: disable automatic source block evaluation but allow manual

2010-12-16 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: I guess one possibility would be to have a header argument (update-results-when-exporting) which, if set, would update all results in the org buffer and export then. This can also be accomplished using an export hook. e.g. Thanks Eric

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: Please look at org-mime in the contrib directory. It is designed for this exact need. Calling `org-mime-org-buffer-htmlize' from within an Org-mode document will export the document to html, and then place

[Orgmode] org-mime

2010-12-16 Thread Rainer M. Krug
-- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa Tel:+33 -

Re: [Orgmode] allow table* specification with #+ATTR_LaTeX:

2010-12-16 Thread Thomas S. Dye
Hi Eric, The syntax for tabularx and tabulary includes a width specification that is a required argument: \begin{tabulary}{width}{align} ... \end{tabulary} \begin{tabularx}{width}{align} ... \end{tabularx} This is typically set to something like \linewidth, \colwidth, or \textwidth, but

Re: [Orgmode] Cryptic error message(s)

2010-12-16 Thread Carsten Dominik
Hi Alan, On Dec 16, 2010, at 3:31 PM, Alan E. Davis wrote: I have stumbled over error messages in org mode a few times. The following message, or permutations thereof, comes up frequently, but each time I am confused about what it means (albeit I have solved it again today): The kill

[Orgmode] checkbox trouble

2010-12-16 Thread Manuel Panea-Doblado
Hi all, one of the things I most frequently use in org-mode are checkboxes. But there's something I haven't figured out yet. Let's say I have a TODO entry with some checkboxes like this: * TODO fry egg [3/5] 1. [X] get a pan 2. [X] put some olive oil in pan 3. [X] heat pan 4. [ ] crack

[Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Sébastien Vauban
Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Please look at org-mime in the contrib directory. It is designed for this exact need. Calling `org-mime-org-buffer-htmlize' from within an Org-mode document will export the document to html,

Re: [Orgmode] checkbox trouble

2010-12-16 Thread John Rakestraw
Hi, Manuel -- On Thu, 16 Dec 2010, Manuel Panea-Doblado wrote: So the presence of the - State ... line messes everything up. Any ideas? You can put the state note into a drawer. Check out the variable org-log-into-drawer. -- John Rakestraw ___

[Orgmode] Extracting subtrees in a date-tree org file

2010-12-16 Thread Maurizio Vitale
Is there a way to easily set the region around today's subtree or this week's subtree in a date-tree formatted file? Thanks, Maurizio ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] [PATCH] org: rework property set

2010-12-16 Thread Julien Danjou
* org-capture.el (org-capture-fill-template): Use `org-set-property' directly. * org.el (org-set-property): Split property and values reading. (org-read-property-name, org-read-property-value) (org-set-property-function): New functions. (org-property-set-functions-alist): New variable. The goal

[Orgmode] How can i share a single org-default-notes-file between multiple instances of emacs?

2010-12-16 Thread Eric Holbrook
At work i typically need to have at least 2 emacs running: 1 for the project i'm working on at the moment; 1 for notes, email, ~/.bashrc, ~/.alias, etc. I often have more than 1 project going at a time, so i end up with 3 or 4 emacs running, sometimes more. I'd like to be able to do 'org-capture

Re: [Orgmode] How can i share a single org-default-notes-file between multiple instances of emacs?

2010-12-16 Thread Erik Iverson
Note a direct answer, but I would just open up all the buffers you use, and then either save window configurations in registers to recall them when you switch contexts, or use a package like Elscreen: http://www.emacswiki.org/emacs/EmacsLispScreen Eric Holbrook wrote: At work i typically need

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Eric Schulte
Hi, This is not implemented yet, but shouldn't be hard to implement starting with the current code base. I encourage anyone who is interested to take a look at org-mime and try their hand at improving it. I'm strapped for time at the moment and probably wont have time to take a look at it, but

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Jeff Horn
On Thu, Dec 16, 2010 at 5:37 AM, Oscar Carlsson oscar.carls...@gmail.com wrote: Jeff Horn jrhorn...@gmail.com writes: On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson oscar.carls...@gmail.com wrote: And then, I can send a org-file by attaching it to a mail in Emacs. Try C-x m to start a new

[Orgmode] Re: How can i share a single org-default-notes-file between multiple instances of emacs?

2010-12-16 Thread Richard Lawrence
Eric Holbrook eric.holbr...@smsc.com writes: At work i typically need to have at least 2 emacs running: 1 for the project i'm working on at the moment; 1 for notes, email, ~/.bashrc, ~/.alias, etc. I often have more than 1 project going at a time, so i end up with 3 or 4 emacs running,

[Orgmode] [OT] Emacs for Windows 7

2010-12-16 Thread Markus Heller
Hello all, I know this is OT, but I'm going to have to have my work computer upgraded to ___ 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] [OT] Emacs for Windows 7

2010-12-16 Thread Erik Iverson
Markus Heller wrote: Hello all, I know this is OT, but I'm going to have to have my work computer upgraded to Apparently that's a good idea! :) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Markus Heller
Hello all, first, my apologies for my previous posting, that was posted by accident, and when trying to cancel the article in gnus, it prompted me for a Canlock password which I don't know, so I wasn't able to cancel the posting. Anyhow, my question is: is there an emacs version that runs under

Re: [Orgmode] [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Nick Parker
Markus, I run a 32 bit version of GNU Emacs in Windows 7 Ultimate x64 with no issues. Good luck. Nick Parker www.developernotes.com On Thu, Dec 16, 2010 at 1:35 PM, Markus Heller helle...@gmail.com wrote: Hello all, first, my apologies for my previous posting, that was posted by

[Orgmode] Re: [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Tassilo Horn
Markus Heller helle...@gmail.com writes: first, my apologies for my previous posting, that was posted by accident, and when trying to cancel the article in gnus, it prompted me for a Canlock password which I don't know, so I wasn't able to cancel the posting. ,[ (info (message)Canceling

[Orgmode] Re: [OT] Emacs for Windows 7

2010-12-16 Thread Markus Heller
Erik Iverson er...@ccbr.umn.edu writes: Markus Heller wrote: Hello all, I know this is OT, but I'm going to have to have my work computer upgraded to Apparently that's a good idea! :) LOL! Well, to be honest, this pre-mature posting was due to user-failure and my apparent inability to

[Orgmode] Re: [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Markus Heller
Nick Parker ni...@developernotes.com writes: Markus, I run a 32 bit version of GNU Emacs in Windows 7 Ultimate x64 with no issues. Good luck. Good to know! Thanks!! ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Re: [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Markus Heller
Tassilo Horn tass...@member.fsf.org writes: Markus Heller helle...@gmail.com writes: first, my apologies for my previous posting, that was posted by accident, and when trying to cancel the article in gnus, it prompted me for a Canlock password which I don't know, so I wasn't able to cancel

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Sebastian Rose
Rainer M Krug r.m.k...@gmail.com writes: * Add message hook to include selected text as body Thanks to Deniz Dogan #+begin_src emacs-lisp (add-hook 'message-mode-hook (lambda () (let (text) (with-current-buffer (other-buffer)

Re: [Orgmode] Cryptic error message(s)

2010-12-16 Thread Alan E. Davis
Thank you again, Carsten. On Fri, Dec 17, 2010 at 1:53 AM, Carsten Dominik carsten.domi...@gmail.comwrote: S-insertkey is an unfortunate result of a key lookup for the command yank, which is normally bound to `C-y', but in your setup also to a key S-insertkey. This doesn't look like any

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Sebastian Rose
Rainer M Krug r.m.k...@gmail.com writes: OK - I asked on the emacs help list, and got a response. I added the followig to my emacs.org: * Add message hook to include selected text as body Thanks to Deniz Dogan #+begin_src emacs-lisp (add-hook 'message-mode-hook (lambda ()

[Orgmode] Windmove keybindings pass-through

2010-12-16 Thread Leo Alekseyev
As per the docs, I have (add-hook 'org-shiftup-final-hook 'windmove-up) and similar hooks set. That way, shift-arrow keys work as they do in windmove (that is, they switch between windows) _unless_ I am on an org heading. I would like to make that behavior universal -- I want to disable any sort

[Orgmode] Using org-mode to write an academic curriculum vitae (CV)

2010-12-16 Thread Jeff Horn
Hey orgsters, I've seen a few messages in the gmane archive, but I can't tell how many people are using org-mode for this purpose. 1) Do you use org-mode to maintain your CV? 2) If so, do you use a LaTeX export template? 3) If so, mind sharing? :) Thanks in advance! I'm tempted to just publish

[Orgmode] Re: Using org-mode to write an academic curriculum vitae (CV)

2010-12-16 Thread Jeff Horn
If ReStructuredText can do it, seems like org could, too. http://cl.ly/3fTM RST probably uses a source to HTML to PDF workflow. So, this seems feasible enough. On Thu, Dec 16, 2010 at 5:25 PM, Jeff Horn jrhorn...@gmail.com wrote: Hey orgsters, I've seen a few messages in the gmane archive,

Re: [Orgmode] Windmove keybindings pass-through

2010-12-16 Thread suvayu ali
On Thu, Dec 16, 2010 at 2:24 PM, Leo Alekseyev dnqu...@gmail.com wrote: Optionally, it would be nice if I can map the shift-arrow functionality to something like M-arrows or C-arrows or C-M-arrows (whichever might be not taken / less useful).  However, getting rid of org-mode's stealing

Re: [Orgmode] allow table* specification with #+ATTR_LaTeX:

2010-12-16 Thread Eric Schulte
Hi Tom, Thanks for the pointer, how about this revised version of the patch. It takes the following inputs #+begin_src org #+CAPTION: A wide table with tabulary #+LABEL: tbl:wide #+ATTR_LaTeX: table* tabulary[\textwidth] align=l|lp{3cm}r|l | 1 | 2 | 3 | | 4 | 5 | 6 | #+CAPTION: A

[Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Matt Lundin
Rainer M Krug r.m.k...@gmail.com writes: On 12/16/2010 09:25 AM, Jeff Horn wrote: On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson oscar.carls...@gmail.com wrote: And then, I can send a org-file by attaching it to a mail in Emacs. Try C-x m to start a new mail buffer, attach with C-c C-a and

Re: [Orgmode] mac-iCal / mac-link-grabber integration.

2010-12-16 Thread Anthony Lander
On 10-Dec-16, at 8:51 AM, hma...@hush.ai wrote: Ok, the module wasn´t in the lisp directory... I thought it is in the standard distribution ... Now I get the message: Symbol's chain of function indirections contains a loop: omlg-grab- link What does this mean? I'm not sure what is causing

[Orgmode] Re: org-mime

2010-12-16 Thread Eric Schulte
Hi Rainer, Thanks for the bug report, I've just pushed up a fix for this issue. -- Eric Rainer M. Krug r.m.k...@gmail.com writes: ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Eric Schulte
Hi Matt, This looks great, how would you feel about trying to fold this into org-mime, or would you mind if I did so. I've already mimicked your function to set subjects of outgoing emails to match the title of the org-mode buffer. I think that generalizing the org-mime functions to operate

[Orgmode] My Gnus does not work with newest org

2010-12-16 Thread Rafael Villarroel
Hello all, I have defined the following: (setq gnus-home-directory ~/Dropbox/gnus) (setq gnus-directory ~/Dropbox/gnus/News) (setq message-directory ~/Dropbox/gnus/Mail) and so my init Gnus file is at ~/Dropbox/gnus/.gnus. When loading org-mode just pulled from git, after M-x gnus I get

[Orgmode] [OT] info in emacs (was: [OT] Emacs for 64 bit Windows 7)

2010-12-16 Thread Memnon Anon
Markus Heller helle...@gmail.com writes: Tassilo Horn tass...@member.fsf.org writes: Markus Heller helle...@gmail.com writes: cancel the posting. ,[ (info (message)Canceling News) ] ... Man I really have to learn how to use the manpages/info thingy ... Info is so convenient, but I use

[Orgmode] [Bug] Using org-article produces nil.sty error

2010-12-16 Thread Jeff Horn
Thomas et al, I was eager to try out org-article when putting together my CV. I ignored the `nil.sty' error when I tried to export the article-class.org file, but now I'm getting the same error when trying to export my CV. The relevant portion of the tex log is below. , |

[Orgmode] Re: [Bug] Using org-article produces nil.sty error

2010-12-16 Thread Jeff Horn
Aloha Thomas, I think I found the bug. I ran =C-c C-c= on the following lines of code from your 'article-class.org' file: #+begin_src emacs-lisp :exports code (require 'org-latex) (setq org-export-latex-listings t) (add-to-list 'org-export-latex-packages-alist '((AUTO

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Eric Schulte
I'm attaching a new version of org-mime.el which incorporates Matt's function below. There are now two new functions, `org-mime-org-buffer' and `org-mime-org-subtree' each of which takes a format argument specifying the format of the final email, one of 'org, 'ascii, or 'html. So, for example

[Orgmode] Re: Project management Dynamic block per tag + [Babel]

2010-12-16 Thread Francesco Pizzolante
Hi Matt, Another option is to use a babel block and org-map-entries to spit out a simple list of tasks for each person: --8---cut here---start-8--- #+source: tasklist #+begin_src emacs-lisp :var person=me  (let (tasklist)    (org-map-entries    

Re: [Orgmode] checkbox trouble

2010-12-16 Thread Manuel Panea-Doblado
On Thu, 16 Dec 2010 11:17:31 -0500, John Rakestraw li...@johnrakestraw.com wrote: Hi, Manuel -- On Thu, 16 Dec 2010, Manuel Panea-Doblado wrote: So the presence of the - State ... line messes everything up. Any ideas? You can put the state note into a drawer. Check out the variable