On Sunday, 15 Mar 2015 at 17:35, Reuben Thomas wrote:
> I'm using orgmode 8.2.10. When I use capture, the year/month/day headers
> inserted aren't timestamps; why not? Is there a way to make them
> timestamps? (I can't find anything about this in the manual.)
I do not think you can customise this
I have some email functions here:
https://github.com/jkitchin/jmax/blob/master/email.el
that I use with org-mode regularly.
see email-heading in particular.
Xavier Maillard writes:
> Hello,
>
> Is there something to automatically mark an org element and put it in
> an e-mail body ? This is somet
Hi,
org-mobile-pull just messed up.
I have a top level heading, "Dates." In mobileorg (android), I created a
second-level heading under it, "Entrance exams," and then a third level heading
under that, "Auditions," with a scheduled date. That was on my phone.
Later, I synced on the phone and di
Hi everyone,
I would like to inform you of an upcoming Emacs workshop in Tokyo.
You can register at the following scheduling service.
https://atnd.org/events/63979
If you need some help to attend the workshop,
feel free to contact me at anytime by e-mail.
Note—
I think all sessions will be mana
Xavier Maillard writes:
> Hello,
>
> Is there something to automatically mark an org element and put it in
> an e-mail body ? This is something I am doing quite often and this
> would be really useful to me.
>
> Currently, I do M-h then M-w then open a new mail buffer and finally
> C-y into it. I
Greetings.
I'm only asking this question because it seems that Orgmode can do
anything, although I admit that what I'm asking for is probably outside
the normal scope.
I have snips of code in my org files, denoted as ~code~. I prefer ~code~ to
BEGIN_SRC blocks, because I don't like the big grey
I have 4 files I use for work in my main org folder. And I have a
personal.org in another folder, that is inside of Dropbox.
I created a symlink to personal.org in my main org folder. When I start emacs
and load the agenda, it asks me
Symbolic link to Git-controlled source file; follow link? (
On 2015-03-16 at 12:05, J. David Boyd wrote:
> I have 4 files I use for work in my main org folder. And I have a
> personal.org in another folder, that is inside of Dropbox.
>
> I created a symlink to personal.org in my main org folder. When I start emacs
> and load the agenda, it asks me
>
>
You can use a custom capture template and have timestamps of various sorts
inserted.
For example, I have one datetree I use that inserts a date/time stamp using %T
(%t gives only date, not time)
See the documentation for capture (hit C-c C C to get into the customize
interface then scroll down)
J. David Boyd writes:
I have 4 files I use for work in my main org folder. And I have
a personal.org in another folder, that is inside of Dropbox.
I created a symlink to personal.org in my main org folder. When
I start emacs and load the agenda, it asks me
Symbolic link to Git-controlled s
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
> J. David Boyd writes:
>
>> I have 4 files I use for work in my main org folder. And I have
>> a personal.org in another folder, that is inside of Dropbox.
>>
>> I created a symlink to personal.org in my main org folder. When
>>
Ken Mankoff writes:
> On 2015-03-16 at 12:05, J. David Boyd wrote:
>> I have 4 files I use for work in my main org folder. And I have a
>> personal.org in another folder, that is inside of Dropbox.
>>
>> I created a symlink to personal.org in my main org folder. When I start
>> emacs
>> and l
J. David Boyd writes:
I don't need the level of versioning that git provides for the
few config files and org files that I have there.
Have you check this: https://git-annex.branchable.com/assistant/ ?
It is as easy as dropbox, it just keeps directories synchronized,
but it has all the power
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
> J. David Boyd writes:
>
>> I don't need the level of versioning that git provides for the few
>> config files and org files that I have there.
>
> Have you check this: https://git-annex.branchable.com/assistant/ ? It
> is as easy as
Hi again!
It seems my mail got stuck in some filters - I sent one from another
address yesterday. Oh well, here it is anyway!
Comments below.
> From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr]
> > + (taggroups (if downcased (mapcar (lambda (tg) (mapcar #'downcase tg))
> > + taggro
Here is a (small) patch in the documentation to add D in the list of
Babel-supported languages.
Best
Thierry
>From b1b0fef633a0b54dbba20d970f1b89a04e27ee56 Mon Sep 17 00:00:00 2001
From: Thierry Banel
Date: Mon, 16 Mar 2015 22:38:05 +0100
Subject: [PATCH] D is supported by Babel
* doc/org.texi
On 16 March 2015 at 16:52, Subhan Michael Tindall wrote:
> You can use a custom capture template and have timestamps of various
> sorts inserted.
>
> For example, I have one datetree I use that inserts a date/time stamp
> using %T (%t gives only date, not time)
>
> See the documentation for capt
On 16 March 2015 at 16:52, Subhan Michael Tindall wrote:
> You can use a custom capture template and have timestamps of various
> sorts inserted.
>
> For example, I have one datetree I use that inserts a date/time stamp
> using %T (%t gives only date, not time)
>
> See the documentation for c
On Mon, 16 Mar 2015, hymie! wrote:
Greetings.
I'm only asking this question because it seems that Orgmode can do
anything, although I admit that what I'm asking for is probably outside
the normal scope.
I have snips of code in my org files, denoted as ~code~. I prefer ~code~ to
BEGIN_SRC bloc
I see this feature is now in the beta of Org-Mode 8.3. Excellent! I'm
doing several things with it in the forthcoming release of the Common Draft
contract clause library (linked below).
I also see that there now seems to be some reluctance by the maintainers to
accept donations. (See http://com
Hi,
"D. C. Toedt" writes:
> I see this feature is now in the beta of Org-Mode 8.3. Excellent! I'm
> doing several things with it in the forthcoming release of the Common Draft
> contract clause library (linked below).
>
> I also see that there now seems to be some reluctance by the maintainer
"Charles C. Berry" writes:
>On Mon, 16 Mar 2015, hymie! wrote:
>> useradd -U -G wheel -p \
>> '$6$wcMRrkcdGeNHLT5b$password0ISmGZSsILOyV/WJnpassword//' \
>> accountname
>>
>> Is such a thing possible?
>
>Yes.
>
>#+BEGIN_SRC emacs-lisp
> (defun org-export-ascii-filter-code (text back-end info)
>
Aloha D. C.,
"D. C. Toedt" writes:
> I also see that there now seems to be some reluctance by the maintainers to
> accept donations. (See http://comments.gmane.org/gmane.emacs.orgmode/83318).
> Has that been resolved? I'd like to do a donation.
I think that was just Carsten's reluctance as he
Hi all,
The org-ref code is finally all in emacs-lisp! This should make it much
easier to install, and is another step closer to getting org-ref into
MELPA.
The code can be found at https://github.com/jkitchin/org-ref
There are some relatively new features in org-ref if you have not been
followi
Reuben Thomas writes:
> On 16 March 2015 at 16:52, Subhan Michael Tindall
> wrote:
>
> You can use a custom capture template and have timestamps of various
> sorts inserted.
>
> For example, I have one datetree I use that inserts a date/time stamp
> using %T (%t gives only date, n
Hi,
Is it possible to modify or extend org-export-document-properties on the
go? And would it be OK? From the docstring of ox-version version of
document-properties I would say 'yes'. I'm not sure when reading the
docstrig of org-element version.
Or should org-element-parse-secondary-string be
Hi all,
Is there a way to export an orgmode spreadsheet to a format that can be
imported by google docs?
Hi Aaron and all,
Richard Lawrence writes:
> I'll take some time this weekend to see if I can wire this together with
> the Elisp Aaron wrote for the Org exporter side.
I've had some success with this. I would not say that my efforts are
complete yet, but I thought I should send an update to l
Hi,
I've noticed that if I have a table like this:
| |
|
|+---|
| Question | Answer
29 matches
Mail list logo