Hi,
many years ago a colleague and myself wrote a patch for quarters into
org-mode/clocktable for blocks, today I noticed that :step should allow
'quarter' as an argument too. Here's the tiny patch to allow that:
---
doc/org-manual.org | 2 +-
lisp/org-clock.el | 4 +++-
2 files changed, 4 inse
Hi,
this patch adds the list of figures to the html export backend. It also
includes a translation entry-point for the label "List of Figures" with
already one translation in: dutch.
>From fab9105d04e5cb9f923c17d322d84a25527ec27a Mon Sep 17 00:00:00 2001
From: Joost Helberg
Dat
Nicolas,
will do. I should have read the contribution page a but more carefull.
regards,
Joost
>>>>> "Nicolas" == Nicolas Goaziou writes:
> From: Nicolas Goaziou
> To: Joost Helberg
> Cc: emacs-orgmode@gnu.org
> Subject: Re: patch for adding som
patch for getting the list of figures into exported HTML will come
later.
>From c3dbd57fc1536816a15b430139155ed9ac54a8c9 Mon Sep 17 00:00:00 2001
From: Joost Helberg
Date: Sun, 8 Nov 2015 14:01:34 +0100
Subject: [PATCH] added some Dutch translations and added List of Figures as a
label to
Joost
>>>>> "Aaron" == Aaron Ecay writes:
> From: Aaron Ecay
> To: Joost Helberg , emacs-orgmode@gnu.org
> Subject: Re: [O] :noweb no-export and syntax highlighting upon export
> Date: 2015-11-05T15:45:34+0100
> Hi Joost,
> Org’s html export relies on
echo $i
done
#+end_src
many regards,
Joost Helberg
--
Snow B.V.
Sebastian,
>>>>> "Sebastien" == Sebastien Vauban writes:
> From: Sebastien Vauban
> To: emacs-orgmode@gnu.org
> Subject: Re: [O] Bug: code blocks with multiple word names create
> Date: 2015-02-18T14:06:07+0100
> Hello,
> Joost Helberg wrote:
hi,
noweb-syntax allows blanks in names of code blocks. The result-blocks
of these code blocks are named as well, but have everything behind the
first word stripped. This leads to result-block collisions in case
there are two code blocks starting with the same word.
Is this intentional?
Nicolas et al,
I'm sure the choice for \emsp was a valid one. \emsp is not the bug, it
triggers a bug in the alignment routine which screws up somehow. If
alignment takes place after displaying the blanks, things turn out OK. I
tried to install a custom formatter (Cutomizable: Org Clock Clocktable
Dave,
the customizable org-pretty-entities screws up the alignment in the
table. I don't know where the problem lies, but it's fixed by hitting
C-c C-c in the table for re-aligning stuff.
I don't know why you see the '\emsp' code, as it's supposed to be
translated into a blank on screen.
unset
(org-table-align).
Anyone an idea?
regards,
Joost Helberg
>>>>> "Francesco" == Francesco Pizzolante writes:
> From: Francesco Pizzolante
> To: mailing-list-org-mode
> Subject: [O] [bug] Alignment bug in clock tables
> Date: 2014-10-02T17:41:07+0200
Hi,
The following piece of org-code comes out a bit crooked iff
org-pretty-entities is set:
* testing
CLOCK: [2014-09-02 Tue 10:54]--[2014-09-02 Tue 12:42] => 1:48
CLOCK: [2014-09-02 Tue 09:02]--[2014-09-02 Tue 09:15] => 0:13
CLOCK: [2014-09-01 Mon 14:42]--[2014-09-01 Mon 16:47] => 2:05
Dear Hymie,
The customizable variable:
org-clock-persist
is used for solving this.
regards,
Joost
BTW: why do you leave emacs?
> "hymie!" == hymie! writes:
> From: hymie!
> To: emacs-orgmode@gnu.org
> Subject: [O] clock-in clock-out problems
> Date: 2014-08-18T17:40:19+0200
> G
Shiyuan,
Babel-R uses ESS (session: parameter) for R-evaluation and interactive
development/debugging. Babel-R is more than sufficient for publications
with mixed text and graphs.
regards,
Joost
> "Shiyuan" == Shiyuan writes:
> From: Shiyuan
> To: emacs-orgmode@gnu.org
> Subject: [O]
Sharon,
the alpha and beta are encoded in UTF-8, these are passed through to the
latex-file. The correct symbols will only show up in the pdf if your
latex is UTF-8 capable.
Some latex-implementations are, you can use
\usepackage[utf8x,math]{inputenx}
in your latex file, but I know, not all UTF
intention of the people behind the donations. In fact, I'll be happy to
donate money then.
regards,
Joost Helberg
>>>>> "Carsten" == Carsten Dominik writes:
> From: Carsten Dominik
> To: Eric Schulte
> Cc: org-mode list
> Subject: Re: [O] Is an
Carsten,
back in the time when me and my friend created and sold the Snow Linux
Distribution, we donated all excess money to the FSF.
This was 20 years ago, but I think the FSF serves as much a purpose
then as it does nowadays.
regards,
Joost Helberg
>>>>> "Carsten" =
Bastien,
OK, I understand.
regards,
Joost
>>>>> "bzg" == bzg writes:
> From: b...@gnu.org
> To: jo...@snow.nl
> Cc: schulte.e...@gmail.com, emacs-orgmode@gnu.org
> Subject: Re: patch for ob-sql and postgresql for supporting :colnames
> Date:
> Subject: Re: [O] patch for ob-sql and postgresql for supporting
> Date: 08-Jan-14 17:58
> Applied, thanks.
> Joost Helberg writes:
>> hi,
>>
>> the :colnames header argument is not honoured for postgresql. Hence the
>> following patch for ob-sql.el. The
hi,
the :colnames header argument is not honoured for postgresql. Hence the
following patch for ob-sql.el. The command-line tool psql supports the
option -t for not displaying column-names. The default behavious is not
changed with this patch.
126,127c126
< "psql -
Hi,
in case psql (version 9.1 and later) encounters a SQL error, e.g. a
syntax error, it doesn't exit with an error-code. Instead it
continues and exits with 0. This means that evaluating faulty SQL-code
in org-mode/babel leaves the user with no clue of why the result set is
empty.
I changed the
hi,
The manual states that the width and alignment values can be
combined. The example uses a combination of and <10>. The `l' is
not the best way to demonstrate this, as it looks like a `1'. The
scanning reader may see <110> instead of . If the manual reads
, the example is a lot more valuable.
Jambunathan,
Thanks for the code, it will probably match what I need.
Regards,
Joost
>>>>> "Jambunathan" == Jambunathan K writes:
> Subject: Re: org-export to Spreadsheet
> From: Jambunathan K
> To: Joost Helberg
> Cc: emacs-orgmode@gnu.org
&g
ls,
org-export-odt-preferred-output-format doesn't support ods or xlsx.
Libreoffice is incapable of converting odt to ods, which is the main
reason, as far as I can see, for org-export-odt to not deliver this
service.
After exporting my calldata reports to odt, I end up `selecting
all' in libre
gt;>> "Nick" == Nick Dokos writes:
> Subject: Re: [O] all org-buffers modified
> From: Nick Dokos
> To: Joost Helberg
> cc: emacs-orgmode@gnu.org
> Date: Tue, 07 Aug 2012 10:07:19 -0400
> Joost Helberg wrote:
>> Hi,
>>
>> upon star
Hi,
upon startup of emacs (and load of desktop), all my freshly opened
org-buffers end up being modified. There's no undo information
available and debugging the org-mode function doesn't give me any clue
as (buffer-modified-p) returns false the whole time.
Once in a while (twice a month) I have
Kevin,
this line should appear in the list of packages
(menu Options->Manage Emacs Packages):
org 20110818available Outline-based notes management and
organizer
Note that the name of the package has no -mode suffix.
regards,
Joost
> "Kevin" == Kevin Emerson writes:
Specialists. The
date is September 1st.
Regards,
Joost Helberg
--
Snow B.V.http://snow.nl
ve trouble
admitting they're an expert in org-mode; they won't tick the
box. They'll miss features they would otherwise try.
Org-mode is the best invention since sliced bread and if not, GNU
Emacs is, keep up the good work!
many regards,
Joost Helberg
>>>>> "B
Bill,
An org-file instance on a virtual machine based on GNU/Linux and other
open source stuff doesn't limit any redistribution and will always run
on the right host. The host architecture is the only limitation then.
One issue with org-mode and babel is the necessary availability of all
tools ca
Rob,
what's the version of your software. With an emacs -q which only loads
(require 'org) and sets (set 'org-log-done t) your symptoms don't
appear.
regards,
Joost
> "Rob" == Rob Moss writes:
> Subject: [Orgmode] (org-log-done 'time) and the subsequent line
> From: Rob Moss
> To: em
esn't specify this
seperator. This leaves it to org-table-import to find out what the
seperator is. org-table-import doesn't always succeed in this. Hence
the diff below which sets the seperator to (\t).
regards,
Joost Helberg
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 19c271d..6bb9a
Carsten,
your more general approach works fine for me. The pushed fix seems
allright.
many regards,
Joost
>>>>> "Carsten" == Carsten Dominik writes:
> Subject: Re: [Orgmode] error in calculating percentages in clocktables
> From: Carsten Dominik
> To: J
(+ (if multifile 1 0) 2)
(1- pcol)))
(setq recalc t))
((stringp formula)
regards,
Joost Helberg
--
Snow B.V.http://snow.nl
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to t
s of the index file. mobileorg on Android didn't fail
however.
Good luck!
Joost Helberg
>>>>> "Chao" == Chao LU writes:
> Subject: [Orgmode] Org Mobile Setting and file encoding
> From: Chao LU
> To: emacs-orgmode@gnu.org
> Date: Tue, 23 Nov 201
rmula %
to be written as:
#+BEGIN: clocktable :maxlevel 1 :scope file-with-archives :block 2010-Q3
:formula %
S- and S- will jump whole quarters then of course.
Is anyone interested? Or is this a silly idea?
Many regards,
Joost Helberg
--
Snow B.V.http://snow.nl
directory. Also, ssh adds another authentication mechanism
to the server.
many thanks for org-mode and regards,
Joost Helberg from the Netherlands
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-or
37 matches
Mail list logo