Esben Stien writes:
> Does org-mode have some kind of warehouse management system?
>
> Like how many items foo and how many items bar and when you remove x
> amount of item bar, where did it go?
>
> One way to hack it would be to use a heading for each item, then use
> clock-in and clock-out, lik
Peter Davis writes:
> On Sun, May 11, 2014 at 11:05:30AM +0800, Eric Abrahamsen wrote:
>> Peter Davis writes:
>>
>> > One more follow-on question. When I run org-mime-org-buffer-htmlize, I get
>> > a buffer in message mode with a nice MIME message almost ready to
>> > go. I have not specified
Esben Stien writes:
> Does org-mode have some kind of warehouse management system?
>
> Like how many items foo and how many items bar and when you remove x
> amount of item bar, where did it go?
>
> One way to hack it would be to use a heading for each item, then use
> clock-in and clock-out, lik
Thanks folks.
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
gret...@acm.org | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson
On Su
Does org-mode have some kind of warehouse management system?
Like how many items foo and how many items bar and when you remove x
amount of item bar, where did it go?
One way to hack it would be to use a heading for each item, then use
clock-in and clock-out, like +1 and -1;) to somehow track tak
Hi Eric, Bastien, Achim, et al.,
Thanks again for the feedback. I just pushed the revised patch to master.
2014ko maiatzak 4an, Eric Schulte-ek idatzi zuen:
[...]
>>> One option might be to borrow naming behavior from the comment
>>> functionality in ob-tangle which looks like the following (f
On Sun, May 11, 2014 at 09:51:18AM -1000, Thomas S. Dye wrote:
> Aloha Grant,
>
> Perhaps a macro? Macro expansion takes place during export.
(info "(org) Macro Replacement")
--
Suvayu
Open source is the future. It sets us free.
Aloha Grant,
Perhaps a macro? Macro expansion takes place during export.
All the best,
Tom
Grant Rettke writes:
> Hi,
>
> Today we are working on an org-document that contains a quote that
> will re-appear multiple times within
> the same document. Coming from LaTeX, my initial reaction is to
Hi,
Today we are working on an org-document that contains a quote that
will re-appear multiple times within
the same document. Coming from LaTeX, my initial reaction is to create
a new command with \newcommand.
Trying to find something like that within org-mode set me down two paths.
The first wa
Albert Krewinkel writes:
> Done. As an aside: I did sign the copyright assignment papers to be
> able to contrivute to Gnus, but that probably wouldn't help much, as
> Org is a different project. Is that correct?
If you assigned copyright just for Gnus, then you'd have to do it again
for Org. I
On Sat, May 10, 2014 at 10:44 AM, Eric S Fraga wrote:
> On Thursday, 1 May 2014 at 13:07, John Kitchin wrote:
> > I implemented some of this partially. I made it so you can specify the
> > default cite link in a user variable, with a default of cite. When you
> type
> > C-c ], this format will a
On Sun, May 11, 2014 at 11:05:30AM +0800, Eric Abrahamsen wrote:
> Peter Davis writes:
>
> > One more follow-on question. When I run org-mime-org-buffer-htmlize, I get
> > a buffer in message mode with a nice MIME message almost ready to
> > go. I have not specified org-mime-library, so it defau
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes:
I forgot to mention that what org-passwords.el does is to set a timer
each time that the password file is opened (analogous to the second
option in my previous message) rather than having just one timer with
repeat.
Jorge.
> Thanks Ramon
Thanks Ramon,
Regarding your question, probably the bug is related to running a for
with all the buffers that are open. To get what you want you can try
something creating a minor mode for gpg files and adding a hook that
adds the buffer name of the gpg file that you open to a list of buffers
to k
* org.el (org-offer-links-in-entry): Use global variable
`org-any-link-re' instead of defining a string-equal local variable.
The `re' variable defined in function `org-offer-links-in-entry' is
string-equal to `org-any-link-re' and is hence replaced by the latter.
TINYCHANGE
---
lisp/org.el |
Hi Bastien,
Bastien writes:
> Albert Krewinkel writes:
>
>> * org.el (org-offer-links-in-entry): Use `org-any-link-re' to avoid
>> code duplication.
>
> This is not really code duplication, as the output of `org-any-link-re'
> is different from the output of the current sexp in the code.
I'm
Alexander,
that was it, thanks a lot.
-Andreas
Alexander Baier writes:
>> (setq org-contact-files (list
>
>
> For me this is org-contacts-files, maybe that is the problem?
>
> HTH,
Hello Andreas,
On 2014-05-11 13:07 Andreas Reuleaux wrote:
> (setq load-path (cons "~/cfg/emacs/el/org" load-path))
> (require 'org-contacts)
> (setq org-contact-files (list
>"~/work/org/contacts.org"
>))
Fo
On 11. Mai 2014 14:02:13 MESZ, Nick Dokos wrote:
>Achim Gratz writes:
>
>> Steven Arntson writes:
>>> Okay, I see--I thought you could just arbitrarily title them. Which
>>> would be a nice feature, IMHO!
>>
>> This is already implemented, but you need to use the latest Org
>version.
>>
>>
>I t
On 11. Mai 2014 14:02:13 MESZ, Nick Dokos wrote:
>Achim Gratz writes:
>
>> Steven Arntson writes:
>>> Okay, I see--I thought you could just arbitrarily title them. Which
>>> would be a nice feature, IMHO!
>>
>> This is already implemented, but you need to use the latest Org
>version.
>>
>>
>I t
Hi,
You can ensure a gpg buffer doesn't leave any traces by using a
minor-mode called "sensitive" which disables backups and auto-save. The code is
available on the Internet, but I'll post it here if anyone is
interested.
Best wishes,
Colin.
> Dear Jorge,
>
> Neat!! Thanks for providing the d
Achim Gratz writes:
> Steven Arntson writes:
>> Okay, I see--I thought you could just arbitrarily title them. Which
>> would be a nice feature, IMHO!
>
> This is already implemented, but you need to use the latest Org version.
>
>
I thought so too, but when I tried it, I got the same result as St
I have just downloaded org-contacts.el
load it in my .emacs/init.el like this
(setq load-path (cons "~/cfg/emacs/el/org" load-path))
(require 'org-contacts)
(setq org-contact-files (list
"~/work/org/contacts.org"
))
and have a
23 matches
Mail list logo