On 2015-04-18, at 04:20, Peter Davis wrote:
> Thanks. I've had some success with these headers:
>
> #+LATEX_HEADER: \setlength{\parskip}{0pt}
> #+LATEX_HEADER: \setlength{\parsep}{6pt}
> #+LATEX_HEADER: \setlength{\headsep}{0pt}
> #+LATEX_HEADER: \setlength{\topskip}{0pt}
> #+LATEX_HEADER: \setl
Hi all,
tip of the day: I find the hl-line mode a bit helpful in agenda, and
here's how to turn it on:
(add-hook 'org-finalize-agenda-hook (lambda () (hl-line-mode 1)))
Best,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mic
Hi worgers,
The button 'Show Org source' disappoints on worg pages when the url
does not contain an explicit name. See e.g. http://orgmode.org/worg/
vs. http://orgmode.org/worg/index.html.
This behavior is due to javascript-function
#v+
function show_org_source(){
document.location.href
Spoke too soon. Went to a terminal, loaded emacs -q and then loaded
org-ocllector.el. It worked as advertised. Then loaded emacs
("normally") and org-collector.el did not yield expected results,
So I will check my .emacs
Charlie Millar
On 04/17/2015 06:43 PM, Charles Millar wrote:
I have atte
I have just started using org-collector so . . .
org-collector works as expected using
GNU Emacs 24.4.1 (i586-pc-linux-gnu, GTK+ Version 3.14.5)
of 2015-03-07 on binet, modified by Debian
Org: 8.2.10 release_8.2.10
but fails if
GNU Emacs 24.4.1 (i586-pc-linux-gnu, GTK+ Version 3.14.5)
of 2015-
Did the recent property drawer syntax changes ahve anything to do with this?
On 04/18/2015 08:59 AM, Charles Millar wrote:
I have just started using org-collector so . . .
org-collector works as expected using
GNU Emacs 24.4.1 (i586-pc-linux-gnu, GTK+ Version 3.14.5)
of 2015-03-07 on binet, mo
Hi,
tftor...@tftorrey.com (T.F. Torrey) writes:
>>> With the latest from Git master, the HTML export ignores CUSTOM_ID
>>> properties for subtrees. I've seen list traffic that the names of the
>>> export ID's are being changed, but this is not intentional, right?
>>
>> It doesn't ignore it, but
Eric Abrahamsen writes:
> Eric S Fraga writes:
>
>> On Friday, 17 Apr 2015 at 13:43, Eric Abrahamsen wrote:
>>
>> [...]
>>
>>> Nevermind, I'm an idiot! It looks like it's supposed to be
>>> "geo:,", which matches up nicely with Org link
>>> formats.
>>>
>>> I'll go experiment for a bit.
>>
>> Ke
You might find some inspiration with something like this:
http://oremacs.com/2015/01/23/eltex/
or
http://jkcunningham.com/cl-who-ext.html
The basic issue I see is 1) how to represent your data structure so that
it is 2) human readable, 3) machine parseable (by you), and 4) the data
is easily r
Hi Vicenet,
Vicente Vera writes:
> Hello. This shows up when trying to add tags to a headline with
> org-ctrl-c-ctrl-c:
>
> apply: Wrong type argument: listp, org-tags-completion-function
I can't reproduce by clicking C-c C-c on a headline. Can you be more
specific as to how you trigger the er
Hello,
There is a certain case when org-mode leaves trailing whitespace on
":LOGBOOK:" and ":END:" lines and this was bringing me a little
annoyance, as I like to keep my org files neat. I finally tracked down
the source of the problem.
I use the following configuration to automatically create a
On Fri, Apr 17, 2015 at 7:18 PM, Marcin Borkowski wrote:
>
> On 2015-04-17, at 20:13, John Hendy wrote:
>
>> Everything you'll do in Org will simply involve passing the right
>> parameters to LaTeX via Org. In other words, you should start by
>
> Personally, I prefer configuring on the LaTeX side
Hi John,
Thanks for your report.
John J Foerch writes:
> Down at the end of `org-indent-line', a bit of code meant to clean up
> the whitespace of properties inserts the trailing whitespace in the case
> of the ":LOGBOOK:" and ":END:" lines.
>
> (if (looking-at org-property-re)
> (r
On 4/18/15 1:27 PM, John Hendy wrote:
On Fri, Apr 17, 2015 at 7:18 PM, Marcin Borkowski wrote:
On 2015-04-17, at 20:13, John Hendy wrote:
Everything you'll do in Org will simply involve passing the right
parameters to LaTeX via Org. In other words, you should start by
Personally, I prefer
On 2015-04-18, at 19:27, John Hendy wrote:
> On Fri, Apr 17, 2015 at 7:18 PM, Marcin Borkowski wrote:
>>
>> On 2015-04-17, at 20:13, John Hendy wrote:
>>
>>> Everything you'll do in Org will simply involve passing the right
>>> parameters to LaTeX via Org. In other words, you should start by
>
Rasmus writes:
> Hi John,
>
> Thanks for your report.
>
> John J Foerch writes:
>
>> Down at the end of `org-indent-line', a bit of code meant to clean up
>> the whitespace of properties inserts the trailing whitespace in the case
>> of the ":LOGBOOK:" and ":END:" lines.
>>
>> (if (looking-a
Hello Rasmus,
Rasmus writes:
With the latest from Git master, the HTML export ignores CUSTOM_ID
properties for subtrees. I've seen list traffic that the names of the
export ID's are being changed, but this is not intentional, right?
>>>
>>> It doesn't ignore it, but it is transla
Hi.
Don't think there are more details to provide. The error message
appears upon pressing C-c C-c (bound to the org-ctrl-c-ctrl-c command)
on a headline, doesn't matter which level.
It happened in 3 different Org files, one of which was created for testing.
Also tried with "emacs -q" but the error
Hello,
Rasmus writes:
> Suvayu Ali writes:
>
>> Hi Rasmus,
>>
>> On Thu, Apr 16, 2015 at 12:57:46AM +0200, Rasmus wrote:
>>>
>>> Could you try the attached patches and see if they solve your issues?
>>
>> Seems to work nicely. I'll keep using them rest of the week.
>
> Pushed.
>
> I removed s
Hi Terry,
I don’t think it’s necessary to be combative. Rasmus is doing his best,
as are all the org developers. Sometimes things break by accident –
that is the nature of beta software. The problems you raised are
important. Let’s try to figure out how to fix them.
You wrote:
> Links may wo
Hello,
tftor...@tftorrey.com (T.F. Torrey) writes:
> Links may work from inside Org, but the original intent of CUSTOM_ID was
> to produce a stable ID for the HTML export that could be linked to from
> outside Org. With the changed functionality, all existing links to
> presidents.html#clinton a
Hello Aaron,
Aaron Ecay writes:
> You wrote:
>
>> Links may work from inside Org, but the original intent of CUSTOM_ID was
>> to produce a stable ID for the HTML export that could be linked to from
>> outside Org.
>
> I think this is true. Looking at the pages in Worg, for example,
> provides a
Hello Nicolas,
First, thank you for your incredible work on Org. I hope you enjoyed
your days off, but I have to admit that your announcement that you were
taking the week off worried me. I seem to remember we lost Carsten and
Bastien soon after they took a week off. When (if?) you finally get
23 matches
Mail list logo