Eric Schulte writes:
> John Hendy writes:
>
>> On Mon, Mar 17, 2014 at 10:00 AM, Eric Schulte
>> wrote:
>>> John Hendy writes:
>>>
On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug wrote:
>
>
>
> On 02/07/14, 17:47 , Eric Schulte wrote:
> > Rainer M Krug writes:
> >
Am 06.03.2014 21:28, schrieb Rainer Stengele:
> All
>
> since a few days I see \344 instead of German "ä", but only in the date
> string part of the agenda.
> The collected headlines from my org files show German Umlaute "ä,ö,ü"
> correctly.
> Also all Org files look good.
>
> I wonder if someo
Hello,
James Harkins writes:
> The documentation here seems rather un-detailed.
>
> http://orgmode.org/manual/Tables-in-HTML-export.html#Tables-in-HTML-export
>
> What I wanted to do was to have vertical rules between all columns,
> but not horizontal rules. Neither this section of the documenta
Hi all,
I am using the capture column view to capture the contents of a subtree
at the beginning of the subtree. However, there are a lot of sections
that do not contain anything interesting for the capture in question, so
I would like to filter out anything except trees with certain tags.
So, fo
Hi Ilya,
Bastien writes:
> I can reproduce your problem now, I'm on it, and the problem is real,
> but I need to make sure all tests pass fine before fixing this.
Don't expect a fix anytime soon -- things are complex here and I need
a few hours in a raw to fix this.
--
Bastien
El dom, 16 mar 2014, Marcin Borkowski decía:
> Hi list,
>
> We all know that org-habit is great, but the only case when I actually
> see the consistency graph is in the agenda, when I did *not* do my habit
> today. Is there a way to display the consistency graph on demand, e.g.
> in the echo area
Hi Bastien,
Sorry, I failed to explicitly mention that it was in agenda
clockreport. It was in the screenshot, but I forgot that clocktable is
used in other places than agenda.
With current master (17ecfd4130b11e400b65dfd6b9df43af43d4061b) from
git://orgmode.org/org-mode.git i observe following
On 2014-03-17 23:36, Rasmus wrote:
Rick Frankel writes:
On Mon, Mar 17, 2014 at 11:19:27PM +0100, Rasmus wrote:
Hi Rick,
Rick Frankel writes:
> On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote:
>> Hello,
>>
>> Nicolas Goaziou writes:
>>
>> > So if the change is only stylistic, I see
* (org-babel-R-assign-elisp): replaced simple assignments of variables
to variables in R with assignments into an environment called 'org'
and lock these so that they can not be modified anymore.
* (org-babel-expand-body:R): wrap the call
of `org-babel-variable-assignments:R' into
- detachmen
Hi Mats,
You can add
:skip-empty-rows t
to the columnview header, so that rows with no Status property will
not show.
This, however, will also hide the "Release" headers. Workaround is to
add a dummy 'Status' property to these.
Doc here: http://orgmode.org/manual/Capturing-column-view.htm
Hi
I just send a patch which changes the behaviour of how org variables are
treated in R. At the moment, org variables are simply stored in the
.GlobalEnv which means, that all show up in the variable listing (which
can get cluttered when having many variables), they can accidentaly be
deleted and
Thanks Juan,
It seems to work, so I'll use that for now, but having some sort of
filtering supported would be a great feature.
I'll play around a little and see if that can be added.
Best wishes,
Mats Kindahl
On 03/18/2014 03:08 PM, Juan Pechiar wrote:
> Hi Mats,
>
> You can add
>
> :skip-
> However, there is a problem:
>
> --8<---cut here---start->8---
> #+name: notify
> #+BEGIN_SRC emacs-lisp :results none
> (shell-command "popup.py DONE")
> #+END_SRC
>
> #+name: long-running
> #+BEGIN_SRC shell :results output :post notify
> sleep 5
> echo DONE
Aric Gregson writes:
> Hello,
>
> I am wondering if it is possible to get org-mode to stop asking to read
> the bbdb file when creating the new agenda. It is a bit annoying because
> GNUS in another instance of emacs generally has the file.
>
> I have seemingly removed any calls to bbdb in my or
On 2014-03-17 23:31, Rasmus wrote:
It's a variable that you can set in your project or in your Org file
or in your init file. I don't see why div × 3 is better than section
article div or something else conditional on two variables being
explicitly set to get fancy HTML5. . . In any case, I don
Bastien writes:
> Ilya Shlyakhter writes:
>
>> When I open emacs with this file, move to the emacs-lisp block, and
>> evaluate it, I get "aaa".
>
> I can reproduce your problem now, I'm on it, and the problem is real,
> but I need to make sure all tests pass fine before fixing this.
Okay, so I
Hi Rainer,
did you sign the FSF papers? We need this before considering applying
the patch. Also, the formatting of the Changelog entry is not correct,
please carefully read http://orgmode.org/worg/org-contribute.html
Thanks,
--
Bastien
Hi Luke,
Luke Crook writes:
> #+LATEX_HEADER: \newcommand{\orgtitle}TITLE
My understanding is that Org's macros cannot be used
within #+... options.
HTH,
--
Bastien
Hi Nikolai,
Nikolai Weibull writes:
> (org-mode): When loading Org buffers through desktop
I'm not sure what the above means, can you explain it?
Also, what is exactly the bug this fixes (beyond setting
something that does not need setting)?
Thanks,
--
Bastien
Thanks Bastien.
Property API documentation could be made more precise in some places.
>From the documentation of org-entry-get (both the docstring and the
Org manual), it would seem that unless the inherit argument is
non-nil, file-wide and system-wide property settings should not be
checked at al
Hi Andreas,
Andreas Leha writes:
> The second link is not clickable in the resulting pdf.
This should be fixed now, thanks.
--
Bastien
I would like to use an image as an anchor in an HTML export (specifically in a
reveal.js export---I really like this). I can't figure out how to make it work,
and just end up with either a link with a missing image or an image with no
link. I don't see this documented. Is it possible?
What I
Hi Alexey,
Alexey Lebedeff writes:
> Sorry, I failed to explicitly mention that it was in agenda
> clockreport. It was in the screenshot, but I forgot that clocktable is
> used in other places than agenda.
You need to configure `org-agenda-clockreport-parameter-plist'
like this:
(setq org-agen
Hi Thomas,
Thomas Holst writes:
> ok here is the patch for documentation.
Thanks -- can you read this page?
http://orgmode.org/worg/org-contribute.html#sec-5
There are advice on how to format the Changelog entry.
See in particular this list:
- Variables and functions names are quoted like `t
Hi Oleh,
Oleh writes:
> I would modify it like this to ignore just "." and "..":
>
> --- a/lisp/org-attach.el
> +++ b/lisp/org-attach.el
> @@ -425,7 +425,7 @@ This can be used after files have been added
> externally."
>"Return a list of files in the attachment directory.
>
On 2014-03-18 11:46, William Denton wrote:
I would like to use an image as an anchor in an HTML export
(specifically in a reveal.js export---I really like this). I can't
figure out how to make it work, and just end up with either a link
with a missing image or an image with no link. I don't see t
Pardon me for resurrecting an old thread, but I am sorry to report that I'm
experiencing the issue described below today.
Since I use eschulte's starter kit for my emacs initialization, it's not easy
to start a fresh emacs and install org-mode from ELPA before calling any
org-mode functions.
P
On 18 March 2014, Rick Frankel wrote:
What I want to end up with in the output is something like:
#+BEGIN_SRC org
,* Test image link
[[http://example.com][file:image1.png]]
#+END_SRC
Cripes, I was sure I'd tried that, but I guess I didn't. And of course it's the
easiest and obvious way
Well, I overestimated the required effort. This is done, apparently
successfully.
Cheers,
--Dave
> Since I use eschulte's starter kit for my emacs initialization, it's not easy
> to start
> a fresh emacs and install org-mode from ELPA before calling any org-mode
> functions.
>
> Presently I'm
Sorry, Fletcher, but this is beyond me. If what you want is essentially a
buffer-based screenshot, then it may in theory be easier, relatively speaking,
to build elisp routines to copy the contents of buffers, but that would be even
further beyond my abilities.
Phil
- Original Message --
Bastien gnu.org> writes:
>
> Hi Luke,
>
> Luke Crook balooga.com> writes:
>
> > #+LATEX_HEADER: \newcommand{\orgtitle}TITLE
>
> My understanding is that Org's macros cannot be used
> within #+... options.
>
> HTH,
>
Bastien, thanks. That would certainly explain it. I think I wi
Bastien writes:
> Okay, so I committed a different fix in maint and master.
That fix (and the explanation) makes much more sense… I'll have to see
that this also gets tested, but I won't get to it for some time,
unfortunately.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andro
I have a table where the data runs left-to-right instead of
top-to-bottom. For example:
| year | 2014 | 2015 | 2016 | 2017 | 2018 |
| value |1 |2 |3 |4 |5 |
Gnuplot expects the data to be top-to-bottom, but I want to keep the
table in that format. I know that I could wr
Aloha hubert,
Could you use the transpose function in the Library of Babel?
#+name: transpose-example
| 1 | 2 | 3 |
| 4 | 5 | 6 |
#+name: transpose
#+begin_src emacs-lisp :var table=transpose-example
(apply #'mapcar* #'list table)
#+end_src
#+results: transpose
| 1 | 4 |
| 2 | 5 |
| 3 | 6 |
On Tue, Mar 18, 2014 at 4:27 PM, Bastien wrote:
> Nikolai Weibull writes:
>
>> (org-mode): When loading Org buffers through desktop
>
> I'm not sure what the above means, can you explain it?
> Also, what is exactly the bug this fixes (beyond setting
> something that does not need setting)?
Sorr
Hi Achim,
Achim Gratz writes:
> Bastien writes:
>> Okay, so I committed a different fix in maint and master.
>
> That fix (and the explanation) makes much more sense… I'll have to see
> that this also gets tested, but I won't get to it for some time,
> unfortunately.
I'll first fix the document
Hi Bastien,
· Bastien wrote:
> Thomas Holst writes:
>
>> ok here is the patch for documentation.
>
> Thanks -- can you read this page?
> http://orgmode.org/worg/org-contribute.html#sec-5
>
> There are advice on how to format the Changelog entry.
>
> See in particular this list:
>
> - Variables
On Tue, 18 Mar 2014 07:44:20 -1000, t...@tsdye.com (Thomas S. Dye) said:
[...]
> #+name: transpose
> #+begin_src emacs-lisp :var table=transpose-example
> (apply #'mapcar* #'list table)
> #+end_src
Thanks. That works, except that hlines in the table confuse it, so I
modified it as below (usin
Nick Dokos writes:
> I think your impression is correct, assuming that org-agenda-file-regexp
> has not been modified:
Thanks Nick. So I am left trying to figure out why org agenda creation
keeps pulling in the bbdb file.
Aric
Rick,
Rick Frankel writes:
> On 2014-03-17 23:31, Rasmus wrote:
>> It's a variable that you can set in your project or in your Org file
>> or in your init file. I don't see why div × 3 is better than section
>> article div or something else conditional on two variables being
>> explicitly set t
Rick Frankel writes:
> On 2014-03-17 23:36, Rasmus wrote:
> When you refer above to "utf-8 entities", do you mean the named html
> entities (e.g., <) or the actual utf-8 encoded characters?
The latter. Do M-x describe-char on such an character. Emacs will
tell you the code points. My conjectu
I tried creating a custom class and then tried creating a custom style. But
I found the easiest to be the following;
#+AUTHOR:
#+LATEX_HEADER: \newcommand{\orgauthor}{}
#+EMAIL:
#+LATEX_HEADER: \newcommand{\orgemail}{}
#+TITLE:
#+LATEX_HEADER: \newcommand{\orgtitle}{}
#+DATE:
#+LATEX_
Luke Crook writes:
> It would be great if org-mode added support for substitution to the #+
> fields.
Nicolas, what do you think?
--
Bastien
Hi Samuel,
Samuel Wales writes:
> as far as i know, my assessment below is correct, but i cannot
> confirm.
I revisited this thread.
> i believe that if undo-related code is ripped out of babel, then undo
> will work correctly in the source buffer and in the edit buffer.
> i am not clear on wh
Hi Rainer,
Rainer M Krug writes:
> Hi
>
> I just send a patch which changes the behaviour of how org variables are
> treated in R. At the moment, org variables are simply stored in the
> .GlobalEnv which means, that all show up in the variable listing (which
> can get cluttered when having many
On Mar 18, 2014, at 11:41, Bastien wrote:
> Hi Andreas,
>
> Andreas Leha writes:
>
>> The second link is not clickable in the resulting pdf.
>
> This should be fixed now, thanks.
>
Hi Bastien,
I just tried with 35f27a1fe and my issue is fixed. (The one about the hexifying
of a valid chara
On Tue, Mar 18, 2014 at 3:44 AM, Rainer M Krug wrote:
> Eric Schulte writes:
>
>> John Hendy writes:
>>
>>> On Mon, Mar 17, 2014 at 10:00 AM, Eric Schulte
>>> wrote:
John Hendy writes:
>>> Out of curiosity, is there a consensus that this is the preferred
>>> behavior for tangling by defa
On Mar 8, 2014, at 7:12, Alan Schmitt wrote:
> Nick Dokos writes:
>
>> Alan Schmitt writes:
>>
>>> Hello,
>>>
>>> Is there a way to disable line breaks inside verbatim or code text when
>>> using auto fill? For instance, if I type the following:
>>>
>>> This is an example of a long line w
I have this list of books that I've read on my kindle which I now want
to store for posterity in org-mode.
24-11-13 - Andrew Lane - young sherlock Holmes, fire storm
3-12-13 - Richmal Compton - just Williams New years day
9-12-13 - richmal compton - still william
11-1-14 - Pc wren - beau geste
Just curious, what do you find unpleasant about the default coloring?
At first I didn't like the grey, but after time I came to value it because
I don't
want the code to really jump out, instead just be reference-able since C:c
' brings up
the editor with full highlighting.
Really, I'm just curio
Hi Bastien,
My config is definitely to blame.
With my config newlines are output as:
Even on 8.2.5h.
On Thu, Mar 13, 2014 at 3:15 AM, Bastien wrote:
> Hi Grant,
>
> I just tested the minimal example with Org 8.2.5h and fci-mode
> activated but didn't notice anything strange.
>
> Do you s
On Mar 18, 2014, at 20:39, Sharon Kimble wrote:
> I have this list of books that I've read on my kindle which I now want
> to store for posterity in org-mode.
(OT thus sounds more like tasks/checklists to me)
>
> 24-11-13 - Andrew Lane - young sherlock Holmes, fire storm
> 3-12-13 - Richma
The other options are prettier and the hook is more flexible; I had only
cared about
tangling though so I set this:
(defadvice org-babel-tangle (before org-babel-tangle-before activate)
(message (concat "org-babel-tangle BEFORE: <"
(format-time-string "%Y-%m-%dT%T%z")
Not sure if this is a feature or a bug, but those on #org-mode prompted
me to post it.
GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10)
Org version 8.2.5c
If you take the following minimal example of an org file:
* A
** B
*** TODO C
*** D
*** E
And navigate to TODO C from a
Sharon Kimble writes:
> I have this list of books that I've read on my kindle which I now want
> to store for posterity in org-mode.
>
> 24-11-13 - Andrew Lane - young sherlock Holmes, fire storm
> 3-12-13 - Richmal Compton - just Williams New years day
> 9-12-13 - richmal compton - still will
Hi, people.
Just want to share that, for the last few days, I'm playing with a
JavaScript Org-mode parser written by Masafumi Oyamada, found here:
https://github.com/mooz/org-js
To my eyes at least, it is very speedy, and fairly clean internally
(contrasting with other JavaScript Org parsers I
56 matches
Mail list logo