Nicolas Goaziou writes:
>> Nicolas, I can push this myself but I haven't pushed to the repo in
>> years. What is the current way? Do I just push to master?
>
> I think you should push to maint, so that users of org+contrib package
> can benefit from your fix soon enough. You then need to merge m
Hi,
Nicolas Goaziou writes:
>
> Yes, you cannot have duplicate property names in the same property
> drawer. OTOH you can append values to a property with :NAME+: syntax
> (e.g. :EXPORT_LATEX_HEADER+:). You can also try to make everything fit
> in a single line.
>
thanks for the clarifications a
Just a side note...
Fredrik Unger wrote:
> I am not a full out user of Orgmode and I do not keep project files.
> I use one simple file per month to record my work, and it has been a good
> choice
> for me. Maybe someday I can switch to some other structure but as the CLOCK
> lines takes some spa
On Wednesday, 5 Nov 2014 at 21:06, kevin.lemorzadec wrote:
[...]
> in org mode. I don't see how to include replace the \begin{tabular}
> generated automaticly by the following code by \begin{tabu}
Try
#+attr_latex: :environment tabu
just before the table, assuming you are using a relatively r
Nicolas Goaziou wrote:
> Nicolas Goaziou writes:
>
>>> As discussed previously, I would like to modify property drawers syntax.
>>> The change is simple: they must be located right after a headline and
>>> its planning line, if any.
>>
>> [...]
>>
>>> I pushed a new branch, "top-properties" in the
Nicolas Goaziou writes:
> Hello,
>
> Elric Milon writes:
>
>> The commands for the agenda that breaks are:
>>
>> ("i" "Incoming" ((tags "REFILE" ((org-agenda-overriding-header "Tasks to
>> Refile") (org-tags-match-list-sublevels nil))) (tags-todo
>> "-SOMEDAY-NOTES-@office-@home-@errands" ((o
Hi,
ox-odt.el ignores `org-export-date-timestamp-format'.
Instead, it uses a variable `org-odt-use-date-fields', which maps
/all/ dates to the styles "OrgDate1" and "OrgDate2". I'm not sure if
these are meant to be customizable or not. In LO I'm able to change
the style by clicking on the times
Hi,
I am writing my personal web page with org-mode, and I would like to
include a list of my publications. I am using bibtex2html for generating
the html from my bibtex file in more or less complex ways (i.e. separating
articles from conferences, and sorting by year), because I like the
customiza
One way I’ve done such a thing is this:
#+BEGIN_SRC sh :exports results :results raw
echo "#+BEGIN_HTML"
cat file.html
echo "#+END_HTML"
#+END_SRC
I, too, would be interested to know if there is a simpler way.
Best,
Jaakko Järvi
> On Nov 6, 2014, at 6:44 AM, Giuseppe Lipari wrote:
>
>
Nicolas Goaziou writes:
>> I first thought of using footnotes but according to Org documentation
>> they won't be exported if they are collected in a special heading.
>
> This doesn't sound right. What do you mean?
Consider the following example, org-footnote-section being "Footnotes"
--8<--
On 2014-10-31 12:32, Vikas Rawal writes:
> 2. Generating reports: Babel results do not use the standard Org table
> syntax. Given my limited knowledge of lisp, I am finding it difficult
> to programme customising these reports in Org. It would be of much
> benefit if other users could share how t
Christian Egli writes:
> OK, the fix is pushed to maint and merged to master.
Thank you.
As a side note, two spaces after sentences are required in commit
messages.
Regards,
Hello,
Giuseppe Lipari writes:
> I tried #+INCLUDE: but it interprets the html file as an org file. If I
> specify src html, it renders the html code in the page.
On a recent Org, you could try:
#+INCLUDE: file.html html
Regards,
--
Nicolas Goaziou
Hi Folks,
I've been trying to translate 'Table of contents' on some exporting methods
like HTML, PDF export and beamer PDF.
Some of my findings let me to ox.el which have org-export-dictionary list.
Despite having pt_BR terms added to the list and chosen #LANGUAGE as pt_BR I
don't get a succes
Hi all,
Is it just me or is there no quick way to remove the link from some
hyperlinked text? If so, please consider this a feature request ;-)
Regards,
Adam
On 2014-11-03 09:06, Thorsten Jolitz writes:
> Grant Rettke writes:
>
>> On Sat, Nov 1, 2014 at 5:58 AM, Thorsten Jolitz wrote:
>>> And there is a new library
>>>
>>> [[http://goo.gl/pYYzS6][outorg-export]]
>>
>> I just used http://goo.gl/pYYzS6 and it worked fine; that looks like
>> an org mod
Hello,
Leslie Harlley Watter writes:
> I've been trying to translate 'Table of contents' on some exporting methods
> like HTML, PDF export and beamer PDF.
>
> Some of my findings let me to ox.el which have org-export-dictionary list.
>
> Despite having pt_BR terms added to the list and chosen #
Julien Cubizolles writes:
> Consider the following example, org-footnote-section being "Footnotes"
> #+STARTUP: nofinline
>
> * Premier heading
>
> + voici une photo [fn:1]
>
> * Footnotes
>
> + [fn:1] Crédit photo1
>
> The Beamer export pdf creates a footnote in the first frame, I'd like to
> ha
Hello,
Richard Kim writes:
> A patch is provided below which implements a new link type called "infoi"
> as a complement to "info" type that exist already.
Thanks for your patch.
> Why new link type? Because info index is almost always finer grain
> than info nodes. For example [[infoi:libc#
Jaakko and I were working on this together, hence the different
version information.
On Wed, Nov 5, 2014 at 8:04 PM, Jaakko Järvi wrote:
> The org-babel-detangle function is not working.
> Below is a description of how the issue manifests.
> (Thanks to Grant Rettke for crafting the detailed descr
I'm a huge fan of Org-mode and have been using it daily for a little over a
year. I've been following this list for about 8 months and really benefit
from
the level of technical discussion. I've finally encountered a methodology
problem that I haven't quite been able to wrap my head around and
* Elric Milon wrote:
>
> ("i" "Incoming" ((tags "REFILE" ((org-agenda-overriding-header "Tasks to
> Refile") (org-tags-match-list-sublevels nil))) (tags-todo
> "-SOMEDAY-NOTES-@office-@home-@errands" ((org-agenda-overriding-header "Tasks
> with no context") (org-tags-match-list-sublevels t
Thanks a lot Nicolas, that's exactly was I was looking for!
Best regards,
Giuseppe Lipari
2014-11-06 18:40 GMT+01:00 Nicolas Goaziou :
> Hello,
>
> Giuseppe Lipari writes:
>
> > I tried #+INCLUDE: but it interprets the html file as an org file. If I
> > specify src html, it renders the html co
Leslie Harlley Watter writes:
> Again the same patch but with the commit message included.
Applied. Thank you.
> Could anyone please test if it works with your configuration ?
I tested it. It works as expected. With the following document
#+language: pt_BR
#+caption: This is a table.
|
Adam Spiers writes:
Try this:
(defun unlinkify ()
"replace an org-link with the path, or description."
(interactive)
(let ((eop (org-element-context)))
(when (eq 'link (car eop))
(message "%s" eop)
(let* ((start (org-element-property :begin eop))
(end (org-element-pr
25 matches
Mail list logo