"Nick M. Daly" writes:
> Hi Bastien, thanks for the prompt reply.
>
> Bastien writes:
>
>>> When exported into an agenda, the consolidated org agenda would read:
>>>
>>> Friday 19 April 2013
>>> customer: 09:00-09:30 Scheduled: TODO Meeting with Pete
>>
>> The problem is: what would
Jambunathan K writes:
>> Well, the FSF's intention here is to make sure that contributors report
>> back when they change employers, and the new employer doesn't want that
>> his employees contribute to some GNU project (maybe because that project
>> is in the same business as the company). So I
I could have sworn I've done this successfully before, but...
I need a special sequence of TODO keywords for one file -- actually just
one headline in particular. I thought I remembered this used to be
possible, but it doesn't seem to be anymore.
Setting #+SEQ_TODO: FOO | BAR at the top of the fi
If you've got a headline where the text is a link, C-c C-c on that
headline will only consider the fact that it's in a link, not that it's
in a headline. Ie, you get "can do nothing useful", rather than setting
tags.
This patch checks for this condition and passes the C-c C-c to the
headline.
An
Eric Abrahamsen writes:
> An alternate version would pass the funcall to the :parent element *no
> matter what*, seeing as 'C-c C-c' is currently always a no-op
"on a link", I should have said
>, and user-defined hooks have already been run. We could just pass it
>on up and see what happens...
Thank you for your hard work, Bastien. You've done a fantastic job
under unusually adversarial conditions.
On Thu, Apr 18, 2013 at 9:53 AM, Bastien wrote:
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs
The old exporter would convert \\ at the end of a line to to
force a line break. The manual still says that \\ will force a line
break, but the new HTML exporter, while indeed breaking the line
there, does not insert the to make it render as a new line.
This is using the latest version from Git.
Bastien writes:
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns, if any.
>
> I'm glad I had this opportunity to work as "Robin" and
> I'm even more glad "Batman" may strike back!
>
>
"T.F. Torrey" writes:
> The old exporter would convert \\ at the end of a line to to
> force a line break. The manual still says that \\ will force a line
> break, but the new HTML exporter, while indeed breaking the line
> there, does not insert the to make it render as a new line.
>
> This is
Bastien writes:
> I'm releasing Org 8.0.
Excellent.
> To include other entries too, you can set the
> limit to a negative number. For example (setq org-agenda-max-tags 3)
(setq org-agenda-max-tags -3) ?
> will not show the fourth tagged headline (and beyond), b
I updated org-mode yesterday through Melpa.
After that org-agenda stopped working for me.
It says:
Invalid function: org-with-silent-modifications
In my script I had this:
(org-agenda nil "n")
Trying to execute it now gives:
Debugger entered--Lisp error: (invalid-function
org-with-silent-mo
On 21.4.2013, at 10:06, Jambunathan K wrote:
> Jambunathan K writes:
>
>>> Well, the FSF's intention here is to make sure that contributors report
>>> back when they change employers, and the new employer doesn't want that
>>> his employees contribute to some GNU project (maybe because that pr
James Harkins writes:
Maybe my org config can give you some informations:
https://github.com/tumashu/emacs-helper/blob/master/eh-org.el
> FWIW, this is what it took for me to get Chinese characters to export
> in beamer. (Adding a TODO to write this up for worg.)
>
> 1. Use texlive 2012. (The
Hi Richard,
Richard Lawrence writes:
> I've been trying to get iCalendar export working with my agenda files
> again since upgrading to 8.0, and I've found that footnotes break the
> agenda export to .ics. The problem is that a plain text version of the
> footnotes in the file ends up in the ou
Eric Abrahamsen writes:
> It's also been a pleasure to witness the surprisingly successful
> marriage of two different coding styles: Bastien's damn-the-torpedoes
> patch-the-SOB-and-get-it-out-the-door approach, matched with Nicolas'
> return to first principles: structure and cleanliness. I'm q
Hi Memnon,
Memnon Anon writes:
>> To include other entries too, you can set the
>> limit to a negative number. For example (setq org-agenda-max-tags 3)
> (setq org-agenda-max-tags -3) ?
Indeed.
>> will not show the fourth tagged headline (and beyond), but it w
Hi Sergey,
Sergey Pashinin writes:
> I updated org-mode yesterday through Melpa.
> After that org-agenda stopped working for me.
Please read the release notes carefully:
http://orgmode.org/Changes.html
When installing from Melpa (or GNU ELPA, or Org ELPA),
this needs to be done in a fresh E
Bastien writes:
> Hi Christopher,
>
> Christopher Allan Webber writes:
>
>> Just store the property on the item itself
>
> But this solution is task-based, not agenda-based.
>
> The "Sorting" property you describe would be useful in one
> agenda and not in one other -- so this does not really fit
Bastien writes:
> Eric Abrahamsen writes:
>
>> It's also been a pleasure to witness the surprisingly successful
>> marriage of two different coding styles: Bastien's damn-the-torpedoes
>> patch-the-SOB-and-get-it-out-the-door approach, matched with Nicolas'
>> return to first principles: structu
Hi there,
Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt
doesn't work. zip program is available. When I do =C-c C-e= the
*Org Export Dispatcher* buffer pops up but showing nothing related to
odt. When now typing =o o= I get =Invalid Key=.
Any idea what's going wrong.
--
Thanks,
Manfred Lotz writes:
> Hi there,
> Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt
> doesn't work. zip program is available. When I do =C-c C-e= the
> *Org Export Dispatcher* buffer pops up but showing nothing related to
> odt. When now typing =o o= I get =Invalid Key=.
>
> Any i
On Sun, 21 Apr 2013 22:29:10 +0800
Eric Abrahamsen wrote:
> Manfred Lotz writes:
>
> > Hi there,
> > Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt
> > doesn't work. zip program is available. When I do =C-c C-e= the
> > *Org Export Dispatcher* buffer pops up but showing nothin
Hi Eric,
Eric Abrahamsen writes:
> I could have sworn I've done this successfully before, but...
>
> I need a special sequence of TODO keywords for one file -- actually just
> one headline in particular. I thought I remembered this used to be
> possible, but it doesn't seem to be anymore.
>
> Se
On 21.4.2013, at 11:08, Eric Abrahamsen wrote:
> I could have sworn I've done this successfully before, but...
>
> I need a special sequence of TODO keywords for one file -- actually just
> one headline in particular. I thought I remembered this used to be
> possible, but it doesn't seem to be
Hello org-mode users,
In moving from 7.9.4 to 8.0 org-mode I stumbled upon the following
error (emacs --debug-init). The "[...]" is a portion i couldn't copy:
Debugger entered--Lisp error: (file-error "Cannot open load file"
"org-mode/lisp/org-element")
org-element-at-point()
org-store-link(nil)
Dear Tom,
> I suppose this depends on what is meant by "reproducible."
>
> My goal is to produce a compendium as defined by Gentleman and Lang
> (see Gentleman R, Lang DT (2004). "Statistical Analyses and Reproducible
> Research." Technical report, Bioconductor Project. URL
> http://www.bepress.c
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.
Also, I could not find an ox-koma-letter tutorial on Worg. I would be
willing to create such a tutorial, maybe next weeken
Am 18.04.2013 18:53, schrieb Bastien:
Dear all,
I'm stepping down as the Org maintainer.
Carsten accepted to step up, if the community agrees.
Please raise your thumbs up or your concerns, if any.
I'm glad I had this opportunity to work as "Robin" and
I'm even more glad "Batman" may strike bac
Dear org-mode users,
I've just tagged version 0.90 of my org-blog minor mode on github[1].
This is intended to be a simple but powerful assistant to using Org for
writing blog posts---there's only two commands at this point, and I
don't anticipate that number going beyond three anytime soon (thou
Hi Bastien,
Bastien writes:
> Richard Lawrence writes:
>
>> I've been trying to get iCalendar export working with my agenda files
>> again since upgrading to 8.0, and I've found that footnotes break the
>> agenda export to .ics. The problem is that a plain text version of the
>> footnotes in t
On Sun, Apr 21, 2013 at 4:02 AM, Eric Abrahamsen
wrote:
> Hi Terry,
>
> I just tried with emacs -Q (I'm on 24.3.1) and git Org mode, and the \\
> is exported as "". Can you check with emacs -Q? If you look in
> ox-html.el, you'll see that the function `org-html-line-break' should
> produce a "\n".
Here is a patch for a couple of tiny issues I encountered in ox-ascii.el
while debugging ox-icalendar.el. Explanation:
1) There is no function called `org-ascii-footnote-definition' (though
it looks like maybe there once was?), so I changed a reference to it to
`ignore' to be more explicit.
I'm
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 be included with Portage
soon (subscribe to https://bugs.gentoo.org/show_bug.cg
Hi Baptiste
Thanks for the patch. It fixes a pretty bad oversight that you currently
apparently cannot define a start and an end using SCHEDULED and DEADLINE
(I thought this worked in the old exporter and was maybe lost in the
translation). I would like to use the patch but there are a couple of
i
Hi Nicolas, Hi List,
citing from 'org-element.el':
,--
| Element containing other elements (and only elements) are called
| greater elements. Concerned types are: `center-block', `drawer',
| `dynamic-block', `footnote-definition',
Hi Alexander,
On Sun, Apr 21, 2013 at 09:25:55PM +0200, Alexander Baier wrote:
>
> I am trying to syntax-color the code in my source blocks that is
> exported to LaTeX. As proposed in this thread [1] over a year ago I
> followed this guide [2], but could not get the generated .tex file to
> compi
Hi,
What is the best way to know the depth of list entries when I writing
an exporter back-end?
let's say I have:
#+BEGIN_SRC org
* headline 1
- list 1
- list 2
- list 2.1
#+END_SRC
I'd like to convert it to:
#+BEGIN_EXAMPLE
* headline 1
- list 1
- list 2
-- list 2.1
#+
Hello,
Richard Lawrence writes:
> I've been trying to get iCalendar export working with my agenda files
> again since upgrading to 8.0, and I've found that footnotes break the
> agenda export to .ics. The problem is that a plain text version of the
> footnotes in the file ends up in the output
Hello,
Bastien writes:
>
>> I've been trying to get iCalendar export working with my agenda files
>> again since upgrading to 8.0, and I've found that footnotes break the
>> agenda export to .ics. The problem is that a plain text version of the
>> footnotes in the file ends up in the output "fl
Richard Lawrence writes:
> Here is a patch for a couple of tiny issues I encountered in ox-ascii.el
> while debugging ox-icalendar.el. Explanation:
I applied the changes. Thank you.
Regards,
--
Nicolas Goaziou
On 4/15/13, Bastien wrote:
> bad bug indeed, fixed now. Thanks for reporting this.
It works, thank you.
I am getting a hang while sorting this:
===
:LOGBOOK:
- State "DONE" from "NEXTREPEAT" [2013-04-15 Mon 21:03]
- State "DONE" from "NEXTREPEAT" [2013-03-24 Sun 16:27]
:END:
===
S
Hello,
Thorsten Jolitz writes:
> citing from 'org-element.el':
>
> ,--
> | Element containing other elements (and only elements) are called
> | greater elements. Concerned types are: `center-block', `drawer',
> | `dynamic-block', `
Hello,
Yasushi SHOJI writes:
> What is the best way to know the depth of list entries when I writing
> an exporter back-end?
>
> let's say I have:
>
> #+BEGIN_SRC org
> * headline 1
> - list 1
> - list 2
> - list 2.1
> #+END_SRC
>
> I'd like to convert it to:
>
> #+BEGIN_EXAMPLE
Nicolas Goaziou writes:
> I went a bit further. Footnotes will always be ignored in ics
> export.
Great, thanks!
--
Bastien
Hello,
Suvayu Ali writes:
> Not sure why, but your -shell-escape option is being ignored. Untill
> you can solve this properly, maybe you can put the LaTeX calls in a
> shell script and set that as your org-latex-pdf-process.
I think the problem is that the OP uses `org-latex-to-pdf-process'
i
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))
Otherwise (start) will bite as not being a function.
>> + ((and end) (format " s
Bastien gnu.org> writes:
>
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns, if any.
>
> I'm glad I had this opportunity to work as "Robin" and
> I'm even more glad "Batman" may st
Samuel Wales writes:
> I am getting a hang while sorting this:
>
> ===
> :LOGBOOK:
> - State "DONE" from "NEXTREPEAT" [2013-04-15 Mon 21:03]
> - State "DONE" from "NEXTREPEAT" [2013-03-24 Sun 16:27]
> :END:
> ===
This is now fixed, thanks.
--
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.
I agree "maintainer" is not necessary a single person: my main
purpose was to buil
Nicolas Goaziou writes:
> Hello,
>
> Suvayu Ali writes:
>
>> Not sure why, but your -shell-escape option is being ignored. Untill
>> you can solve this properly, maybe you can put the LaTeX calls in a
>> shell script and set that as your org-latex-pdf-process.
>
> I think the problem is that th
Suvayu Ali writes:
> Hi Alexander,
>
> On Sun, Apr 21, 2013 at 09:25:55PM +0200, Alexander Baier wrote:
>>
>> I am trying to syntax-color the code in my source blocks that is
>> exported to LaTeX. As proposed in this thread [1] over a year ago I
>> followed this guide [2], but could not get the
Carsten Dominik writes:
> On 21.4.2013, at 11:08, Eric Abrahamsen wrote:
>
>> I could have sworn I've done this successfully before, but...
>>
>> I need a special sequence of TODO keywords for one file -- actually just
>> one headline in particular. I thought I remembered this used to be
>> pos
[headers were somehow set to other than the mailing list itself.
maybe a gmane bug?]
On 4/20/13, Nicolas Goaziou wrote:
> I will slowly integrate org-element-at-point in core interactive
> functions, like visibility cycling. Though, fontification will have to
> wait, because the parser isn't read
Hi,
I have the following tags defined in my initialization code:
#+BEGIN_SRC emacs-lisp
(setq org-tag-alist '((:startgroup . nil)
("@home" . ?h)
("@comp" . ?c)
("@otg" . ?o)
("@fon" . ?f)
Hi Eric,
2013ko apirilak 20an, Eric Schulte-ek idatzi zuen:
>
> Then please go ahead and apply this patch (or re-send it to me and I can
> apply it).
Done. :)
--
Aaron Ecay
Hi Eric,
2013ko apirilak 20an, Eric Schulte-ek idatzi zuen:
> Could re-calculating the info cause referenced blocks to be executed
> more than once?
>
> If so then we should continue passing the info and *not* simply
> re-calculate it later on.
This is a very good question. I will look into it
On Mon, Apr 22, 2013 at 01:03:28AM +0200, Alexander Baier wrote:
> Nicolas Goaziou writes:
>
> > Hello,
> >
> > Suvayu Ali writes:
> >
> >> Not sure why, but your -shell-escape option is being ignored. Untill
> >> you can solve this properly, maybe you can put the LaTeX calls in a
> >> shell sc
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 deprecated
> documentation on Worg.
Yes. The idea is simply to use
58 matches
Mail list logo