Nicolas Goaziou writes:
> Hello,
>
> Julien Cubizolles writes:
>
>> The latest org-plus-contrib (20141027) from org/melpa seems to have
>> reverted to using \textwidth instead of \columnwidth. Why is that ? The
>> master branch from git is ok though (meaning it uses \columnwidth).
>
> org-plus-c
Hi Orgers,
I updated two occurances of calls to calendar functions. One
replacement fixes the functionality of the 'h' key in the agenda for
emacs 25.
Best regards, Marco
>From 43b3944e1d5fea709bb713ed818d725e9dc2a0af Mon Sep 17 00:00:00 2001
From: Marco Wahl
Date: Tue, 4 Nov 2014 10:37:22 +
Hello,
Mario Frasca writes:
> during the process we found two spots in org-plot/gnuplot that we think
> are in need of editing.
>
> one is relative to the cleaning up of the temporary files.
> the other is relative to killing (or not) the gnuplot process.
>
> the patches are attached.
Thanks fo
Hi all,
How might I adjust the agenda view so that as well as displaying the
dates and names of entries, some property / properties of my choosing
are displayed? For instance, I have entries with a "LOCATION" property,
and would like to see that in the agenda view.
Cheers,
Toby
--
Toby St Cle
Hi Paul!
Paul Rodriguez writes:
> I am not a committer. Previously I've always sent in new versions of
> org-velocity as patches, following the procedure on the Org wiki. I
> don't usually follow the mailing list, so perhaps the procedure for
> handling contributions has changed without my notic
Julien Cubizolles writes:
> Nicolas Goaziou writes:
>
>> I cannot reproduce it. Publishing "global" project succeeds.
>
> Did you publish asynchronously ? I can publish "global" and "latex"
> synchronously, "latex" asynchronously (see the following *Org Export
> Process* buffer) : only "global"
Dear Florian,
I just found this code you wrote and it is exactly what I wanted for my
archiving. But I found one little issue. I discovered that this interacts
with the setting org-yank-adjusted-subtrees because it calls org-yank.
With
(setq org-yank-justed-subtrees t), the archived subtree is
Toby St Clere Smithe tsmithe.net> writes:
>
> Hi all,
>
> How might I adjust the agenda view so that as well as displaying the
> dates and names of entries, some property / properties of my choosing
> are displayed? For instance, I have entries with a "LOCATION" property,
> and would like to se
Dear Dominic,
Dominic Surano writes:
> This can be done with custom agenda commands using tables. Something like
> this should work:
>
> (setq org-agenda-custom-commands
> '(("1" . "Custom sorted tables")
>("1t" agenda "Tasks agenda table (active only)"
> ((org-agenda-skip-function
>
On Tuesday, 4 Nov 2014 at 11:24, Toby St Clere Smithe wrote:
> Hi all,
>
> How might I adjust the agenda view so that as well as displaying the
> dates and names of entries, some property / properties of my choosing
> are displayed? For instance, I have entries with a "LOCATION" property,
> and wo
--
Hi everyone,
I upgradded org-mode to latest master and found out that my "Incoming"
agenda broke, a bisect points the following commit as the culprit:
commit 61a241f0dc07aef5a3a5c2bd037a197236bde2e6
Author: Nicolas Goaziou
Date: Tue Oct 14 10:53:29 2014 +0200
Rewrite setup keywords ini
Julien Cubizolles writes:
> I investigated further, here is the barest ECM I could come up with.
[...]
> (setq org-publish-project-alist
> `(("latex"
>:base-directory "./"
>:publishing-directory "./"
>:publishing-function org-latex-publish-to-latex
>
Darlan Cavalcante Moreira writes:
> I have done this in the past, I don't have the files anymore. However, as
> Tom says it is very easy to modify the templates to make org work with
> sage. I remember I only needed some search and replace to make it work.
>
> Also, you may want to have a look at
On Sun, Nov 2, 2014 at 4:09 PM, John Hendy wrote:
> Edit: sorry about the premature send. Bad accidental tab + enter from
> gmail! Here's the intended email:
> ===
>
> I note that the defaults for a taskjuggler export in Org are as
> follows, with taskjuggler syntax and related org variable defini
Le 04/11/2014 à 03h47, John Hendy a écrit :
> Could you post the gnuplot/babel relevant stuff from your .emacs?
This:
#+BEGIN_SRC emacs-lisp
;; active Babel languages
(org-babel-do-load-languages
'org-babel-load-languages
'((gnuplot . t)))
;; add additional languages with '((language . t)))
#+E
On Tue, Nov 4, 2014 at 4:26 PM, Brady Trainor wrote:
> Darlan Cavalcante Moreira writes:
>
>> I have done this in the past, I don't have the files anymore. However, as
>> Tom says it is very easy to modify the templates to make org work with
>> sage. I remember I only needed some search and repla
On Tue, Nov 4, 2014 at 6:33 PM, Garreau, Alexandre
wrote:
> Le 04/11/2014 à 03h47, John Hendy a écrit :
>> Could you post the gnuplot/babel relevant stuff from your .emacs?
>
> This:
>
> #+BEGIN_SRC emacs-lisp
> ;; active Babel languages
> (org-babel-do-load-languages
> 'org-babel-load-languages
Le 05/11/2014 à 01h42, John Hendy a écrit :
> On Tue, Nov 4, 2014 at 6:33 PM, Garreau, Alexandre
> wrote:
>> Le 04/11/2014 à 03h47, John Hendy a écrit :
> What's not enough? The docs also state (a bit above the babel lines):
> From my min-config, you can see that enabling gnuplot in babel and
> p
Need any help creating a minimum example?
On Sun, Nov 2, 2014 at 7:43 PM, Jaakko Järvi wrote:
> Hi Grant,
>
> This is exactly the behavior I get too.
> Thank you for documenting it precisely.
>
> Let me clarify one step:
>
> “put the cursor on line 2 in ex1.js, _and modify that line_, and
> then
Will do and thanks for the info Charles, John, Thorsten, and Rasmus.
On Sat, Nov 1, 2014 at 12:31 PM, Charles C. Berry wrote:
> On Sat, 1 Nov 2014, Rasmus wrote:
>
>> Hello,
>>
>> Grant Rettke writes:
>>
>>> • Does one exist and I missed it?
>>
>>
>> Are you aware of this project?
>>
>>https
Hi list,
as I've said some time ago, I'm working on a custom exporter. What I'd
like to achieve is differentiating between lists – essentially, I'd like
a list to translate to something like this:
Item 1
Item 2
Is there any support for this kind of stuff in the exporter framework or
should I
Hi,
I don’t think there’s much more to explain
or a more minimum example to create. The behavior is exactly
as you specified, and it is not an expected or desired behavior.
I’m happy to try to clarify more, but I don’t at this point know
what is unclear about the problem.
Best,
Jaakko
On N
John Hendy writes:
> (require 'sage-mode)
Thank you, this enabled me to at least have sage code blocks to mix into files
for blog publishing.
> #+begin_src test.org
>
> * header
>
> #+begin_src sage
> print "Hello World"
> print 2^3
> #+end_src
>
> #+end_src
>
> =C-c '= on the block gets me t
Is there a hook that runs after a TODO state change triggers a repeat?
I have a few weekly tasks that I've set up as habits. These refer to scheduled
lessons. I have the idea that it would be pretty cool to include in the habit
entry a link pointing to the next lesson. When I mark the habit DONE
On Nov 4, 2014 9:06 PM, "Brady Trainor" wrote:
>
> John Hendy writes:
>
> > (require 'sage-mode)
>
> Thank you, this enabled me to at least have sage code blocks to mix into
files for blog publishing.
>
> > #+begin_src test.org
> >
> > * header
> >
> > #+begin_src sage
> > print "Hello World"
> >
I ran into an odd issue with a taskjuggler task tree I'm working on
when trying to apply a gapduration attribute to a task dependency.
Typically, I can just pass any valid taskjuggler attribute through
using properties, but my export was producing an error when trying to
use:
:depends: task {gapdu
Hello,
Marcin Borkowski writes:
> as I've said some time ago, I'm working on a custom exporter. What I'd
> like to achieve is differentiating between lists – essentially, I'd like
> a list to translate to something like this:
>
>
> Item 1
> Item 2
>
>
> Is there any support for this kind of s
27 matches
Mail list logo