Hey list,
I was wondering if anyone out there manages his personal accounting
with org. I never really managed my personal finances, but I think
it's about time to know where my money comes from and where it is
going (and where the leaks are :P). I would use something like
lessaccounting.com, but
On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
Hey list,
I was wondering if anyone out there manages his personal accounting
with org. I never really managed my personal finances, but I think
it's about time to know where my money comes from and where it is
going
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Eric
On 21/07/2010 18:50, Eric Schulte wrote:
Hi Rainer,
Thanks for your patience and persistence. I've pushed up what I believe
should be a fix for this excess buffer movement. There still may be
some issues with things like
On Thu, 22 Jul 2010 01:26:29 -0500
Russell == Russell Adams rlad...@adamsinfoserv.com wrote:
Russell I do my expense reporting and business accounting in it. Very
Russell flexible and because it is text based, I can use version
Russell control and emacs.
Do you do invoices as well?
Sincerely,
On Thu, Jul 22, 2010 at 08:39:54AM +0200, Gour wrote:
On Thu, 22 Jul 2010 01:26:29 -0500
Russell == Russell Adams rlad...@adamsinfoserv.com wrote:
Russell I do my expense reporting and business accounting in it. Very
Russell flexible and because it is text based, I can use version
Russell
Op woensdag 21 jul 2010 15:46 CEST schreef Juan:
| # | Total hours | 16@ 15' 0 | 18@ 5' 0 |
| ^ | | totalTime1 | totalTime2 |
|---+-++|
#+TBLFM: $totalTime1=vsum(@-i...@-i); f2 :: $totalTime2=vsum(@-i...@-i); f2
First of all I would like to
Am 21.07.2010 16:24, schrieb Carsten Dominik:
On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote:
Hi all!
lately I use the marvelous clocktables a lot...
For toplevel clocktables which just sum up all I use :maxlevel 0
The manual reads
:maxlevelMaximum level depth to which times
Hi Martin,
On Jul 21, 2010, at 4:32 PM, Carsten Dominik wrote:
Hi Martin,
I just looked at your patch.
If I have a normal agenda (i.e. *not* a block agenda), then your
patch will cause the preset filter *not* to be applied.
OK, that was obviously incorrect, sorry about that.
However, it
On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote:
Am 21.07.2010 16:24, schrieb Carsten Dominik:
On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote:
Hi all!
lately I use the marvelous clocktables a lot...
For toplevel clocktables which just sum up all I use :maxlevel 0
The manual
Hi Carsten,
Carsten Dominik carsten.domi...@gmail.com wrote:
please pull and check if this is fixed now.
works again here :) Thanks for fixing!
Ulf
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
On Jul 22, 2010, at 12:36 AM, jeff stern wrote:
hi, please forgive me if this is a FAQ. i could not find it in the
manual nor by searching the list archives.
i love the dynamic block clock feature (C-c C-x C-r) and love that i
can set certain paramters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
assuming I have the following in an org buffer (and enabled evaluation
of R code), and export it to html.
The exported html looks perfect, but when I go into the *R_test* buffer,
I see all the commands evaluated in the export (which is not such a
Cecil Westerhof cldwester...@gmail.com writes:
Op woensdag 21 jul 2010 15:46 CEST schreef Juan:
| # | Total hours | 16@ 15' 0 | 18@ 5' 0 |
| ^ | | totalTime1 | totalTime2 |
|---+-++|
#+TBLFM: $totalTime1=vsum(@-i...@-i); f2 ::
On Jul 22, 2010, at 10:14 AM, Carsten Dominik wrote:
On Jul 13, 2010, at 5:11 PM, Julien Fantin wrote:
Thanks for noticing Dominik,
Reverting back to regular indentation is what I've done,
THis is not what I mean.
What I mean is that you can turn off org-indent-mode just while you
use
Hi
I try to use org-collector. Since I have changed org-mode to release 7.01
there is a modification in the display of propview.
Below an example :
-
* View
#+BEGIN: propview :cols (ITEM CATEGORY) :scope tree :match Inside1
| ITEM
On Thu, 22 Jul 2010 01:26:29 -0500, Russell Adams rlad...@adamsinfoserv.com
wrote:
On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
Hey list,
I was wondering if anyone out there manages his personal accounting
with org. I never really managed my personal
d.tchin writes:
Hi
...
Subsidiary question : is it possible not to display the tag in propview
ang ITEM entry.
Sorry. For this question, what I want is to get ITEM entry without the
tag in propview display.
GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON
I always use the formula editor even when I have a single formula. It will
even highlight in the cells in the table related to the construct where the
cursor is in (the region pointed by @-i...@-i, for instance). It also makes
easy to change a cell reference using shift+arrows.
To make it short,
Great job Dominik,
I have in fact went the true indentation way since then, and don't
miss org-indent-mode actually.
I've managed to get the src blocks to behave the same way, by seting
org-preserve-indentation to nil and org-edit-src-content to 0. So what
I described in the other thread is
Op donderdag 22 jul 2010 10:43 CEST schreef Andreas Burtzlaff:
I have two formula's that I have to write for every column, I still
would like to now if there is a way to only write them once.
No, I'm afraid not.
I have to live with it then.
I am not very happy with the long line of
Hi all,
I have found what is possibly a bug in the LaTeX export in org-mode but
I'm not totally sure.
I am no LaTeX expert, in fact I know very little about it. I have used
a process of ilimination to try and produce the simplest case I can to
demonstrate the issue.
What happens is that if I
Hi list,
I'm trying to get source code exported to HTML with captions, e.g. like:
#+caption: Examples of variable declaration.
#+begin_src sql
SELECT 6*9;
#+end_src
There seems to be code in org-exp.el, see lines 2128 and
following in version 7.01f of org-mode.
However, I'm unable to find
Sébastien Vauban wxhgmqzgw...@spammotel.com
writes:
This is the point where I conclude that there can't be done anything
about it except modifying Gnus' cache mechanism.[2]
Do you think that would happen? Are there people aware of this, and
willing to do such a change?
I'm not sure, but I
A patch to fix beamer class export documentation.
-- Puneeth
diff --git a/doc/org.texi b/doc/org.texi
index 639abf1..7eb2ce9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9909,9 +9909,9 @@ different level - then the hierarchy above
frames will produce the sectioning
structure of the
Russell Adams rlad...@adamsinfoserv.com writes:
On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
Hey list,
I was wondering if anyone out there manages his personal accounting
with org. I never really managed my personal finances, but I think
it's about time to know
Hi evita,
evita moreno evitamoren...@live.com writes:
Typing
$ sudo lsmod | grep pcspkr
in my terminal does not give anything. It simply shows the next prompt
(if I am using the correct terminology - I am new in emacs and Linux!).
You could try sudo modprobe pcspkr. This should activate
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org
writes:
Hi Bernt,
Bernt Hansen wrote:
Mirroring your mail server with offline imap or some other tool and linking
to the local mirror might help your access times. I've never used that
myself but others have reported
Hi,
The following minimal patch to org-collector.el should remove tags from
the ITEM text, which will also remove the many \n characters. Please
let me know if this works for you.
Thanks -- Eric
diff --git a/contrib/lisp/org-collector.el b/contrib/lisp/org-collector.el
index 72eb8f2..2646b3f
Eric S Fraga ucec...@ucl.ac.uk writes:
On Thu, 22 Jul 2010 01:26:29 -0500, Russell Adams rlad...@adamsinfoserv.com
wrote:
On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
Hey list,
I was wondering if anyone out there manages his personal accounting
with org.
Hi list,
The current make install doesn't work for installing org on the mac. I
wanted to update to version 7 but emacs still loads version 6.33x. The
install task is copying files to /usr/local/share/emacs/site-lisp/.
What should in order to make emacs load from it ? (It seems Emacs.app
has org
Ops, forgot the question:
Any ideas on how I could fix it?
Cheers,
Marcelo.
On Thu, Jul 22, 2010 at 1:30 PM, Marcelo de Moraes Serpa
celose...@gmail.com wrote:
Hi list,
The current make install doesn't work for installing org on the mac. I
wanted to update to version 7 but emacs still
Hi Marcelo,
Ensuring that the path to the latest Org-mode is on the front of your
load path *before* you require org-install. The following should work
(add-to-list 'load-path /usr/local/share/emacs/site-lisp/)
(require 'org-install)
Best -- Eric
Marcelo de Moraes Serpa celose...@gmail.com
Thanks Eric,
I've done it and I'm getting a confusing output from org-version:
Org-mode version 6.33x (release_7.01g.20.gdd484)
It seems it has updated, but it shows 6.33x as version and between
paranthesis it shows release 7.01. Any ideas?
Thanks,
Marcelo.
On Thu, Jul 22, 2010 at 1:46 PM,
This is what I do.
I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs
emacs.
I make a local copy of Makefile with the following changes to the header:
##--
## YOU MUST EDIT THE FOLLOWING LINES
Thanks. What's the output of M-x org-version for you ?
Marcelol.
On Thu, Jul 22, 2010 at 2:06 PM, Juan pech...@computer.org wrote:
This is what I do.
I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs
emacs.
I make a local copy of Makefile with the following changes to the
Hi Robert,
Currently captions are only supported for Tables and for Links, not for
code blocks. Although the caption attribute is used by code blocks it
is only used to hold the code block name, not as an actual caption.
Adding real captions to code blocks (and moving the code block name to
Hi Tassilo,
Tassilo Horn wrote:
Sébastien Vauban wxhgmqzgw...@spammotel.com writes:
Even if feasable, doing your way seems to add a layer of complexity to the
installation... Would you have config to share, would I go that way?
Sure, but be aware that I don't use that setup anymore.
Thanks
Hi Matt,
Matt Lundin wrote:
Tassilo Horn tass...@member.fsf.org writes:
Sébastien Vauban wxhgmqzgw...@spammotel.com writes:
Even if feasable, doing your way seems to add a layer of complexity to the
installation... Would you have config to share, would I go that way?
Here's my
Hi Marcelo,
I get the following output from org-version
Org-mode version 7.01trans (release_7.01g.21.g8bda0)
I agree it's upsetting that you are getting 6.33 for your main
org-version. This value actually comes from the `org-version' variable,
so I'd recommend looking at this variable with the
Sébastien Vauban wxhgmqzgw...@spammotel.com
writes:
Hi Sébastien,
Even if feasable, doing your way seems to add a layer of complexity
to the installation... Would you have config to share, would I go
that way?
Sure, but be aware that I don't use that setup anymore.
Thanks a lot for the
Hi guys,
Org-mode newbie, here. I'd like to add newlisp to the list
of languages that babel supports. I got ob-template.el and
replaced all occurrences of template with newlisp.
When I try to execute a code block, it fails, looking for
inf-newlisp. That's inferior-mode, right? Can I work
Hi all,
for some projects, I have tenth of appointment entry children with a
past timestamp. They sometimes annoy me cause they make spotting the
actual entries harder.
Is there a way to spot such outdated entries, like building an agenda
view of outdated entries? To be more precise, with
On Thu, 22 Jul 2010 10:06:30 -0700, Eric Schulte schulte.e...@gmail.com
wrote:
Eric S Fraga ucec...@ucl.ac.uk writes:
On Thu, 22 Jul 2010 01:26:29 -0500, Russell Adams
rlad...@adamsinfoserv.com wrote:
On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
Hey
Ah, it is still loading org from the Emacs.app application bundle:
/Applications/Emacs.app/Contents/Resources/lisp/org/org.el.gz. I had
to remove the /Applications/Emacs.app/Contents/Resources/lisp/org
directory and then it loaded my other updated copy.
Marcelo.
On Thu, Jul 22, 2010 at 2:30 PM,
Hey guys,
I updated to org-mode Org-mode version 7.01trans
(release_7.01g.20.gdd484), and when trying to schedule an item with
C-c s, I get the following error:
org-eval-in-calendar: Wrong type argument: window-live-p, nil
Any ideas?
Thanks,
Marcelo.
Eric S Fraga ucec...@ucl.ac.uk writes:
On Thu, 22 Jul 2010 10:06:30 -0700, Eric Schulte schulte.e...@gmail.com
wrote:
[...]
Tangling does not require *any* language specific support. Since the
integration of Babel into Org-mode any type of code block should tangle
just fine. For example
Hello,
Here is a new, and probably final feature-wise, suggestion of list
improvement in Org Mode.
Table of Contents
=
1 What is it about again ?
2 Is that all ?
2.1 Preserving blank lines
2.2 Timer lists
2.3 Automatic rules
2.4 `org-apply-on-list'
3 Where
I'm at a loss... I tried the minimal config and it worked... then I compared
it to my normal config and didn't see anything wrong so I tried it there and
it also worked. I did change the current figure from #+begin_ditaa to
#+begin_src ditaa... maybe I had a typo somewhere before?
I literally
Hi,
scraw...@gmail.com writes:
Hi guys,
Org-mode newbie, here. I'd like to add newlisp to the list
of languages that babel supports.
That's fantastic.
I got ob-template.el and replaced all occurrences of template with
newlisp.
When I try to execute a code block, it fails, looking for
Is there an instruction manual documenting how the new org-babel
language extensions should work? This would really be helpful, because
I had trouble figuring out how to make sessions work in the pre-7.0
api (i'm adding Common Lisp support.) Documenting for how a language
extension is supposed to
On Thu, 22 Jul 2010 13:43:00 -0700, Eric Schulte schulte.e...@gmail.com
wrote:
Eric S Fraga ucec...@ucl.ac.uk writes:
[...]
Attached is my simple, linux only, org-babel solution and an example
org file which uses it. Note, I've still not had a chance to look at
the ob-template in Worg
On Thu, Jul 22, 2010 at 02:07:47PM -0500, Marcelo de Moraes Serpa wrote:
Thanks. What's the output of M-x org-version for you ?
7.01 trans.
.j.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
Juan wrote:
This is what I do.
I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs
emacs.
I make a local copy of Makefile with the following changes to the header:
[snip]
The bad thing is that I have to update this makefile every time a new
version comes from the git repo. This
Marcelo de Moraes Serpa wrote:
I updated to org-mode Org-mode version 7.01trans
(release_7.01g.20.gdd484), and when trying to schedule an item with
C-c s, I get the following error:
org-eval-in-calendar: Wrong type argument: window-live-p, nil
Any ideas?
Can you provide a backtrace for this
54 matches
Mail list logo