Nick Dokos writes:
> Thorsten Grothe writes:
>
>> Hallo Nick,
>>
>> * Nick Dokos, 19.08.2014 00:13:53:
>>
>>> Sorry - disregard that. I didn't test with radio tables, I just did a
>>> straight export. I'll try radio tables later.
>>
>> the attached file is a showing the latex code after the expo
Eric Abrahamsen writes:
> Sharon Kimble writes:
>
>> I'm trying to get cookies working with TODO items. The source document
>> is a book I'm writing and is an outline of each section and chapters so
>> that I can see what is still to be done. I'm writing it in latex but
>> doing the outline in o
Sharon Kimble writes:
> I'm trying to get cookies working with TODO items. The source document
> is a book I'm writing and is an outline of each section and chapters so
> that I can see what is still to be done. I'm writing it in latex but
> doing the outline in orgs-mode.
>
> * TODO CHAPTER 1 -
hy...@lactose.homelinux.net (hymie!) writes:
> OK.
>
> I downloaded emacs v 24.4.50.1 .
>
> I think I still had the problem the first time I ran it, but now I'm not
> sure if maybe I ran the old version by mistake.
>
> Anyway, I commented out my entire .emacs file, run 24.4.50.1, and
> the clock p
Hello,
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
> Are there any news on this? I was just trying to accomplish the same
> thing (get \midrule instead of \hline in a LaTeX orgtbl), but
> adding :booktabs t seems to not be enough.
Unfortunately, progress is slow. This is stil
When I pull changes from mobileorg where I have changed multiple todo
items, I expect the state change to be logged (as it does when I change the
state manually), but that happens to only on one of them.
Steps to reproduce:
1. Create an org file with the following content:
* test-workaround
** TOD
Hello,
"Brian J. Carlson" writes:
> I exported an org document to texi. When I attempt to convert the outputted
> texi file to pdf using texi2pdf
> the language setting in the org file gets converted to uppercase:
>
> #+LANGUAGE: en --> @documentlanguage EN
>
> This causes texi2pdf to encount
i call these time spans.
to me, it would be excellent as a custom timestamp format.
this requires a patch to org at this location:
Modified lisp/org.el
diff --git a/lisp/org.el b/lisp/org.el
index b1dc1ce..4497693 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -16814,6 +16814,8 @@ The com
OK.
I downloaded emacs v 24.4.50.1 .
I think I still had the problem the first time I ran it, but now I'm not
sure if maybe I ran the old version by mistake.
Anyway, I commented out my entire .emacs file, run 24.4.50.1, and
the clock persistence worked. I restored my .emacs a few lines at a
tim
On Tuesday, 19 Aug 2014 at 21:14, Eric S Fraga wrote:
> Hello,
>
> changes made on 28 July, commit 5512bedee, breaks insert diary
> functionality. In particular, "i d" in the agenda inserts the new entry
> in the wrong place in a date-tree diary org file.
I forgot to add that the new entry is also
Hello,
changes made on 28 July, commit 5512bedee, breaks insert diary
functionality. In particular, "i d" in the agenda inserts the new entry
in the wrong place in a date-tree diary org file.
Reverting this commit fixes the problem.
I haven't looked at the code to understand why, partly because
Xebar Saram writes:
Hi,
> will use it over the next few days and report bug (if any) that i find
good, thanks.
As a hint, here the global keybindings I defined in my init.el (my
default use-case is to simply wrap in a plain emacs-lisp src-block).
You can define all kinds of functions that do
I'm trying to get cookies working with TODO items. The source document
is a book I'm writing and is an outline of each section and chapters so
that I can see what is still to be done. I'm writing it in latex but
doing the outline in orgs-mode.
--8<---cut here---start---
In our last episode, the evil Dr. Lacto had captured our hero,
Nick Dokos , who said:
>hy...@lactose.homelinux.net (hymie!) writes:
>
>> IMPORTANT NEW DISCOVERY
>>
>> When I use emacs as an X program, the clock persistence works successfully
>> and I do not get any errors.
>>
>> Only when I use e
M writes:
> Thanks!
> I'm using a setup based on Bert Hansen's, so I think I'm already using this
> feature and a new headline looks like that:
>
> ** new headline
> [2014-08-19 Di 18:28]
>
> however, my question is how I can search for this timestamp (I'm not
> sure if
> it is always at the same
Ups... it should be midrule not midline.
--
Jorge.
thx Thorsten
this is great!
will use it over the next few days and report bug (if any) that i find
best
Z
On Tue, Aug 19, 2014 at 5:14 PM, Thorsten Jolitz wrote:
>
> Hi List,
>
> I've written the "eierlegende Wollmilchsau" of wrap-in-block functions
> (i.e. the 'all-inclusive mother of all
Thanks!
I'm using a setup based on Bert Hansen's, so I think I'm already using this
feature and a new headline looks like that:
** new headline
[2014-08-19 Di 18:28]
however, my question is how I can search for this timestamp (I'm not sure if
it is always at the same line below the headline, as s
Well for now and until :booktabs t is incorporated this is what I
am using:
#+BEGIN_SRC emacs-lisp
(defun orgtbl-to-latex-booktabs (table params)
"Convert the Orgtbl mode TABLE to LaTeX using booktabs
package." (let* ((alignment (mapconcat (lambda (x) (if x "r"
"l"))
Hi Nicolas,
Are there any news on this? I was just trying to accomplish the
same thing (get \midrule instead of \hline in a LaTeX orgtbl), but
adding :booktabs t seems to not be enough.
Best,
Jorge.
On [2013-12-01 Sun 10:18], Nicolas Goaziou wrote:
Hello,
AW writes:
#+ORGTBL: SEN
hy...@lactose.homelinux.net (hymie!) writes:
> IMPORTANT NEW DISCOVERY
>
> By default, I use emacs in a terminal window (emacs -nw)
>
> When I use emacs as an X program, the clock persistence works successfully
> and I do not get any errors.
>
> Only when I use emacs with the -nw flag do I get the
I think this does what you want. I do not know if it would be easy to
get in a tabular agenda view though.
* Calculate age of this headline
#+BEGIN_SRC emacs-lisp
(org-narrow-to-subtree)
(org-time-stamp-to-now
(car
(cl-sort (org-element-map (org-element-parse-buffer) 'headline
(l
M writes:
> In my task lists, I'm working with scheduled and deadline dates.
> However, it would also often be very interesting, how "old" a task is, how
> long it is lurking around on my lists..
I copied Bernt Hansens setup for toggling automatic insertion of
inactive timestamps at headline cre
In my task lists, I'm working with scheduled and deadline dates.
However, it would also often be very interesting, how "old" a task is, how
long it is lurking around on my lists..
Therefore it would be interesting to find the oldest timestamp below this
heading and calculate the difference in days
IMPORTANT NEW DISCOVERY
By default, I use emacs in a terminal window (emacs -nw)
When I use emacs as an X program, the clock persistence works successfully
and I do not get any errors.
Only when I use emacs with the -nw flag do I get the clock persistence
error below.
--hymie!http://lactose
Hi all,
I'm looking for a good way to import HTML tables into org-mode tables. This is
complicated by the fact that HTML tables can include multi-line data, which
seems to be functionality not present in org-mode. What I usually end up doing
is a string of regexp replacements to convert to li
I exported an org document to texi. When I attempt to convert the outputted
texi file to pdf using texi2pdf
the language setting in the org file gets converted to uppercase:
#+LANGUAGE: en --> @documentlanguage EN
This causes texi2pdf to encounter errors:
,
| $ texi2pdf foo.texi
| This is
Hi List,
I've written the "eierlegende Wollmilchsau" of wrap-in-block functions
(i.e. the 'all-inclusive mother of all wrap-in-block functions').
To check it out, you need to
1. Clone or fork the git repo (https://github.com/tj64/org-dp)
2. (add-to-list 'load-path "/path/to/org-dp/") and
3.
When trying to jump back to some links that I'd saved in make logs, I
got what appeared to be a hang in Emacs. Here's an example link (with
the identifying bits taken out, I'm afraid)
[[file:/some/where/build.log::make%5B3%5D:%20***%20%5Bfoo.o%5D%20Error%201][My
message]]
The problem seems to
Sebastien Vauban
writes:
> Nick Dokos wrote:
>> I added the following to my .emacs
>>
>> (require 'org-clock)
>> (setq org-clock-persist t)
>> (org-clock-persistence-insinuate)
>>
>> I then start a clock, exit, restart emacs, get asked the "Resume
>> clock" question, say "y", work for a while, st
Hi Vikas,
Vikas Rawal writes:
> I am trying to create a custom template for my letterhead. The
> documentation suggests that by default title should be used as subject
> of the letter.
Cool. Let us know how it goes.
> ox-koma-letter.el has this:
> (defcustom org-koma-letter-subject-format t
>
On Sat, Aug 16, 2014 at 3:15 AM, Marcin Borkowski wrote:
> Hi all,
>
> I was wondering whether something like this is possible. (Well, I'm
> pretty sure it is, what I don't know whether I'm competent enough to
> pull it off...) I'd like to be able to create a special agenda view
> (or block in a
Nick Dokos wrote:
> I added the following to my .emacs
>
> (require 'org-clock)
> (setq org-clock-persist t)
> (org-clock-persistence-insinuate)
>
> I then start a clock, exit, restart emacs, get asked the "Resume
> clock" question, say "y", work for a while, stop the clock and
> everything seems O
33 matches
Mail list logo