[Orgmode] Org and financial data

2009-01-05 Thread Memnon Anon
Hi! A new year has started and I try to get even more organized. So, I think it is time to keep track of my financial data, and I think orgmode is the way to go. Yet, I am not sure how to keep the structure. I started with something quite simple like using a date structure and tables: *2008 **Ja

[Orgmode] Re: Org and financial data

2009-01-06 Thread Memnon Anon
Hi! Manish writes: > Have you considered (a more convenient and flexible approach, IMHO) > John Weigley's Ledger [1] Well, I heard of it. But I am hesitating to learn another tool. But hey, there is a Debian Package, so I will have a look at it. This sentence from the info file looks promising:

[Orgmode] Re: Org and financial data

2009-01-06 Thread Memnon Anon
Hey! Matthew Lundin writes: >> I think orgmode is the way to go. > > If your needs are simple (i.e., just tracking discretionary spending) > you might consider using properties and column views to keep track of > where your money is going. I find that this creates a nice way to sum > up weekly, m

[Orgmode] Re: Problem logging state change for TODO's

2009-02-09 Thread Memnon Anon
Hi! "Varnit Suri" writes: > I am a fairly new user of Org-mode, and I 'm using v6.20i. I read about > how to log a note each time I change the state of a TODO item > (http://www.gnu.org/software/emacs/manual/html_node/org/Tracking-TODO-st > ate-changes.html#Tracking-TODO-state-changes). [...] >

Re: [O] full outline functionality in .el files: how?

2013-01-25 Thread Memnon Anon
Gregor Zattler writes: > Hi Thorsten, >> - after figuring out that I can have full outline functionality in .el >> files too, the (in my eyes) main advantage of an org-based config was >> gone. > > could you please elaborate how to achieve this? Icicle uses linkd.el: http://www.emacswiki.or

Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1

2013-02-14 Thread Memnon Anon
Karl Voit writes: > So there does not seem to be anybody who is able to fix this issue. > Is there at least somebody who can confirm this weird bug? I tried your snippet, everything fine here with: Org-mode version 7.9.3e (7.9.3e-1032-g791a8d) yas, latest git hth Memnon

Re: [O] How to improve Org startup time?

2013-02-14 Thread Memnon Anon
"Sebastien Vauban" writes: > Bastien wrote: >> "Sebastien Vauban" writes: >> >>> However, I've left it in the `org-finalize-agenda-hook' hook, so that the >>> `appt-list' is fed up as soon as I begin using agenda functions. >> >> But then org-agenda-to-appt will be called each time your generate >

Re: [O] org-agenda-files skips two files

2013-02-17 Thread Memnon Anon
Hi, Eric Abrahamsen writes: > I've noticed for a while that two org files in my ~/org directory never > get added to org-agenda-files, and I can't figure out why. My > org-agenda-files is set to '("~/org/"), and yet: > > (dolist (f (directory-files "~/org" t "org$")) > (unless (member f org-ag

Re: [O] posting guide?

2013-03-14 Thread Memnon Anon
> it seems to me that this is entirely superfluous. I have not seen a > mailing lit with better behavior anywhere. We should not be distracted > by a lone user. FWIW, +1

Re: [O] A mix of habits and effort estimates?

2013-03-17 Thread Memnon Anon
Marcin Borkowski writes: > As I mentioned (though only in the subject), yes. This is close, but > my point is not "I want to do this at least once each three days" or > something like this, but rather "I want to spend at least 180 minutes > every week on this" - regardless of days. Of course, I

Re: [O] Carsten's Interview relates questions, esay insert images, attachemnt locations etc..

2013-03-27 Thread Memnon Anon
zeltak writes: > one thing that i really found needing in my > (very) short time using orgmode is an easy way to insert images into > orgmode (i use that alot in academia). are there any long term plans > to implement this? It would help to clarify the usecase you are thinking of. I am happy wit

[O] [OT] Replacement for Google Reader (was: Org-mode as a replacement for Google Reader)

2013-03-27 Thread Memnon Anon
Karl Voit writes: > TL;DR: org-feed.el is not a doable replacement for Google Reader. >What about alternatives? NNTP: - gwene.org Mail: - rss2email Web: - rawdog - Tiny Tiny Rss hth Memnon

Re: [O] Effort Per Day

2013-04-04 Thread Memnon Anon
daya writes: > There are some tasks on which I would like spend a specified time of > the day. I would like to set a per-day effort on these tasks. The > current effort system seem to support effort per task, not effort per > day. What is the recommended way of doing this? What about something

Re: [O] Is there a limit to number of entries in org-feed.el?

2013-04-10 Thread Memnon Anon
Aditya Mandayam writes: > I tried using org-feed: > > http://orgmode.org/worg/org-contrib/org-feed.html > > and it returns "70 entries" when I try to update. Is there a limit to > the amount it can pull? Or is it me? FWIW, with a quick test, I can't reproduce that. Some more information about yo

Re: [O] Is there a limit to number of entries in org-feed.el?

2013-04-10 Thread Memnon Anon
Memnon Anon writes: > ,[ M-x org-feed-update-all; Example output *Messages* ] [...] > | 2 new entries from 6 feeds > ` And in a previous run, I got: 72 new entries from 6 feeds So, I can see no upper limit in the code at a first glance, and even if there is one, it's not 70. Memnon

Re: [O] Release 8.0

2013-04-21 Thread Memnon Anon
Bastien writes: > I'm releasing Org 8.0. Excellent. > To include other entries too, you can set the > limit to a negative number. For example (setq org-agenda-max-tags 3) (setq org-agenda-max-tags -3) ? > will not show the fourth tagged headline (and beyond), b

Re: [O] Tracking flexitime

2013-04-22 Thread Memnon Anon
Thomas Koch writes: > I'm searching for best practices to track flexi time with orgmode. I've a > work > contract of 8 hours per day in average. So I'd like to start a clock when I > arrive at work, pause it for lunch and stop it when I leave. > > I wouldn't like to rely only on the sum of the

Re: [O] Is it possible to create links to M-x occur results?

2013-05-03 Thread Memnon Anon
Carsten Dominik writes: > On 2.5.2013, at 19:25, Leo Alekseyev wrote: > > Nice! Short and sweet, and works great. It should go on > orgmode.org somewhere in the cool hacks section. > > > Make a patch if you don't have write access to worg... It is probably easier to fix it directly

[O] [OT] Contributors to org.texi (was: GFDL)

2013-05-21 Thread Memnon Anon
"Sebastien Vauban" writes: > Bastien wrote: >> Well, relicensing the Org compact guide under GNU GPL is definitely >> feasible, but relicensing the Org manual is (sadly) not. Let's take >> the feasible step first? > > FMI, why is GNU GPL not applicable to the manual? Hehe, on an unrelated side

[O] orgstruct in emacs -nw

2013-05-23 Thread Memnon Anon
Hi, I tried to use the orgstruct minor mode, but it didn't seem to do anything, although I used exactly the same setup Bastien showed in his interview[1]. After a while, I realized it was because I was using emacs in an xterm. Steps to reproduce below.[2] Wrong setup, a bug or intentional? If

Re: [O] orgstruct in emacs -nw

2013-05-23 Thread Memnon Anon
Christopher Schmidt writes: >> Wrong setup, a bug or intentional? > > This is a bug. Can you please give this patch a try and see if it > corrects the issue? Apply it on master (06cdb2d). Thanks! Patch applied, Tab works. I will test it more thoroughly over the next days. Thanks! Memnon

Re: [O] how i can unsubscribe this mail list

2013-05-30 Thread Memnon Anon
Looking at the header of your mail (`t' in gnus :), you'll see this line: List-Unsubscribe: , So, did you try to send an email to emacs-orgmode-requ...@gnu.org with the a subject "unsu

Re: [O] Feature request: info-org-manual

2013-09-29 Thread Memnon Anon
Marcin Borkowski writes: > and - even > though I've read the Org-mode manual (almost) cover to cover - I now > also grepped it: this command is never mentioned there! So I guess > that my lack of knowledge was justifiable. :) Well, the manual does not contain everything; never did, never will.

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Memnon Anon
Matt Price writes: > [...] Since my blog > has, I think, a readership of 0 (surely there's a way to get emacsers > to follow me? ah well), I will post a link here [...] http://planet.emacsen.org/ -- /---\ | SDF and SDF-EU Public Access UNIX System | | ht

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Memnon Anon
Matt Price writes: > On Wed, Nov 11, 2015 at 12:09 PM, Memnon Anon < > memnon+use...@freeshell.org> wrote: > > http://planet.emacsen.org/\ > > But I can't figure out how to add my blog to the list there! Can you > tell me the secret? http://edward.oconnor.c

Re: [O] Problems with org-drill

2016-05-05 Thread Memnon Anon
Milan Zamazal writes: > Anything new about this problem? I also experience the bug, it's still > present and I have to remove the given line on any Org update. :-( Bugtracker: https://bitbucket.org/eeeickythump/org-drill/issues/30/random-blank-buffer-2 Little function by jschaf: https://githu

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-19 Thread Memnon Anon
John Kitchin writes: > I am trying it out, and icicles seems to have clobbered a few key > bindings like C-c ' to open source blocks. I used to have the same problem with "C-c '" at one point in time, but not anymore. This was the only binding which got in the way. Using customize-option on ic

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-19 Thread Memnon Anon
John Kitchin writes: > I got icicles via ELPA. The version from describe-package is > Version: 20140118.1856. although in icicles.el it says ;; Version: > 2013.07.23. That is the current version. Icicles isn't only icicle.el, Drew has actually a whole bunch of elisp addon packages. Some I use,

Re: Editting from the agenda view

2019-12-02 Thread Memnon Anon
Shérab writes: >> To reschedule an entry remotely from the agenda view, you can press S-right >> (org-agenda-do-date-later) or S-left (org-agenda-do-date-earlier). > > I indeed remember having seen these commands! > The thing is that I am using emacs in the Linux console where these > bindings do

<    1   2   3