On Thu, 16 Dec 2010 11:17:31 -0500, John Rakestraw
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
> org-log-into-d
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-entrie
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 the
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" "inpu
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.
,
| (/usr/local/texlive
Markus Heller writes:
> Tassilo Horn writes:
>> Markus Heller 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 it a tad too infrequently to get the
keybindings
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
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 over
Hi Rainer,
Thanks for the bug report, I've just pushed up a fix for this issue.
-- Eric
"Rainer M. Krug" writes:
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/li
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 t
Rainer M Krug writes:
> On 12/16/2010 09:25 AM, Jeff Horn wrote:
>> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson
>> 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.
>
> Sound
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 no
On Thu, Dec 16, 2010 at 2:24 PM, Leo Alekseyev 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 shift-arrows is
> a
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 wrote:
> Hey orgsters,
>
> I've seen a few messages in the gmane archive, but I can't tell
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 m
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
Rainer M Krug 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 ()
>
Thank you again, Carsten.
On Fri, Dec 17, 2010 at 1:53 AM, Carsten Dominik
wrote:
> 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 set up I have specifica
Rainer M Krug 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)
> (when (region
Tassilo Horn writes:
> Markus Heller 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 "
Nick Parker 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 list.
Emacs-orgmode@gnu
Erik Iverson 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 figure ou
Markus Heller 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 News") ]
| The
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 wrote:
> Hello all,
>
> first, my apologies for my previous posting, that was posted by
> accident, and when tryi
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 6
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.
Emacs-orgmode@gnu.
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
Eric Holbrook 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, sometimes more.
>
> I
On Thu, Dec 16, 2010 at 5:37 AM, Oscar Carlsson
wrote:
> Jeff Horn writes:
>
>> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson
>> 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-
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 I
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 t
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
* 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 o
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
http
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
___
Eric,
"Eric Schulte" wrote:
> Sébastien Vauban 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, and then pla
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 e
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
Hi Eric,
The syntax for tabularx and tabulary includes a width specification
that is a required argument:
\begin{tabulary}{}{} ... \end{tabulary}
\begin{tabularx}{}{} ... \end{tabularx}
This is typically set to something like \linewidth, \colwidth, or
\textwidth, but might also take an abs
--
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 - (0)9
Sébastien Vauban 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 the
>> html into a
Sébastien Vauban 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 for thi
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 c
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 tabular
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 ha
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 to yank
anyway".
In each ca
Rainer M Krug 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 'org-export-first-hook 'org-b
-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?
>> Th
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
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
>correc
Rainer M Krug 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 writes:
>>
On 12/16/2010 09:25 AM, Jeff Horn wrote:
> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson
> wrote:
>> And then, I can send a org-
Hi all,
hi Sébastien, thanks for your answer, which adds much more in-depth
information to my problem. In fact, what you describe is probably the
bigger problem.
But for me (maybe I am the only one ...) it would be handy to have
source blocks, that are evaluated on C-c C-c *only*. That also mea
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 the code seems fine to you, I can resend the patch with a clean
commit message, for
-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,
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 thi
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:
--
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 linke
Andreas Leha 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.
> I'd like the C-c C-c to take p
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 -- alr
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
---
lisp/org-gnus.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index fc
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
---
lisp/org.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lisp/org.el b/lisp/or
#+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
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
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/16/2010 11:41 AM, Rainer M Krug wrote:
> On 12/16/2010 11:38 AM, Oscar Carlsson wrote:
>> Rainer M Krug writes:
>
>>> On 12/16/2010 09:25 AM, Jeff Horn wrote:
On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson
wrote:
> And then, I c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/16/2010 11:38 AM, Oscar Carlsson wrote:
> Rainer M Krug writes:
>
>> On 12/16/2010 09:25 AM, Jeff Horn wrote:
>>> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson
>>> wrote:
And then, I can send a org-file by attaching it to a mail in Emac
Rainer M Krug writes:
> On 12/16/2010 09:25 AM, Jeff Horn wrote:
>> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson
>> 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.
>
> Sound
Jeff Horn writes:
> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson
> 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?
Hi,
What am I doing wrong in the following example?
--
#+TITLE: Test
Some *bold* text.
Evaluate this:
(setq org-export-html-style-extra "b {color: red;}")
--
With org-export-html-style-extra set as above, I expect the exported
HTML sour
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 argument ':eval never' disables the evaluation completely. I'd
> like the C-c C-c to take prece
-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
> 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
>
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 a
On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson
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 thought the
OP wanted to rea
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
http://lists.gnu.org/mailman/listinfo
Rainer M Krug 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 similar for r
Jeff Horn 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
> \begin{ABSTRACT}
> *Bo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
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 s
77 matches
Mail list logo