Re: [O] [bug] TODO [/] cookie not updating if list has inline task

2015-06-11 Thread e.fraga
On Tuesday,  9 Jun 2015 at 17:09, Nicolas Goaziou wrote:
 e.fr...@ucl.ac.uk writes:

 coming back to my original problem: is there a consensus on how
 inline
 tasks should be treated within lists?  Inline means to me that they
 should not break up a list... but I would like this resolved if
 possible.

 Fixed in a4cc9d82d8069741be64c55f35f9d3ad7e2663d5. Thank you.

and thanks again!
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-802-g7e4228.dirty



Re: [O] [bug] Error evaluating table expression with relative references

2015-06-11 Thread e.fraga
On Tuesday,  9 Jun 2015 at 15:04, Nicolas Goaziou wrote:
 Hello,

 Eric S Fraga e.fr...@ucl.ac.uk writes:

 I seem to have encountered a bug in table spreadsheet
 evaluations.  See
 this example:

 #+begin_src org
   ,* Table evaluation with relative references
   | 1 | 2 | 3 |  6 |
   | 1 | 2 | 3 | #ERROR |
   ,#+TBLFM: @1$4=vsum($1..$3)::@2$4=vsum($1..$-1)
 #+end_src

 As far as I can tell, the two formulae should be equivalent?  Or am
 I
 missing something silly (not unlikely ;-)?

 Turning on debugging shows that the first formula gets converted to
 vsum([1,2,3]) whereas the second goes to vsum((1)..(3)).

 Fixed in 3924989b4f45a5c7ff89a4f7abdebc570cbaf7e2. Thank you.

Confirmed!  Many thanks.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-802-g7e4228.dirty



Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-09 Thread e.fraga
On Monday,  8 Jun 2015 at 16:46, Kaushal wrote:
 `org-capture` does not take up the full frame for me by default; I
 just tried that in an emacs -Q session.

You're right: it does not take up the full frame with -Q.  Strange: I
cannot find anything in my configuration that would change this
behaviour.  I don't set display-buffer-alist and it is nil.  I don't use
any of the other packages you and Thierry have mentioned.

I'll keep looking!

Thanks for your input.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-790-gb719c1.dirty



Re: [O] searching for csv utilities

2015-06-04 Thread e.fraga
On Wednesday,  3 Jun 2015 at 22:05, Michael Brand wrote:

[...]

 I just found the Calc function apply() which leads to this
 simplification:

 | Date |Sys |Dia |Pul |  Sugar |
 |--++++|
 | [2014-04-27 Sun] |125 | 88 | 78 | 92 |
 | [2014-04-28 Mon] |102 | 88 | 86 | 92 |
 |--++++|
 | vmean| 113.50 |  88.00 |  82.00 |  92.00 |
 | vcount   |   2.00 |   2.00 |   2.00 |   2.00 |
 | vmax | 125.00 |  88.00 |  86.00 |  92.00 |
 | vmedian  | 113.50 |  88.00 |  82.00 |  92.00 |
 | vmin | 102.00 |  88.00 |  78.00 |  92.00 |
 | vstdev   |   0.00 |   0.00 |   0.00 |   0.00 |
 | vsum | 227.00 | 176.00 | 164.00 | 184.00 |
 |--++++|

 #+TBLFM: @$2..@$ = apply($1, @I..@II); %.2f

 Michael

very nice!  one to remember.

however, vstdev does not appear to work?

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-790-gb719c1.dirty



Re: [O] [bug] TODO [/] cookie not updating if list has inline task

2015-05-20 Thread e.fraga
Hello again,

coming back to my original problem: is there a consensus on how inline
tasks should be treated within lists?  Inline means to me that they
should not break up a list... but I would like this resolved if
possible.

For the moment, Rasmus's patch works for me...

Thanks,
eric

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-790-gb719c1.dirty



Re: [O] Tangled Latex code gives error

2015-04-28 Thread e.fraga
On Monday, 27 Apr 2015 at 07:58, Lawrence Bottorff wrote:

[...]

 will result in both the * Introduction blurb as well as the stuff
 between
 the tatex structural elements being exported. With latex babel I can
 tangle and get only what I want. This is handy if I want to throw
 around a
 lot of chatter and extraneous stuff that ultimately I won't want in my
 final document. We might call this annotations a la orgmode. But,
 yes,
 then I don't get the built-in orgmode latex support that comes with a
 regular latex export. Please advise if I'm wrong on this
 understanding.

No, your understanding is spot on.  What you can do is have sections in
your org file which do not get exported, using either the :noexport: tag
or by commenting out individual headlines (C-c ;).  However, this is not
quite what you have illustrated in your email.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-790-gb719c1.dirty



Re: [O] How to place things differently in dot

2015-03-26 Thread e.fraga
On Thursday, 26 Mar 2015 at 13:14, Cecil Westerhof wrote:
 I was asked to make a diagram and was thinking that dot in org-mode could
 be a good idea.

[...]

 This is a good deal in the right direction, but a few things should be
 different:

The graphviz tools are fantastic for quick and dirty graphs but the
layout algorithms are not easily controlled... I would highly recommend
tikz ...

If you do want to use dot, I have only ever managed to get what I want
by changing the order in which I specify the connections and/or more use
of sub-graphs.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-790-gb719c1.dirty



Re: [O] Space at end of monospace string?

2015-03-26 Thread e.fraga
On Tuesday, 24 Mar 2015 at 11:04, Loris Bennett wrote:
 Hi,

 I'm writing a beamer presentation and have the followoing

- =--nodes=2=  $\Rightarrow$ 2 /or more/ nodes
- =--nodes=2-4=  $\Rightarrow$ 2 to 4 nodes

 It would be nice to have the arrows line up, but doing =--nodes=2  =
 obviously doesn't work.

If you want things to line up, I would recommend using either tables
(e.g. with \Rightarrow as column separator specified in the table
attributes) or one of the aligned equation environments in LaTeX with
\mbox or \textrm for the actual text elements.  Using font spacing is
always going to be messy...
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-790-gb719c1.dirty



Re: [O] [proposal] timezone-aware timestamps enhancement

2015-03-23 Thread e.fraga
On Friday, 20 Mar 2015 at 11:40, Randomcoder wrote:

[...]

 At this point in time I'm using Org-Mode's agenda to view events.
 Should I try to sync them up with my phone and if so what is the recommended
 way to go ?

I use MobileOrg on Android to sync between org and Google's calendar.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-790-gb719c1.dirty



Re: [O] [proposal] timezone-aware timestamps enhancement

2015-03-23 Thread e.fraga
On Friday, 20 Mar 2015 at 11:29, Randomcoder wrote:

[...]

 So would your computer find out the timezone and switch it
 automatically ?
 (IIRC Ubuntu does that by default)

No, I would change the time zone manually.


 On Wed, Mar 18, 2015 at 04:33:44PM +, Eric S Fraga wrote:
 org data were local time with a fluid definition of local.

 I'd be interested in knowing a bit more about the fluid definition.

Simply that I would put in the time that would be appropriate for where
I expected to be when the particular event were to take place.

Sometimes it's easier to not let the computers do everything!

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-790-gb719c1.dirty



Re: [O] Citations, continued

2015-02-09 Thread e.fraga
Tom,

thanks for this contribution.  From my point of view, you have
summarised the requirements very well.  I agree with them completely,
especially the need to expose and to hide the right information when
perusing the org file.

-- 
Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D)



Re: [O] Agenda add item, move point

2015-02-04 Thread e.fraga
Have you defined org-agenda-diary-file?
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-717-gd36bd8.dirty



Re: [O] Autogenerating beamer overlay parameter?

2015-01-26 Thread e.fraga
On Monday, 26 Jan 2015 at 09:22, Loris Bennett wrote:

[...]

 Aaron and Eric: I understand what is meant about this being more of a
 beamer question, but I'm only really interested in using Beamer via Org.

sure but the point is that beamer may have a solution to your problem
which then automatically will be usable within org whereas trying to
find an org based solution is likely to be clumsy at best.

YMMV, of course, so I hope you find a solution either way.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-717-gd36bd8



Re: [O] Autogenerating beamer overlay parameter?

2015-01-23 Thread e.fraga
On Friday, 23 Jan 2015 at 09:11, Loris Bennett wrote:
 Hi,

 I want to have the element of a list in a Beamer presentation appear
 one-by-one and then finally colour one entry red, so I do the following:

[...]

 This works, but is there something generic I can use to generate number
 of elements list + 1 to use to get the highlighting to occur at the
 right place?

No idea but I would suggest you look in the beamer manual and/or ask in
a LaTeX forum as this is not really an org question.  You already have
the org syntax sorted...  you just need to fill it in with the
appropriate beamer invocation.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-717-gd36bd8



Re: [O] long outline entries

2015-01-23 Thread e.fraga
On Thursday, 22 Jan 2015 at 17:06, Jude DaShiell wrote:
 Is there any way in org-mode to have two things happeautomatically when a 
 long outline entry gets keyed into a file?  First the lines of the outline 
 entry do not go beyond a defined right margin and split on spaces.  
 Second, subsequent lines created by above wrapping start on a left margin 
 that makes it clear to org-mode that these additional lines are all part 
 of the original outline entry since they're inside the indents created by 
 the stars and space that started the original outline entry?  A question 

Maybe auto-fill-mode is what you want?
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-717-gd36bd8



Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread e.fraga
On Thursday, 22 Jan 2015 at 23:05, Melleus wrote:
 MobileOrg for Android was abandoned finally, was it?

I have no idea.  However, I use it daily and I hope it continues to work
until I no longer use an Android phone...

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-717-gd36bd8



Re: [O] exporting latex fragments to ODT using imagemagick

2015-01-21 Thread e.fraga
On Wednesday, 21 Jan 2015 at 10:42, Sebastien Vauban wrote:

[...]

 On that part, given a deadline, a workaround could be to COMMENT the
 trees you don't want to export, instead of tagging them with noexport?

Thanks for the suggestion.  Interestingly, the export process still
attempts to generate images for LaTeX fragments within sections that are
commented out.  This seems fundamentally wrong?

At least, with tex:dvipng instead of tex:imagemagick, the export dosn't
fail.

Thanks again,
eric
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-717-gd36bd8