Dan Davison stats.ox.ac.uk> writes:
> The org-babel default is to invoke R as an external shell command, and I
> think this is what is causing the problem. It requires that the emacs
> function shell-command can use the string "R" to invoke an R process,
> i.e. the R installation and the shell pat
Hi Benjamin,
Benjamin Andresen wrote:
> Sébastien Vauban writes:
>>
>> Here my proposal (and my very first self-written chunk of ELisp code) for
>> switching to the right language for ispell, upon reading the contents of
>> the meta-tag `LANGUAGE'.
>
> I think using File Variables are better for
Hi Alan,
Alan Boudreault wrote:
>
> Here's what I'm trying to do (without success) in my spreadsheet:
>
> I have a first table :
>
> #+TBLNAME: table1
> | ... |... | |...|...
>
> and a second table:
>
> #+TBLNAME: table2
> | line_reference | ... |... | |...|...
>
> The line_reference is th
On Jan 12, 2010, at 10:37 PM, Dan Davison wrote:
If you hit on a footnote definition, it indents it away from
column 1, to align with its heading. However, the footnote definition
needs to start in column 1 in order for the footnote to be correctly
exported. It would be nice if the footnote ex
Hi Sébastien and thank you for your answer.
The problem with that technique is that I'll have to name ALL the cell
for ALL the colomn. Here's an example of my table:
#+TBLNAME: FOOD
| Name| Brand | Amounts (g) | Calories | Protein |
Carbohydrate | Fat |
|--
Hi Alan,
seems what you're looking for is some relational database functionality, which
is not possible with org spreadsheets :-(
Find a possible solution for your problem in the attached org file. You will
need org-babel to execute the source blocks.
hth,
Stephan
Also sprach Alan Boud
Hi Alan,
I think what you would have to do is to build a lisp function that
creates the full reference by string manipulation, and then calls org-
table-get-remote-range directly to retrieve the result.
That function returns a string or a list of strings, so conversion
might be needed depe
Thanks for your help Carsten, Stephan and Sébastien. I'm going to take a look
at your suggestions and see what I can do.
Alan
On January 13, 2010 06:59:54 am Carsten Dominik wrote:
> Hi Alan,
>
> I think what you would have to do is to build a lisp function that
> creates the full reference by
Begin forwarded message:
From: Carsten Dominik
Date: January 12, 2010 6:20:58 PM GMT+01:00
To: Dustin Hoffman
Subject: Re: [Orgmode] Exporting Column view Estimate
Hi Dustin,
On Jan 12, 2010, at 4:37 PM, Dustin Hoffman wrote:
Yup, my name really is Dustin Hoffman.
Sorry for hooking on
On Jan 12, 2010, at 3:20 PM, Eric S Fraga wrote:
Carsten et al.,
with the attached file, if I position the cursor on the 3rd numbered
entry in the first list and hit tab, the following single sentence
paragraph is hidden. This seems somewhat non-intuitive to me or have
I misunderstood somethi
At Wed, 13 Jan 2010 14:18:51 +0100,
Carsten Dominik wrote:
>
>
> On Jan 12, 2010, at 3:20 PM, Eric S Fraga wrote:
>
> > Carsten et al.,
> >
> > with the attached file, if I position the cursor on the 3rd numbered
> > entry in the first list and hit tab, the following single sentence
> > paragrap
Hi, all
I am new to orgmode. I wonder whether I can clock the time for multi-task.
For example, I have two tasks: A, B. I issue `C-c C-x C-i' on the
header of A. It shows like this.
* Task
** A xx
CLOCK: [2010-01-12 Wed. 21:35]
** B xx
But when I issue the same command `C-c C-x C-i' o
On Jan 13, 2010, at 2:50 PM, Edmond Halley wrote:
Hi, all
I am new to orgmode. I wonder whether I can clock the time for multi-
task.
For example, I have two tasks: A, B. I issue `C-c C-x C-i' on the
header of A. It shows like this.
* Task
** A xx
CLOCK: [2010-01-12 Wed. 21:35]
** B
Hi Eric and Carsten,
Eric S Fraga wrote:
> Carsten Dominik wrote:
>> On Jan 12, 2010, at 3:20 PM, Eric S Fraga wrote:
>>>
>>> with the attached file, if I position the cursor on the 3rd numbered entry
>>> in the first list and hit tab, the following single sentence paragraph is
>>> hidden. This se
On Jan 13, 2010, at 3:11 PM, Sébastien Vauban wrote:
Hi Eric and Carsten,
Eric S Fraga wrote:
Carsten Dominik wrote:
On Jan 12, 2010, at 3:20 PM, Eric S Fraga wrote:
with the attached file, if I position the cursor on the 3rd
numbered entry
in the first list and hit tab, the following si
Hi Carsten,
Carsten Dominik wrote:
> On Jan 13, 2010, at 3:11 PM, Sébastien Vauban wrote:
>> Eric S Fraga wrote:
>>> Carsten Dominik wrote:
On Jan 12, 2010, at 3:20 PM, Eric S Fraga wrote:
>
> with the attached file, if I position the cursor on the 3rd numbered
> entry in the firs
Hi Eric and Dan,
--8<---cut here---start->8---
#+TITLE: Bug in output PDF with source blocks of unknown language
#+AUTHOR:Seb Vauban
#+EMAIL: n...@one.com
#+DATE: 2010-01-13
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE: en_US
* Context
Here is a
Hi Sébastien,
Sébastien Vauban writes:
[...]
> * Bug
>
> You see that when the language is unknown to Org-babel (=Delphi= in this
> example), it gets ignored during export, and gets replaced by the previous
> code block!!
>
> So, the current workaround is to take whatever other language
I'm a bit rusty so please excuse any stupid questions.
I decided to clear up my org files which are, frankly, a mess.
Two major issues for me to get my head around.
1) Tags v Categories. Its not entirely obvious to me what categories are
for. Are they like a more specialised tag?
2) Refiling.
> If I then select "general" it also prompts for me now to select "learn
> org mode". Is this because of some hangover from me using org-mode? In
That should read "ido-mode". Sorry.
> other words I cant refile to linux.org/debian.
>
___
Emacs-orgmo
Hi all
I wonder if anyone can guide me in amending my block agenda?
currently I have:
(setq org-agenda-custom-commands
'(("a" "Custom block Agenda"
((agenda "")
(todo "STARTED")
(tags-todo "FOCUS")))
("d" todo "DONE"
On Wed, Jan 13, 2010 at 10:00 PM, Richard Riley wrote:
>
> I'm a bit rusty so please excuse any stupid questions.
>
> I decided to clear up my org files which are, frankly, a mess.
>
> Two major issues for me to get my head around.
>
> 1) Tags v Categories. Its not entirely obvious to me what categ
Manish writes:
> On Wed, Jan 13, 2010 at 10:00 PM, Richard Riley wrote:
>>
>> I'm a bit rusty so please excuse any stupid questions.
>>
>> I decided to clear up my org files which are, frankly, a mess.
>>
>> Two major issues for me to get my head around.
>>
>> 1) Tags v Categories. Its not entire
Hi Richard,
Richard Riley writes:
> Two major issues for me to get my head around.
>
> 1) Tags v Categories. Its not entirely obvious to me what categories are
> for. Are they like a more specialised tag?
Categories are primarily for visibility in the agenda. I use them to
remind myself what pr
Matt Lundin writes:
>> if I refile from elsewhere, it picks ALL items at a level to refile to when
>> I select
>> linux.org.
>>
>> e.g linux.org/general, linux.org/debian, linux.org/test
>>
>> If I then select "general" it also prompts for me now to select "learn
>> org mode". Is this because o
Hi Paul,
Paul Mead writes:
> I want the option to have TODO items with the tag "FOCUS" listed in both
> the custom block agenda, and as a list in its own right. In the custom
> block agenda however, I only want to see those which are unscheduled,
> not WAITING, not STARTED as I've already listed
> Richard Riley writes:
> That is fine and as expected. My point is more that I am unable to
> file to linux.org/general since it has elements filed there. It offers
> me to select an actual existing org item as opposed to letting me
> store the rewritten item to linux.org/general.
Not sure I
"d.tchin" writes:
> Dan Davison stats.ox.ac.uk> writes:
>> The org-babel default is to invoke R as an external shell command, and I
>> think this is what is causing the problem. It requires that the emacs
>> function shell-command can use the string "R" to invoke an R process,
>> i.e. the R inst
John Rakestraw writes:
>> Richard Riley writes:
>
>> That is fine and as expected. My point is more that I am unable to
>> file to linux.org/general since it has elements filed there. It offers
>> me to select an actual existing org item as opposed to letting me
>> store the rewritten item to
Matt Lundin writes:
>> block agenda however, I only want to see those which are unscheduled,
>> not WAITING, not STARTED as I've already listed those items above - it's
>> this section where I want to see all the FOCUS actions which I haven't
>> addressed yet.
>
> Does the following work?
>
> (set
Hi all,
Here a problem when exporting such a file:
--8<---cut here---start->8---
#+MACRO: sp1 \rule{0.52cm}{0.7pt}
#+MACRO: rest {\leavevmode \leaders \hrule height 0.7pt\hfill} \\
\clearpage{}
Nombre de la escuela de idiomas: {{{rest}}}
Nombre y apellidos de
I ran into a bug in which org-entry-get returns the wrong
value. It brought up some other points.
1) org-entry-get of "TODO" returns the wrong value when
there is a lower case version of a todo kw on a
headline. Example:
* neowhen
I have "NEOWHEN" as a todo kw.
What
On Thu, Jan 14, 2010 at 1:10 AM, Richard Riley wrote:
[...]
>
> Also thanks to the others - I used manish' funtion to toggle category
> appearance and I changed my categories to be more "Pretty Printing" for
> the agenda e.g
>
> :CATEGORY:The XyZ Project
>
The function is credit to Manuel Hermengi
Hello Carsten,
A SPACE is not allowed in the name when creating a new node/item while
refiling, is it a bug, restriction or configuration issue?
Regards
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs
34 matches
Mail list logo