Dear all,
I'm sorry for my current lack of availability. I wanted
to hack back since late august but I was not able to.
I'm going through hard times since the summer and I need
to focus on securing a basic environment for my daily life.
I hope I can sort this out soon enough.
I'm thankful to e
Aloha Gary,
Gary Oberbrunner writes:
> Gary:
> My reason for not using TODO is just that it'd be ugly and confusing to
> put a heading in the middle of a list.
>
> Compare this:
> * Meeting report
> ** Meeting 1
> - a thing that happened
> - another thing that happened
> - TODO: email
Charles Berry ucsd.edu> writes:
>
> Rainer M Krug krugs.de> writes:
>
> >
> > Thanks - you came before me. I get the same error but managed to work
> > around.
> >
> > This is likely caused by the upgrade of ess,
>
> Likely.
>
> But it may not be an ESS problem per se.
>
> M-x R starts
Can "C-c C-o", when invoked on a [file:] link at point jump to the file
in a dired buffer, the way C-x C-j jumps me to a buffer's dired entry?
C-u C-c C-o isn't it, either---I don't want to actually open the file,
just see it in dired so I can do whatever needs to be done with it
(attach to an emai
[Sorry, I'm going to mess up the quoting here because I replied to Tory,
not the list. - gco]
On Tue, Sep 16, 2014 at 4:32 PM, Tory S. Anderson
wrote:
> Does the "- [ ]" form not work for you? They are generally considered the
> equivalent in my experience. C-c checks them.
>
> Gary Oberbrunner
Many thanks Fabrice for this very nice html theme. I am going to use it
also.
I cannot use another emacs-theme than your emacs-leuven-theme, and it is
going to be probably the same with your html theme !
Again, thanks !
Jo.
2014-09-15 20:58 GMT+02:00 Fabrice Niessen :
> Hello,
>
> I'm announci
Rainer M Krug krugs.de> writes:
>
> Thanks - you came before me. I get the same error but managed to work
> around.
>
> This is likely caused by the upgrade of ess,
Likely.
But it may not be an ESS problem per se.
M-x R starts a process that runs asynchronously. In interactive use there
Does the "- [ ]" form not work for you? They are generally considered the
equivalent in my experience. C-c checks them.
Gary Oberbrunner writes:
> Is there any way to have TODO items in bullet lists rather than headings:
>
> * Meeting report
> ** Meeting 1
> - a thing that happened
> - ano
Is there any way to have TODO items in bullet lists rather than headings:
* Meeting report
** Meeting 1
- a thing that happened
- another thing that happened
- TODO: email everyone about all the things
- some more things that happened
org-mode seems to only allow TODO in headings as far a
Thanks guys, great response so far.
I now have a lot of options to consider and even though a home server might
be the end game that will have to wait till I have more time to spare.
Those of you into home servers might find this interesting:
http://www.linuxjournal.com/content/raspberry-pi-perfec
I have
(global-set-key (kbd "S-C-") 'shrink-window-horizontally)
(global-set-key (kbd "S-C-") 'enlarge-window-horizontally)
(global-set-key (kbd "S-C-") 'shrink-window)
(global-set-key (kbd "S-C-") 'enlarge-window)
in my init file, as suggested at
http://www.emacswiki.org/emacs-en/WindowResiz
Brett Witty writes:
Hi,
> Is there a special property that contains the text of a headline but
> not the stars, todo, tags or any of that other data?
not a property, but functions:
,[ C-h f org-heading-components RET ]
| org-heading-components is a compiled Lisp function in `org.el'.
|
|
Hi,
Is there a special property that contains the text of a headline but not
the stars, todo, tags or any of that other data?
Alternatively, is there a way to clean up %ITEM before giving it to a
column-view?
BrettW
hob...@poukram.net (Rémi Letot) writes:
> That's the org-mode bundled with my emacs:
> Org-mode version 8.2.6 (release_8.2.6-1 @ /usr/share/emacs/24.4.50/lisp/org/)
> GNU Emacs 24.4.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-08-23
> on gkar, modified by Debian
>
> ...
>
> See above,
On Tue, Sep 16, 2014 at 1:56 PM, Michael Brand
wrote:
> the currently newest released Emacs 23.3.
This was (hopefully obviously) a typo and should have been
the currently newest released Emacs 24.3.
Michael
2014-09-15 18:30 GMT+02:00 Nicolas Goaziou :
> Hello,
>
> Since filters are meant for tweaking generated output, the information
> you're looking after is not readily accessible at this level. Your
> request makes sense, but I think you really want to write a derived
> back-end with a custom headl
Hello,
Fabrice Popineau writes:
> Am I the only one to have hit the bottom of the default max_specpdl_size
> and max_lisp_eval_depth values ?
> I had already set max_specpdl_size to 2600 and I had to raise it again.
>
> I have an Org file of about 1 lines, and I am exporting x100 beamer
> sl
No, you're not the only one. I've run across it several times. I'd say about
half of them revealed bugs on my part, but there's no doubt that it
occasionally has to be raised for legitimate reasons. I assume that the default
value is somewhat arbitrary, but chosen pragmatically.
,Doug
Douglas L
Thanks - you came before me. I get the same error but managed to work around.
This is likely caused by the upgrade of ess, as I realized it after
upgrading to ess 14.09.
You can work around by
1) evaluating the R code which gives the error message
2) quitting the R session
3) re-starting the R s
Hi,
Am I the only one to have hit the bottom of the default max_specpdl_size
and max_lisp_eval_depth values ?
I had already set max_specpdl_size to 2600 and I had to raise it again.
I have an Org file of about 1 lines, and I am exporting x100 beamer
slides and a latex document for about 200 p
I can't evaluate R code blocks in org files. For example the file with
contents:
--8<---cut here---start->8---
#+property: header-args:R :session R-foo
#+BEGIN_SRC R
print(pi)
#+END_SRC
--8<---cut here---end--->8---
spawns
Hi Uwe
On Tue, Sep 16, 2014 at 1:02 PM, Uwe Brauer wrote:
> this is patch is from 2012, which orgmode version did it enter then?
I implemented it in release_7.9.2-908-ga77442b and "git tag
--contains" tells that it is available since Org release 8.0 which is
newer than the pre-packaged Org mode
> Uwe Brauer writes:
> I think something like NaN was introduced to Org-tbls, but I don't
> remember the exact syntax, maybe try with 'nan':
> Http://lists.gnu.org/archive/html/emacs-orgmode/2012-12/msg00983.html
Aha, so I would indeed get:
| Name | Ex 1 | Ex2 | Ex + Ex2 |
| smi
Yes, you were right. An update of org-mode fixed everything. Thanks again!
John Kitchin writes:
> If you look in your messages do you see something like jit-lock errors?
> I do not recall exactly what the errors are but the ones I have seen
> that resemble what you describe have jit in them.
>
Michael Brand writes:
> On Tue, Sep 16, 2014 at 11:42 AM, Thorsten Jolitz wrote:
>> I think something like NaN was introduced to Org-tbls, but I don't
>> remember the exact syntax, maybe try with 'nan':
>>
>> http://lists.gnu.org/archive/html/emacs-orgmode/2012-12/msg00983.html
>
> Yes, and I al
Nick Dokos writes:
> Jarmo Hurri writes:
>
>> ...
>> However, I have _no idea_ what kind of work supporting output capture of
>> both static mode (image) and active mode (animation) would
>> require. Ideally, Babel support for Processing output would mean that in
>> the case of
>> 1. an animatio
On Tue, Sep 16, 2014 at 11:42 AM, Thorsten Jolitz wrote:
> I think something like NaN was introduced to Org-tbls, but I don't
> remember the exact syntax, maybe try with 'nan':
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2012-12/msg00983.html
Yes, and I already documented the OP use case
Uwe Brauer writes:
> Hello
>
> Consider the following table.
>
>
> | Name | Ex 1 | Ex2 | Ex + Ex2 |
> | smith |1 | 2 |3 |
> | miller | | |0 |
> #+TBLFM: $4=$2+$3
>
>
> Miller has no entries in Ex1 and Ex2 but when using C-u C-u C-c C-c also
> Ex2+Ex3 gets an entr
Hello
Consider the following table.
| Name | Ex 1 | Ex2 | Ex + Ex2 |
| smith |1 | 2 |3 |
| miller | | |0 |
#+TBLFM: $4=$2+$3
Miller has no entries in Ex1 and Ex2 but when using C-u C-u C-c C-c also
Ex2+Ex3 gets an entry namely zero. I don't like this I would
Along the lines of what Bruno suggested, at least these two services also
claim to be encrypted locally (so during transit through the net and
while on their servers things are always encrypted):
https://mega.co.nz/
http://www.wuala.com/
In fact, for files that you really want to be kept priva
Nick Dokos writes:
> hob...@poukram.net (Rémi Letot) writes:
>
>> Nick Dokos writes:
>>
>>> hob...@poukram.net (Rémi Letot) writes:
>>>
all org seems to work fine, but for some reason org-mode-hook is not
called when I open an org file...
>>>
>>> That's very unlikely: the hook is
#+title: Scope of properties as variables for babel blocks
* Overview
I have the following scenario in mind: =func1= and =func2= are two
functions that can be executed in two modes: =foo= and =bar=. Each
mode yields a different set of results, that have to be discussed,
separately, in two differen
On Monday, 15 Sep 2014 at 19:23, Eric Abrahamsen wrote:
[...]
> Another option would be getting a mini home server that sits in a closet
> and is always on. That solves the BitTorrent Sync problem, and you'll
> suddenly find it's good for a bunch of other stuff as well: backups,
> music, printing
Fabrice Niessen
writes:
> Hello,
>
> I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML
> exports.
>
> To use it in your own files, adding these lines should make it:
>
> #+HTML_HEAD: href="http://www.pirilampo.org/styles/bigblow/css/htmlize.css"/>
> #+HTML_HEAD: href="htt
34 matches
Mail list logo