Hello,
Brian Carlson writes:
> I put the signed paperwork into the mail this evening.
Great.
> Sure. I'll use previous entries as a starting point.
> I was thinking that the entry should go under: Version 9.0/New
> Features/Export/
> unless there's a more appropriate place in the Document.
I
On 2016-05-24 16:33, Nicolas Goaziou wrote:
> Completing myself
Great. Thanks! Very much appreciated. I went back and forth on the tests
with the "string formatting." I should have gone with my original thoughts ;)
The fixes to (org-export-get-loc) were a bit beyond my skill level.
I don't work
Matt Lundin writes:
>Here's a working implementation, using org-agenda-add-custom-command and
>the built-in mechanism for skipping non-deadline entries (you can get
>rid of ots-org-entry-skip-non-deadline). I also added some justification
>(the -22) to accommodate my rather long timestamp strings.
I was a little surprised not to see org-mode have an option for
viewing only weekdays. Is there relatively elisp-light mechanism for
this, or some other built in method I'm not seeing to, say, calculate
the days to this past Monday and through this Fri and only show those?
Ideally I'd start from w
I would like to report two bugs in org-protocol.
1. The call to (server-edit) on line 626 of org-protocol.el does not
succeed in terminating the server process or signaling to the client to
stop waiting for org-protocol-capture (despite the :kill-server
property). This can have potentially dangero
Hello!
Currently I have these three lines at the start of my invoices:
#+BEGIN_EXAMPLE
#+macro: invoice-no 11
#+date: 2016-06-01
#+title: Invoice #{{{invoice-no}}}
#+END_EXAMPLE
However, sometimes I forget to update the invoice number or date when copying
the old invoice. Since I name my invoice
Just to comment on the original attempt, block and column (which is |,
not c which is columnS) are not mutually exclusive. I just did a
presentation and used both together. I'm not sure on the use-case for
columnS, but my structure was two side by side columns in a slide:
#+begin_src org
* slide
*
Greetings,
I was looking to get my Outlook calendar into Orgmode to better
schedule my work (this way I can see my official meetings in Org
already where I do task management).
I found ical2org, and implemented it successfully via the "Share
calendar" .ics link that Outlook can generate. I have
Hello,
Rasmus writes:
> Not necessarily. On the top of my head, you could have a column group
> with columns inside. This example used to be possible. I haven't checked
> now.
This one is not possible anymore. A column environment implies columns.
You can also provide a columns environment e
Hello,
Rainer M Krug writes:
> Makes sense - I just wasn't aware of the tags:nil property. Probably it
> should be added to the beamer template headers (C-ce#)?
It belongs to the default template, since this is a generic option.
I don't think it's a good idea to add duplicates in templates.
>
On Wednesday, 25 May 2016 at 14:49, Uwe Brauer wrote:
> Great, BTW, can I have something similar in HTML, I mean lists in tables
> using your approach. That might come in handy as well.
This is outside my area of expertise indeed... I would assume you
should be able to define a suitable CSS
Karl Fogel writes:
> I'm using the DEADLINE keyword with TODO entries, and I'd like the
> DEADLINE date to be displayed as a datestamp next to each TODO item,
> when I list deadlined todo items. In other words, I don't want to have
> to duplicate the DEADLINE timestamp as a timestamp on the TODO
Karl Fogel writes:
I'm using the DEADLINE keyword with TODO entries, and I'd like
the DEADLINE date to be displayed as a datestamp next to each
TODO item, when I list deadlined todo items. In other words, I
don't want to have to duplicate the DEADLINE timestamp as a
timestamp on the TODO li
Paul Harper writes:
Hello,
I am getting the following in my org-agenda everyday with
repeated tasks.
"Sunday 15 May 2016
schedule: Sched.16x: Backup KeepassX Local schedule:
Sched.16x: PC Backup to External Drive schedule: Sched.16x:
Review Weekly schedule: Sched.16x:
Nicolas Goaziou writes:
> Hello,
>
> Rasmus writes:
>
>> Nicolas Goaziou writes:
>>>
>>> I suggest to avoid calling repeatedly
>>> `org-export-get-footnote-definition'. Also, if the footnote reference is
>>> anonymous, there is no point in calling `org-element-map'. The following
>>> is more ef
Hello,
Rasmus writes:
> Nicolas Goaziou writes:
>>
>> I suggest to avoid calling repeatedly
>> `org-export-get-footnote-definition'. Also, if the footnote reference is
>> anonymous, there is no point in calling `org-element-map'. The following
>> is more efficient:
>>
>> (format "\\footnote{%
Rasmus writes:
> Nick Dokos writes:
>
>> Bug? Or am I expecting too much?
>
> Yeah, that's a bug. It should work now.
>
It does.
And I learned something about the structure of org documents:
after export, the footnote definitions are at the end of each section,
rather than at the end of the d
Am 25.05.2016 um 09:44 schrieb Rainer Stengele:
Am 19.05.2016 um 22:15 schrieb Rainer Stengele:
Am 13.05.2016 um 13:04 schrieb Rainer Stengele:
Am 11.05.2016 um 21:45 schrieb Rainer Stengele:
Am 11.05.2016 um 18:22 schrieb Marco Wahl:
Hi Rainer,
I could not find a variable which allows form
>>> "Eric" == Eric S Fraga writes:
> On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote:
> [...]
>> That is interesting, I could not get your example to work, but this is
>> due to lack of knowledge from my side. I will look into this in the
>> coming days. Thanks for pointing it
> On Tuesday, 24 May 2016 at 21:00, Uwe Brauer wrote:
> Interesting. If you want to get this approach to work with org, you are
> more likely to need to put in the LaTeX directives into the org file
> directly instead of the solution I suggested:
> #+latex: \begin{tcbraster}
>> I can provide a patch for this.
Please find attached the patch.
> Since "ox-rss.el" loads "ox-html", could you re-use code in the latter?
I think even ox-html could benefit from using an XML/HTML generation
library that can convert s-expressions to XML/HTML. xml.el has
`xml-parse-region' to
Am 19.05.2016 um 22:15 schrieb Rainer Stengele:
Am 13.05.2016 um 13:04 schrieb Rainer Stengele:
Am 11.05.2016 um 21:45 schrieb Rainer Stengele:
Am 11.05.2016 um 18:22 schrieb Marco Wahl:
Hi Rainer,
I could not find a variable which allows formatting the clock report
that is created in the or
Rasmus writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Rainer M Krug writes:
>>
>>> But in my document, I have
>>>
>>> #+SELECT_TAGS: export presentation
>>>
>>> in which case, I would have expected, that the tags defined here are not
>>> exported?
>>
>> It's arguably better.
>>
>> OTOH, i
Nicolas Goaziou writes:
> Hello,
>
> Rainer M Krug writes:
>
>> But in my document, I have
>>
>> #+SELECT_TAGS: export presentation
>>
>> in which case, I would have expected, that the tags defined here are not
>> exported?
>
> It's arguably better.
>
> OTOH, it is easier to remove them with a
Rasmus writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Rainer M Krug writes:
>>
>>> It seems that I can not longer select multiple environments at the same
>>> time by using org-beamer-select-environment.
>>>
>>> - I am on a header
>>> - I press C-c C-b
>>> - then C-c to enable multiple sel
Nicolas Goaziou writes:
> You don't seem to use the latter. Does it still make sense to provide
> it?
No.
> I suggest to avoid calling repeatedly
> `org-export-get-footnote-definition'. Also, if the footnote reference is
> anonymous, there is no point in calling `org-element-map'. The following
Eric S Fraga writes:
> etc. as I believe it would be difficult to pass options to org special
> blocks. But maybe others can chime in: can ATTR_LATEX, for instance, be
> used to specify options for a #+BEGIN_ block?
Yes.
#+attr_latex: :options [foo]
#+begin_bar
x
#+end_bar
--
Warning: Ev
27 matches
Mail list logo