org-mode Links

2014-04-25 Thread Esben Stien
Are there any plans to support org-mode links inside ledger-mode?

Every transaction should link to some sort of document and what I do now
is insert the UUID from another org-mode document that documents the
invoice and its properties.

-- 
Esben Stien is b0ef@e s  a 
 http://www. s tn m
  irc://irc.  b  -  i  .   e/%23contact
   sip:b0ef@   e e 
   jid:b0ef@n n

-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Disable Piping to Less

2014-04-25 Thread Esben Stien
John Wiegley jo...@newartisans.com writes:

 I'm pretty sure --no-pager will do it.

I'm running ledger-3.0.0-20130529, so it's probably too old. I get: 

Error: Illegal option --no-pager

-- 
Esben Stien is b0ef@e s  a 
 http://www. s tn m
  irc://irc.  b  -  i  .   e/%23contact
   sip:b0ef@   e e 
   jid:b0ef@n n

-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: org-mode Links

2014-04-25 Thread Craig Earls
Haven't even thought of it before. From the users standpoint how would want it 
to work?  I don't use org --
Craig

On Fri, Apr 25, 2014 at 7:22 AM, Esben Stien b...@esben-stien.name
wrote:

 Are there any plans to support org-mode links inside ledger-mode?
 Every transaction should link to some sort of document and what I do now
 is insert the UUID from another org-mode document that documents the
 invoice and its properties.
 -- 
 Esben Stien is b0ef@e s  a 
  http://www. s tn m
   irc://irc.  b  -  i  .   e/%23contact
sip:b0ef@   e e 
jid:b0ef@n n
 -- 
 --- 
 You received this message because you are subscribed to the Google Groups 
 Ledger group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to ledger-cli+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Disable Piping to Less

2014-04-25 Thread Jostein Berntsen
On 22.04.14,04:52, Esben Stien wrote:
 Martin Michlmayr t...@cyrius.com writes:
 
  I'm not sure if there's a better solution, but this will work:
  --pager /bin/cat
 
 Perfectamente;) Thanks.
 

For me this works best:

--pager more

I would like to use vim as a pager though. Anyone made ledger work with 
vimpager or
some similar solution?

Jostein

-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Project accounting

2014-04-25 Thread Jostein Berntsen
On 25.04.14,10:34, djp wrote:
 On Friday, 25 April 2014 08:59:10 UTC-4, Jostein Berntsen wrote:
 
  I guess ledger also can be used for project accounting for weekly reports 
  and other status reports. 
 
  Has anyone tried this? 
 
  
 Jostein, that looks brilliant!


Thanks! :)

Jostein


-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Disable Piping to Less

2014-04-25 Thread Johann Klähn
`OPT(no_pager)` seems to be missing from `report_t::lookup_option`.


On Wed, Apr 23, 2014 at 7:13 AM, John Wiegley jo...@newartisans.com wrote:

  Esben Stien b...@esben-stien.name writes:

  When I do ledger bal, it pipes the output to less.
  Any pointer as to how I can disable this behavior? Is there a switch?

 I'm pretty sure --no-pager will do it.

 John

 --

 ---
 You received this message because you are subscribed to the Google Groups
 Ledger group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to ledger-cli+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Building on Ubuntu 12.04

2014-04-25 Thread Martin Blais
Hi,
I'm trying to build Ledger from source on a vanilla Ubuntu 12.04 in order
to write a script to convert Ledger files to other formats.
I just burnt 3 hours fiddling and fiddling to get this working, I think
I've hit all the issues so far:
- the utf8.h missing file,
- older version of cmake barfing,
- custom install of recent boost not being recognized (had to edit a file
to force it)
- failed build using g++-4.7 (cannot recognize unique_ptr somehow)
- switched to clang
and a few more.

Does anyone have straightforward instructions on how to build on Ubuntu
12.04?
It is an awfully common platform, after all, it's the LTS.
(I've done a lot of this, I know if I keep banging on it I will win, but
this would save me lots of time.)
Thanks,

-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Building on Ubuntu 13.04

2014-04-25 Thread Martin Blais
Sorry I meant, 13.04, not the LTS.



On Fri, Apr 25, 2014 at 10:47 PM, Martin Blais bl...@furius.ca wrote:

 Hi,
 I'm trying to build Ledger from source on a vanilla Ubuntu 12.04 in order
 to write a script to convert Ledger files to other formats.
 I just burnt 3 hours fiddling and fiddling to get this working, I think
 I've hit all the issues so far:
 - the utf8.h missing file,
 - older version of cmake barfing,
 - custom install of recent boost not being recognized (had to edit a file
 to force it)
 - failed build using g++-4.7 (cannot recognize unique_ptr somehow)
 - switched to clang
 and a few more.

 Does anyone have straightforward instructions on how to build on Ubuntu
 12.04?
 It is an awfully common platform, after all, it's the LTS.
 (I've done a lot of this, I know if I keep banging on it I will win, but
 this would save me lots of time.)
 Thanks,




-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.