On Mon, Apr 22, 2013 at 08:29:57AM +0200, Bastien wrote:
> Hi Suvayu,
>
> Suvayu Ali writes:
>
> > Rest of the documentation is worked on at the moment. Worg is a
> > community resource, so you can contribute too! There was a recent (~1
> > month) post by Bastien outlining a procedure to mark
Bastien writes:
> Hi Baptiste and Christian,
>
> Christian Egli writes:
>
>> This looks a bit fishy. Shouldn't this be
>>
>> ((start) (format " start %s\n" start))
>
> I guess this should be
>
> (start (format " start %s\n" start))
Doh, yes of course.
--
Christian Egli
Swiss Library for t
Hi Bastien,
Am 22.04.2013 00:39, schrieb Bastien:
Hi Andreas,
thanks for the kind words.
The decision to step down after 8.0 was taken a long time ago,
before the recent problems on the list. I had to find someone
willing to step in before I could announce this.
Okay, a good news in circum
Sylvain Rousseau writes:
> Hello,
>
> I use the following patch (against release_8.0) to refile with helm. Just
> set org-completion-handler to 'helm.
Thanks a lot, this is very nice!
Any chance this patch may be applied in the official repository?
Alan
Hi,
you will find hereafter the patch after the little cleanup.
BTW, there is a way (by code reading, not tested) to force a milestone
with both start and end : if I am not wrong, you may use a :milestone
property of an org-entry to create a milestone task.
Not to say that it is not adv
Hi,
Viktor Rosenfeld writes:
> Hi,
>
> I've hacked the ox-koma-letter exporter to make it more configurable.
> See the Changelog of the attached patch, hopefully I've followed the
> Changelog guidelines propertly.
This looks very nice, thanks a lot.
I'm not sure about the procedure to apply thi
Hi,
I'm searching for best practices to track flexi time with orgmode. I've a work
contract of 8 hours per day in average. So I'd like to start a clock when I
arrive at work, pause it for lunch and stop it when I leave.
I wouldn't like to rely only on the sum of the time spent on tasks since th
Hello,
Alan Schmitt writes:
> I'm not sure about the procedure to apply this patch, however. Should I
> do it myself?
You're the file maintainer, aren't you? :)
Regards,
--
Nicolas Goaziou
Hi Thomas,
my way to handle this situation is a datetime tree.
In the morning
C-c a a i j
jumps to today and C-u C-c ! inserts a timestamp.
In the evening the same procedure followed by a
C-u C-c y to calculate my time in the office.
Friday evening I calculate over/under time for that week (i
1. Assume that the content is:
* Hello
:LOGBOOK:
- Note taken on [2013-04-22 Mon 16:57] \\
hello
:END:
2. Fold it, so that it becomes
* Hello…
3. Put the cursor at the end of the heading, and press M-RET or C-RET
* Hello…(here)
The new "*" will be in the beginning of :END:, which is in
Hi Viktor,
Viktor Rosenfeld writes:
> If I hit the =/= key in the agenda to filter the agenda by tag, the
> hotkeys defined in the list above are repeated multiple times.
Can you test this patch against latest maint or master branch?
Thanks,
>From 4c5a5d0fd1433f82e66344d2038f735c09643e3f Mon
Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt writes:
>
>> I'm not sure about the procedure to apply this patch, however. Should I
>> do it myself?
>
> You're the file maintainer, aren't you? :)
;-)
A couple notes about the patch:
- Could you create it using "git format-patch"? This way we'
Hello,
I briefly searching the list and but I'm unsure if this was discussed
before, so excuse me if this was discussed before.
I've got a question regarding how I can make this work with languages
that doesn't separate words with spaces.
The problem is if I'm trying to write:
文字*太字*文字
This esse
Glad to be of some help!
I doubt this will be applied since helm is not bundled in emacs but we
could definitely use a more general completion handler that may take a
function and write that function outside of org's code.
Sylvain.
On Monday, April 22, 2013 10:53:08 AM Detlef Steuer wrote:
> Hi Thomas,
>
> my way to handle this situation is a datetime tree.
>
> In the morning
> C-c a a i j
> jumps to today and C-u C-c ! inserts a timestamp.
> In the evening the same procedure followed by a
> C-u C-c y to calculate my time i
Viktor,
Looks nice!
> Also, I could not find an ox-koma-letter tutorial on Worg. I would be
> willing to create such a tutorial, maybe next weekend. Can anybody edit
> the contents on Worg or do I need special priviledges?
Ask Bastien or perhaps Carsten now for write access (you need to
provide
Thomas Koch writes:
> I'm searching for best practices to track flexi time with orgmode. I've a
> work
> contract of 8 hours per day in average. So I'd like to start a clock when I
> arrive at work, pause it for lunch and stop it when I leave.
>
> I wouldn't like to rely only on the sum of the
I echo all the thanks that other people already gave. My digital life
orbits around org-mode, so thanks to everyone who contributed to this
project. Keep it up!!
Julian
--
Julian Mariano Burgos, PhD
Hafrannsóknastofnunin/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Tele
Hi Alan,
Alan Schmitt wrote:
> > Also, I could not find an ox-koma-letter tutorial on Worg. I would be
> > willing to create such a tutorial, maybe next weekend. Can anybody edit
> > the contents on Worg or do I need special priviledges?
>
> You need to ask for write access.
Will do.
> I star
Hi Alan,
Alan Schmitt wrote:
> A couple notes about the patch:
> - Could you create it using "git format-patch"? This way we'll have
> more metadata in the commit.
I actually did that first and liked it more because then the patch was
split into more logical blocks (nine patches in total). Howev
Sorry for being inexact.
> Thank you Detlef for sharing this. However I can not follow.
>
> - C-c a runs the command org-agenda
> - a selects calendar for current week or day
> - i runs the command org-agenda-diary-entry
> - j ???
>
> - What is a datetime tree?
It is a "date tree" in org speak,
Hi Rasmus,
Rasmus wrote:
> > * Setting of KOMA options
> >
> > The presence of the sender's phone and email, the letter's place and
> > subject, as well as foldmarks and the backaddress are
> > configurable. Consider:
> >
> > #+OPTIONS: subject:titled place:nil phone:t email:t foldmarks:nil
> >
Hi all,
it would be great it there was (well, this is orgmode, so maybe there
is?) an option to use the exporter to open the result of a (previous)
export without doing the export again.
Such an option would spare me from searching the org-file for the file name
the exporter would use, and then s
Viktor Rosenfeld writes:
> Hi Alan,
>
> Alan Schmitt wrote:
>
>> A couple notes about the patch:
>> - Could you create it using "git format-patch"? This way we'll have
>> more metadata in the commit.
>
> I actually did that first and liked it more because then the patch was
> split into more logic
Viktor,
>> In a similar spirit to subject is firsthead. First head is displayed
>> by default in scrlttr2 as far as I recall, which is annoying.
>
> Is firsthead something that you change on a letter-by-letter basis? Or
> do you configure it once for your letters and never change it? In the
> la
On Apr 22, 2013 4:02 AM, "Muchenxuan Tong" wrote:
>
> 1. Assume that the content is:
> * Hello
> :LOGBOOK:
> - Note taken on [2013-04-22 Mon 16:57] \\
> hello
> :END:
>
> 2. Fold it, so that it becomes
> * Hello…
>
> 3. Put the cursor at the end of the heading, and press M-RET or C-RET
>
Hi Bastian,
Bastien wrote:
> Hi Viktor,
>
> Viktor Rosenfeld writes:
>
> > If I hit the =/= key in the agenda to filter the agenda by tag, the
> > hotkeys defined in the list above are repeated multiple times.
>
> Can you test this patch against latest maint or master branch?
The problem sti
Hello,
I would like to try using Eric Schulte's starter kit, mainly to have my
configuration file in org-mode, using an org-mode installation from
source. An issue on github
(https://github.com/eschulte/emacs24-starter-kit/pull/29) suggests using
a command line argument to do so, but this is not c
Alan Schmitt writes:
> Hello,
>
> I would like to try using Eric Schulte's starter kit, mainly to have my
> configuration file in org-mode, using an org-mode installation from
> source. An issue on github
> (https://github.com/eschulte/emacs24-starter-kit/pull/29) suggests using
> a command line
Hello Achim!
Finally got to it; pulled up to current (cf shell output below),
appended your snippet to local.mk and did a clean install:
On 14 March 2013 07:49, Achim Gratz wrote:
>> BS-Quoting and Doublequote-ing were the first things I tried:
> […]
>
> Yes I see, that is due to inadvertent dou
Eric Schulte writes:
> Adding a line to init.el will allow you to specify the Org-mode instill
> to use. Something like the following should work.
>
> (add-hook 'after-init-hook
> `(lambda ()
> ;; remember this directory
> (setq starter-kit-dir
> ,(file-name
Torsten Wagner writes:
> Hi,
> If I show org-mode to someone and if he/she points out the ugly graphic I
> stop at that point.
As I use a light text on dark background, I stop when they ask if there
is something wrong with my monitor because the background is
black... sigh.
And I've not only g
I might have converted someone this weekend.
I had been babbling about Emacs, lisp, and the early 1980s to him for some
time.
I told him that Emacs was a 37 year old tree, that it had carefully tended for
all that time by a community of folks that really cared about doing things the
right way
Thomas Koch writes:
> I wouldn't like to rely only on the sum of the time spent on tasks since
> there
> is always work time that can hardly be assigned to a specific task.
I have a heading that I clock stuff like all-hands meetings under that
shouldn't get booked to one of the projects I'm assi
Hello fellow "org-moders":
I just switch to org-mode 8.0.1 and noticed a regression to a
missbehaviour (a bug?) that happened at some point in a previous version and
was later fixed. This is the issue: I am working in an org-mode file
with R code blocks, and I do C-c' to edit one of them. I do
Bernd Haug writes:
> Finally got to it; pulled up to current (cf shell output below),
> appended your snippet to local.mk and did a clean install:
You don't need to add this anymore (unless you copied the old definition
from default.mk), it is already in mainline Org. But you do need to
quote the
Sometime after 37f94d2 , a bug appeared which seems close to the thread
subject:
When in the body of a heading, and pressing meta-enter, message prints: 'not
in item'.
Reverting to 37f94d2 fixes.
Thanks,
Jeff
On Mon, Apr 22, 2013 at 10:39 AM, Julian M. Burgos wrote:
>
> Hello fellow "org-moders":
>
> I just switch to org-mode 8.0.1 and noticed a regression to a
> missbehaviour (a bug?) that happened at some point in a previous version and
> was later fixed. This is the issue: I am working in an org-mo
Christoph,
On Sun, Apr 21, 2013 at 4:00 PM, Christoph LANGE wrote:
> Hi all,
>
> Gentoo users may find my ebuild for app-emacs/org-mode-8.0.1 useful.
> Please download it from
> https://466720.bugs.gentoo.org/attachment.cgi?id=346230 and let's hope
> this ebuild (or alternatively Emacs 24.4) will
On Mon, Apr 22, 2013 at 6:27 AM, Julian M. Burgos wrote:
> I echo all the thanks that other people already gave. My digital life
> orbits around org-mode, so thanks to everyone who contributed to this
> project. Keep it up!!
>
> Julian
>
I have been watching these multiple messages go by trying
Just echoing what everyone else has said: Bastien, your tenure at the
helm has just been fabulous. 8.0 is just an amazing release and org
already just amazingly great has become even better. Carsten, it's so
generous for you to come back to this project to which you have
already devoted so much
On Sun, Apr 21, 2013 at 9:25 AM, Bastien wrote:
> Hi Memnon,
>
> Memnon Anon writes:
[ snip ]
Quick question: is it true, now that Org 8.0 has been released, that
the engine which publishes Worg is now Org 8.0, too? In other words,
is it now safe to publish to Worg all of that stuff which was
I have a path in a list item like
2. Open ~~/path/to/somewhere~
which is exported as expected (via C-c C-e t U):
2. Open `~/path/to/somewhere'
So, to the exporter, the tilde in the path isn't closing the opening
verbatim snippet, but it is for org-mode's syntax-highlighting.
Emacs : GNU E
On Mon, Apr 22, 2013 at 11:48 AM, Jay Kerns wrote:
> Christoph,
>
> On Sun, Apr 21, 2013 at 4:00 PM, Christoph LANGE wrote:
>> Hi all,
>>
>> Gentoo users may find my ebuild for app-emacs/org-mode-8.0.1 useful.
>> Please download it from
>> https://466720.bugs.gentoo.org/attachment.cgi?id=346230 a
Eric S Fraga writes:
> And I've not only given up trying to convert anybody to Emacs, I have
> also given up trying to explain why a dark background with light text is
> much better on the eyes. Too much inertia and bad practices out there
> unfortunately.
On this slightly off-topic subject, an
Hi Viktor,
Rasmus writes:
> Ask Bastien or perhaps Carsten now for write access (you need to
> provide your public key). I can look through it when uploaded.
Please send me your public key (in private) and I'll add you to Worg.
Best,
--
Bastien
Hi Jay,
Jay Kerns writes:
> On Sun, Apr 21, 2013 at 9:25 AM, Bastien wrote:
>> Hi Memnon,
>>
>> Memnon Anon writes:
>
> [ snip ]
>
> Quick question: is it true, now that Org 8.0 has been released, that
> the engine which publishes Worg is now Org 8.0, too?
No, not yet.
> In other words, is i
Christoph LANGE writes:
> Gentoo users may find my ebuild for app-emacs/org-mode-8.0.1 useful.
>ELISP_REMOVE="lisp/org-install.el"
You'll also want to remove org-loaddefs.el and org-version.el.
> elisp-install ${PN}/contrib contrib/lisp/*org*.el || die
This is wrong if you use ORG
First, Bastien (and everybody), thanks for all the work done on the
8.0 release. It's wonderful, aside from the occasional bug :)
Second, that occasional bug: Priority-down (and presumably,
priority-up) in the org-agenda-sorting-strategy prevent further
sorting from occurring in the weekly/daily
Worg stopped publishing... it dies on some invalid timestamp:
remote: Generating tree-style sitemap for Sitemap for project worg-pages
remote: Generating tree-style sitemap for Sitemap for project worg-pages
remote: Generating tree-style sitemap for Sitemap for project worg-pages
Hi Achim,
Achim Gratz writes:
> Worg stopped publishing... it dies on some invalid timestamp:
>
> remote: Generating tree-style sitemap for Sitemap for project worg-pages
>
> remote: Generating tree-style sitemap for Sitemap for project worg-pages
>
> remote: Generating tree-st
On 22.4.2013, at 19:17, Bastien wrote:
> Hi Jay,
>
> Jay Kerns writes:
>
>> On Sun, Apr 21, 2013 at 9:25 AM, Bastien wrote:
>>> Hi Memnon,
>>>
>>> Memnon Anon writes:
>>
>> [ snip ]
>>
>> Quick question: is it true, now that Org 8.0 has been released, that
>> the engine which publishes W
Hi Jeff,
thanks for the report - this should be fixed now.
- Carsten
On 22.4.2013, at 17:40, Jeff Kowalczyk wrote:
> Sometime after 37f94d2 , a bug appeared which seems close to the thread
> subject:
>
> When in the body of a heading, and pressing meta-enter, message prints: 'not
> in item'
Bastien writes:
> Should be fixed now, thanks.
Thanks. Now the Makefile examples are nicely fontified… Is there an
easy way to have the names of the source blocks added to the export as a
caption or header?
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Achim Gratz writes:
> Bastien writes:
>> Should be fixed now, thanks.
>
> Thanks. Now the Makefile examples are nicely fontified… Is there an
> easy way to have the names of the source blocks added to the export as a
> caption or header?
Mhh.. I don't think so.
If this is not possible, maybe w
I'm tempted to apply the following patch, as this problem falls under
the category of "inserting in an invisible region". I don't think it
breaks any non-interactive call of org-insert-heading, but this needs
further checking.
Also, note that the problem occurs only when there is no blank line
be
Bastien writes:
> If this is not possible, maybe we can add some #+CAPTION
> lines in the meantime?
I've replaced #+NAME by #+CAPTION, but nothing changes (not
unexpectedly). I'll leave it at that for the moment.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blof
Hi Alan,
Alan Schmitt wrote:
> Or you could do a git rebase interactive to merge all the commits
> together.
Wow, this is great! I didn't know that you can modify the commit history
so easily. I have attached four patches to this mail which correspond to
the four points in my earlier email. They
Hi Rasmus,
Rasmus wrote:
> >> In a similar spirit to subject is firsthead. First head is displayed
> >> by default in scrlttr2 as far as I recall, which is annoying.
> >
> > Is firsthead something that you change on a letter-by-letter basis? Or
> > do you configure it once for your letters and n
Hello,
As shown by the following ECM, I can't export the LaTeX code blocks.
--8<---cut here---start->8---
#+TITLE: ECM exports LaTeX code
#+Time-stamp: <2013-04-22 Mon 21:31>
#+LANGUAGE: en
#+PROPERTY: exports both
* Context
My goal is to explain differ
Bastien wrote:
> Eric S Fraga writes:
>
>> And I've not only given up trying to convert anybody to Emacs, I have
>> also given up trying to explain why a dark background with light text is
>> much better on the eyes. Too much inertia and bad practices out there
>> unfortunately.
>
> On this sligh
Hello Bastien, Achim,
Bastien wrote:
> Achim Gratz writes:
>> Bastien writes:
>>> Should be fixed now, thanks.
>>
>> Thanks. Now the Makefile examples are nicely fontified… Is there an
>> easy way to have the names of the source blocks added to the export as a
>> caption or header?
>
> Mhh.. I d
On Mon, Apr 22, 2013 at 1:32 PM, Carsten Dominik
wrote:
>
> On 22.4.2013, at 19:17, Bastien wrote:
>
>> Hi Jay,
>>
>> Jay Kerns writes:
>>
>>> On Sun, Apr 21, 2013 at 9:25 AM, Bastien wrote:
Hi Memnon,
Memnon Anon writes:
>>>
>>> [ snip ]
>>>
>>> Quick question: is it true, now
- Org-mode version 8.0.1 (release_8.0.1-15-g0fff0b @
/home/billw/Dropbox/org/org-mode/lisp/)
- GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.6.0) of 2013-03-11 on wri
Italicization fails when a doublequote character is adjacent to a slash.
This behavior is visible in an org-mode buffer,
On Mon, Apr 22, 2013 at 1:48 PM, Carsten Dominik
wrote:
> Hi Jeff,
>
> thanks for the report - this should be fixed now.
For general headlines, this is fixed for me. I'm getting bad results
if there's a source code block in the headline, though. See attached
pics (in chronological order) showing
On Mon, Apr 22, 2013 at 2:35 PM, Sebastien Vauban
wrote:
> Bastien wrote:
>> Eric S Fraga writes:
>>
>>> And I've not only given up trying to convert anybody to Emacs, I have
>>> also given up trying to explain why a dark background with light text is
>>> much better on the eyes. Too much inerti
On 22.4.2013, at 21:46, John Hendy wrote:
> On Mon, Apr 22, 2013 at 1:32 PM, Carsten Dominik
> wrote:
>>
>> On 22.4.2013, at 19:17, Bastien wrote:
>>
>>> Hi Jay,
>>>
>>> Jay Kerns writes:
>>>
On Sun, Apr 21, 2013 at 9:25 AM, Bastien wrote:
> Hi Memnon,
>
> Memnon Anon
John Hendy writes:
>>> No. Someone needs to carefully check he can exports his local clone
>>> of worg.git with the new exporter, fix the wrong syntax, then commit
>>> it. This surely deserves a public branch of Worg, which people can
>>> hack together.
>> We need a volunteer who is willing to
Hello,
"Sebastien Vauban"
writes:
> As shown by the following ECM, I can't export the LaTeX code blocks.
>
> #+TITLE: ECM exports LaTeX code
> #+Time-stamp: <2013-04-22 Mon 21:31>
> #+LANGUAGE: en
>
> #+PROPERTY: exports both
>
> * Context
>
> My goal is to explain different LaTeX blocks
Hi Bill,
Bill White writes:
> - Org-mode version 8.0.1 (release_8.0.1-15-g0fff0b @
> /home/billw/Dropbox/org/org-mode/lisp/)
> - GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.6.0) of 2013-03-11 on
> wri
>
> Italicization fails when a doublequote character is adjacent to a
> slash.
Thi
Yes, this is the same problem than the one reported by Muchenxuan
Tong; a different problem than the one reported by Jeff, fixed.
(I will take a lot at the problem later on this week.)
I first wasn't able to reproduce those problems because I have
`org-special-ctrl-a/e' set to 'reversed, so C-e d
On Mon Apr 22 2013 at 15:29, Bastien wrote:
> Hi Bill,
>
> Bill White writes:
>
>> - Org-mode version 8.0.1 (release_8.0.1-15-g0fff0b @
>> /home/billw/Dropbox/org/org-mode/lisp/)
>> - GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.6.0) of 2013-03-11 on
>> wri
>>
>> Italicization fails w
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> As shown by the following ECM, I can't export the LaTeX code blocks.
>>
>> #+TITLE: ECM exports LaTeX code
>> #+Time-stamp: <2013-04-22 Mon 21:31>
>> #+LANGUAGE: en
>>
>> #+PROPERTY: exports both
>>
>> * Context
>>
>> My
On 4/22/13, Bastien wrote:
> I use xcalib (http://xcalib.sourceforge.net/) to quickly switch
> from light-on-dark (most often) to dark-on-light (from time to
> time) and I recommend it.
Interesting. How did you use it to do that? I had assumed that
colors could not be inverted automatically wit
It works. Thanks.
On 4/21/13, Bastien wrote:
> This is now fixed, thanks.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY
can get it. There is NO hope without action. This means YOU.
On Sat, Apr 20, 2013 at 10:59:32AM +0800, Eric Abrahamsen wrote:
>
> The " />" style doesn't validate for html4, that's what I was going on.
> It certainly doesn't make my browser explode, but I wanted that little
> green checkmark! If we can live with that, that's fine, or I can try to
> come up
I checked the code of `org-insert-heading'.
One potential factor: when folded, and putting cursor and the end of
heading, the cursor is supposed to be
:END: (here)
and it's not judged as a heading.
On Tue, Apr 23, 2013 at 2:57 AM, Bastien wrote:
> I'm tempted to apply the following patch, as
Hi,
I'd like to enclose a series of blocks which replace each other in the
Beamer overprint environment.
Here's the LateX I'd like to produce.
% latex
\begin{frame}[fragile]{The Things}
\begin{block}{Things}
\begin{description}[<+->]
\item[foo] the first thing I want to t
Aloha Seb,
"Sebastien Vauban"
writes:
>>> * TODO Documentation
>>>
>>> Here is the LaTeX code:
>>>
>>> #+name: doc-macro-a
>>> #+begin_src latex
>>> \DescribeMacro{\dummyMacro}
>>> This macro does nothing.\index{doing nothing|usage} It is merely an
>>> example. If this were a real macro, you
Hello,
if I use this block
#+BEGIN_SRC python :results file
from pylab import *
plot(rand(10))
savefig('images/test.png')
return 'images/test.png'
#+END_SRC
then the RESULTS block shows me an inlined version of the plot.
If now I switch to this block
#+BEGIN_SRC python :session test :results
Rick Frankel writes:
> On Sat, Apr 20, 2013 at 10:59:32AM +0800, Eric Abrahamsen wrote:
>>
>> The " />" style doesn't validate for html4, that's what I was going on.
>> It certainly doesn't make my browser explode, but I wanted that little
>> green checkmark! If we can live with that, that's fin
As a non-expert HTML user, I'd want whatever works on the most
browsers, even old ones, as my audience is likely to include many who
have old browsers in addition to many who have new ones, mobile ones,
and accessibility-oriented browsers and extensions.
Dunno if that helps at all.
Samuel
--
Th
Sebastien Vauban writes:
> What I once heard from ergonomical studies is that "black on white"
> was better than "white on black". Though, is it based on real grounds?
All these studies dependend on which CRT was used (most of which
produced blurry pictures for dark-on-light content) and are mostl
Hi Achim,
On 22 April 2013 17:47, Achim Gratz wrote:
> Bernd Haug writes:
>> Finally got to it; pulled up to current (cf shell output below),
>> appended your snippet to local.mk and did a clean install:
>
> You don't need to add this anymore (unless you copied the old definition
> from default.m
On Mon, Apr 22, 2013 at 08:10:09PM -0600, Eric Schulte wrote:
>
> I'd like to enclose a series of blocks which replace each other in the
> Beamer overprint environment.
[...chomp...chomp...chomp...]
> I see no way to generate this from Org-mode given the folding behavior
> of Org-mode outlines.
Achim Gratz writes:
> Sebastien Vauban writes:
>> What I once heard from ergonomical studies is that "black on white"
>> was better than "white on black". Though, is it based on real grounds?
>
> All these studies dependend on which CRT was used (most of which
> produced blurry pictures for dark-
Hi Viktor,
Viktor Rosenfeld writes:
> Wow, this is great! I didn't know that you can modify the commit history
> so easily. I have attached four patches to this mail which correspond to
> the four points in my earlier email. They have to be applied
> consecutively.
Great, thanks.
> I can't repr
Hi,
I have a few meetings scheduled on the second tuesday, last
sunday, etc of a given month and wonder how to express this using
org-modes syntax. "+1m" does not work, because it looks for days of the
month. Did i overlook something o do i need some custom e-lisp for this?
thank you,
phaer
Never mind, i just found %%diary-float and <%%(diary-float t 0 -1)>
solves my problem.
sorry for the noise,
phaer
phaer writes:
> Hi,
>
> I have a few meetings scheduled on the second tuesday, last
> sunday, etc of a given month and wonder how to express this using
> org-modes syntax. "+1m" do
89 matches
Mail list logo