Hi Eduardo,
"Eduardo V." writes:
> I constantly buy diodes, resistors, etc. for projects and i mostly save the
> receipts.
>
> I want to know if there is an org-mode way (or any other software) that
> let's me input all the data form the receipts and tell me which components
> are cheaper in X s
I don’t know of such an Org extension, but what you are looking for is an
advanced shopping list, and for your leftover components, asset management.
You may also find org-cook (I lost the link, but I will look for it when
not on a cell) useful.
Best,
Gergely
On Thu, Feb 2, 2017, 04:59 Eduardo V.
On 2017-02-02, at 04:43, Eduardo V. wrote:
> I constantly buy diodes, resistors, etc. for projects and i mostly save the
> receipts.
[I reordered the questions since the secind one is easier]
> A plus if it has a way of telling me how many components i have left.
http://ledger-cli.org/
> I w
I constantly buy diodes, resistors, etc. for projects and i mostly save the
receipts.
I want to know if there is an org-mode way (or any other software) that
let's me input all the data form the receipts and tell me which components
are cheaper in X store.
A plus if it has a way of telling me how
> "DE" == David Engster writes:
DE> Also, I currently have no idea how to continue with CEDET, as the future
DE> where development should happen is unclear, and I get the feeling we're
DE> just waisting our time with the ongoing merge.
Until the dust has settled, please proceed, assuming not
Aloha kakou,
I started to find the above idea pretty interesting, and so I did a
small proof of concept coding to implement it. (Certainly this could be
done a lot better but I just wanted to try it out.)
I'm going to work with the idea for a little while to see how well it
helps in sorting throu
Spacemacs version 0.200.7
Org mode version 9.0.3
Guile version 2.0.11
#+BEGIN_SRC emacs-lisp
(list '(1 2 3) '(4 5 6))
#+END_SRC
#+RESULTS:
| 1 | 2 | 3 |
| 4 | 5 | 6 |
#+BEGIN_SRC scheme
(list '(1 2 3) '(4 5 6))
#+END_SRC
#+RESULTS:
:((1 2 3) (4 5 6))
Is it me or a known bug?
On Wed, February 1, 2017 6:51 pm, Lars Ingebrigtsen wrote:
> Aaron Ecay writes:
>
>
>> If ELPA made available (on the server for downloading, and in the
>> client for installing) old versions of packages, then users could always
>> be offered the latest compatible version, but not later incompatib
> Uwe Brauer writes:
> Try adding "%i" to the capture template, for example like so:
Thanks that is was %i
helped, %c did not.
Uwe
Hello,
Ken Mankoff writes:
> I have
>
> * Example
> SCHEDULED: <%%(diary-float t 0 2)>
>
> Which used to schedule an event on the 2nd sunday of every month. This
> has stopped working a month or two ago. I'm not sure if it is related
> to recent upgrades to Org 9 a few months ago. I'm now using
Uwe Brauer writes:
>
> I have used org-capture a long time ago and do not recall the details,
> but I thought I could select a text and then org-capture would copy that
> selected text to a file of my choice in a format I can customize. A bit
> like good old remember does/did.
>
> For example I h
Hello,
Uwe Brauer writes:
> I have used org-capture a long time ago and do not recall the details,
> but I thought I could select a text and then org-capture would copy that
> selected text to a file of my choice in a format I can customize. A bit
> like good old remember does/did.
>
> For examp
Hello,
alain.coch...@unistra.fr writes:
> Charles C. Berry writes on Mon 23 Jan 2017 08:44:
>
> > With export blocks you can get close.
> >
> > If you type =C-c '= inside the following export block, you will get the
> > contents in a latex buffer. Then indentation and other LATEX/P mode
>
Hello,
Aitor writes:
> I think I've been hit by an org-mode bug. I'm running the latest ELPA
> version (Org mode version 9.0.4 (9.0.4-elpaplus @
> /home/user/.emacs.d/elpa/org-plus-contrib-20170124/)) and emacs 24.5
> (GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of
> 2016-04-17 o
Hello
I am using GNU emacs 26 and org 8.3.6.
I have used org-capture a long time ago and do not recall the details,
but I thought I could select a text and then org-capture would copy that
selected text to a file of my choice in a format I can customize. A bit
like good old remember does/did.
F
Charles C. Berry writes on Mon 23 Jan 2017 08:44:
> With export blocks you can get close.
>
> If you type =C-c '= inside the following export block, you will get the
> contents in a latex buffer. Then indentation and other LATEX/P mode
> operations are available. When you exit with another
Aaron Ecay writes:
> If ELPA made available (on the server for downloading, and in the
> client for installing) old versions of packages, then users could
> always be offered the latest compatible version, but not later
> incompatible ones.
I don't think having Emacs developers fixing bugs in a
Stephen Leake writes:
>> I'm massively unenthusiastic about this future. Things in ELPA has to
>> be backwards-and-forwards compatible with a wide Emacs version range,
>
> no, they don't.
>
> That is one possible policy, but each package decides for itself whether
> to follow it. You can have
>
Russell Adams writes:
> On Wed, Feb 01, 2017 at 11:14:15AM -0500, Peter Neilson wrote:
>> On Wed, 01 Feb 2017 10:50:24 -0500, Eric Abrahamsen
>> Presumably everyone already knows that the timezones are more complicated
>> than hoi polloi believe? The offsets are not always integer values of
>> ho
Russell Adams writes:
> On Wed, Feb 01, 2017 at 07:50:24AM -0800, Eric Abrahamsen wrote:
>> Russell Adams writes:
[...]
>> Would it be completely out of the question to support an optional
>> timezone marker? From (nth 1 (current-time-zone))?
>>
>> <2017-02-01 Wed PST>
>>
>> The plumbing for t
On Wed, Feb 01, 2017 at 11:14:15AM -0500, Peter Neilson wrote:
> On Wed, 01 Feb 2017 10:50:24 -0500, Eric Abrahamsen
> Presumably everyone already knows that the timezones are more complicated
> than hoi polloi believe? The offsets are not always integer values of
> hours. For example, Newfoundland
On Wed, 01 Feb 2017 10:50:24 -0500, Eric Abrahamsen
wrote:
Russell Adams writes:
I understand that Org's timestamp format does not include timezone
information. Making that change would be an impractical modification.
I'm frequently working with several different timezones and I only
need
On Wed, Feb 01, 2017 at 07:50:24AM -0800, Eric Abrahamsen wrote:
> Russell Adams writes:
> >
> > Does the time stamp input support some form of timezone input? I
> > checked the manual and tried a few methods and they don't appear
> > supported.
>
> If the time stamp format doesn't support timezon
Russell Adams writes:
> I understand that Org's timestamp format does not include timezone
> information. Making that change would be an impractical modification.
>
> I'm frequently working with several different timezones and I only
> need to store a time stamp converted to my local time.
>
> Do
I applied your patch. Thank you.
Unfortunately, I realized too late this was a plain patch and not
something generated by git format-patch. Therefore, I appear as the
author of the patch. Sorry about that.
Great, thanks a lot ! I don't care too much about authorship to be
honest. I did try t
Loïc Estève writes:
>> Could you send the patch on this ML so that I can apply it?
>>
>> You will need to add TINYCHANGE at the end of the commit message if you
>> haven't signed FSF papers yet.
>
> Thanks for your prompt reply, I attached the patch. I tried my best to
> follow the instructions i
Could you send the patch on this ML so that I can apply it?
You will need to add TINYCHANGE at the end of the commit message if you
haven't signed FSF papers yet.
Thanks for your prompt reply, I attached the patch. I tried my best to
follow the instructions in http://orgmode.org/worg/org-con
Nicolas Goaziou writes:
> Hello,
>
> Sharon Kimble writes:
>
>> Also, if I try to insert a footnote inside the parent file it try's to
>> renumber the footnotes, which then causes problems with the other child
>> files.
>
> I cannot see why it would cause problems with other included files.
> Fo
Hi all,
I think I've been hit by an org-mode bug. I'm running the latest ELPA
version (Org mode version 9.0.4 (9.0.4-elpaplus @
/home/user/.emacs.d/elpa/org-plus-contrib-20170124/)) and emacs 24.5
(GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of
2016-04-17 on lgw01-04, modified by D
Nicolas Goaziou writes:
> Hello,
>
> Sharon Kimble writes:
>
>> Also, if I try to insert a footnote inside the parent file it try's to
>> renumber the footnotes, which then causes problems with the other child
>> files.
>
> I cannot see why it would cause problems with other included files.
> Fo
Hello,
Loïc Estève writes:
> looks like org-set-local does not exist any more but it is still
> featured in the documentation.
>
> I have the change in a branch on github:
> https://github.com/lesteve/org-mode/compare/remove-org-set-local-from-doc
Thank you.
Could you send the patch on this ML
Hi,
looks like org-set-local does not exist any more but it is still
featured in the documentation.
I have the change in a branch on github:
https://github.com/lesteve/org-mode/compare/remove-org-set-local-from-doc
Cheers,
Loïc
32 matches
Mail list logo