Hi Nick,
Nick Dokos writes:
> There was a G+ post in the orgmode community
> pointing to
>
>http://www.orgzly.com/
>
> No idea whether it works or not but I figured if you
> have an android phone, here's another opportunity to
> bury your face in it :-)
Note, it's closed source. There wa
Vikas Rawal writes:
> I would like to use visual-fill-column-mode with my org
> files. However, this has a peculiar problem that org tables also start
> wrapping at fill-column. Does anyone use visual-fill-column-mode with
> org and has found a way of telling it to ignore lines starting with a
>
Dear Aaron,
I was running close to the development version, but not close
enough. It's solved now in the current version of org-mode.
At first I accepted this odd behaviour, but then I realized htmlize is
supposed to give you what you see on screen, hence this was a bug.
regards,
Joost
> "
Hi,
when exporting an org-file to html using org-mode.js, the footnotes
appear at the end of the document.
I'd rather have the footnotes at the end of each section. As far as I
understand, this can be achieved by distributung the different
sections to different .org documents and including those
Hi Orm,
Orm Finnendahl writes:
> when exporting an org-file to html using org-mode.js, the footnotes
> appear at the end of the document.
I don't think we maintain an org-mode.js. Are you talking about Mooz's
org-js project? Or ox-html.el?
> I'd rather have the footnotes at the end of each
Hi,
Thanks for looking at this, Matt and Aaron.
Matt Price writes:
> Anyway, I figure I will try to modify zotxt-emacs so it provides these
> functions and generates conformant cite: links. That seems the easiest
> solution, and maybe Erik will give me some help once I've made some initial
> p
Good day folks!
I have tried to use ox-taskjuggler and faced what appeared to be a
mountain of.. infelicities and semi-broken functionality.
A need shapes the man, so I plowed through the most direct obstacles,
and finally managed to get what I want from the beast -- mostly by
adding direct Org-p
Am Sonntag, den 08. November 2015 um 12:10:59 Uhr (+0100) schrieb Rasmus:
>
> I don't think we maintain an org-mode.js. Are you talking about Mooz's
> org-js project? Or ox-html.el?
sorry, I meant "org-info.js"
>
> I think this is not possible. See org-html-inner-template.
>
ok, thanks. I'
>
>> I would like to use visual-fill-column-mode with my org
>> files. However, this has a peculiar problem that org tables also start
>> wrapping at fill-column. Does anyone use visual-fill-column-mode with
>> org and has found a way of telling it to ignore lines starting with a
>> |?
>
> Hardl
Rasmus writes:
> Hi Nick,
>
> Nick Dokos writes:
>
>> There was a G+ post in the orgmode community
>> pointing to
>>
>>http://www.orgzly.com/
>>
>> No idea whether it works or not but I figured if you
>> have an android phone, here's another opportunity to
>> bury your face in it :-)
>
> N
ls,
attached is a patch for org-mode (pulled 15 minutes ago) which will
change the defconst org-export-dictionary in lisp/ox.el only:
add Dutch translations for some (12) export-labels (like List of
Tables etc.) and adds a "List of Figures" label with the Dutch
translation.
The patch for g
Hi,
Orm Finnendahl writes:
> Am Sonntag, den 08. November 2015 um 12:10:59 Uhr (+0100) schrieb Rasmus:
>>
>> I don't think we maintain an org-mode.js. Are you talking about Mooz's
>> org-js project? Or ox-html.el?
>
> sorry, I meant "org-info.js"
OK. I haven't used it for years. Skimming o
Aaron Ecay writes:
> Extra elisp inside the org file is an important way of extending the
> power of org markup. Why don’t you want to use it?
Including boilerplate Elisp, all subtly different into each markup
document, just to extend the markup with the syntax that it should have
in the first
Hello,
Oleh Krehel writes:
> I'd appreciate everyone's thoughts on the proposed addition. Best case
> scenario, Nicolas agrees and it's actually easy to add the new "!()"
> inline Elisp syntax. Mid case, everyone's indifferent and I can add the
> code myself. Worst case, people are opposed to t
Hello,
Joost Helberg writes:
> attached is a patch for org-mode (pulled 15 minutes ago) which will
> change the defconst org-export-dictionary in lisp/ox.el only:
>
> add Dutch translations for some (12) export-labels (like List of
> Tables etc.) and adds a "List of Figures" label with the D
Aaron Ecay writes:
> I don’t think we should unit-test only public API functions.
I didn't say that. However, I wouldn't write tests for "--" functions.
> Indeed, I find it easier to write unit tests for small functions,
> since I don’t have to construct a lot of extra context to exercise all
>
Hi Nicolas,
Nicolas Goaziou writes:
> There is already inline syntax for any language, including elisp:
>
> src_emacs-lisp{(foo)}
>
> and, if you use the library of Babel,
>
> call_foo{}
>
> I don't see the need to add yet another way to call inline code from an
> Org document.
Is that a ne
Oleh Krehel writes:
> Is that a new feature?
It is probably almost as old as Babel itself.
> First time I've heard about it, and I did google
> for inline code block evaluation before.
You should check the Org manual first:
(info "(org) Structure of code blocks")
> In any case, the HTML e
Hello,
Until a few months ago I was able to use `org-cycle' in
`emacs-lisp-mode' buffers, and it just worked after turning on
`outline-minor-mode' but not `orgstruct-mode'. I am using the
development versions of both Emacs (25.0.50) and Org (9.0).
But somewhere along the way `org-cycle' partiall
Hello,
Orm Finnendahl writes:
> ok, thanks. I'll look into it. Maybe it's not too hard to
> implement.
It shouldn't. Basically, you need to:
1. Add an optional argument to `org-html-footnote-section' specifying
the scope of footnotes, skip
`org-export-collect-footnote-definitions'
Hello,
Jonas Bernoulli writes:
> I would like to use `orgstruct-mode' in `emacs-lisp-mode' but I cannot
> get it to work at all. So for now I would be happy if I could just use
> `org-cycle' as I used to.
Thank you for the report.
`orgstruct-mode' really needs some love. Being to much linked
Sebastian Fischmeister writes:
>>> This causes problems, when the level has semantic meaning beyond
>>> defining the hierarchy (e.g., level 3 always indicates a task while
>>> levels 2 and 1 are project headings).
>>
>> Why don't you simply refile into the parent, then?
>
> Because there might no
Nicolas Goaziou writes:
> Oleh Krehel writes:
>
>> Is that a new feature?
>
> It is probably almost as old as Babel itself.
>
>> First time I've heard about it, and I did google
>> for inline code block evaluation before.
>
> You should check the Org manual first:
>
> (info "(org) Structure o
Nicolas Goaziou writes:
> `orgstruct-mode' really needs some love.
It's really hard to understand what is going on for someone not familiar
with the Org code. Furthermore I am not using the default Emacs
bindings (but I also tested with emacs -Q), so code that generates
commands and bindings,
Oleh Krehel writes:
> Nicolas Goaziou writes:
>
>> The current time is: src_emacs-lisp[:results html]{(format "> href=%S>%s" "http://google.com"; (format-time-string "%H:%M"))}.
>
> This is quite restrictive, since it implies that I want to export to
> HTML. What I really want is to insert a
Hi Nicolas,
thanks a lot, that sounds quite feasible and your suggestions will
probably save me a lot of time! I just started writing the book and
first need some more content but will look into coding it while it's
growing.
I'll post back to the list when I have results in case someone is
inter
Hi Vikas,
AFAIK, the visual-fill-mode features are implemented at a very low level
in the display code, in C. It would be nice if it was possible to mark
lines as exempt from wrapping (e.g. by putting a text property on
them). Org could then arrange for tables to have this text property,
and not
Hi Joost,
2015ko azaroak 8an, Joost Helberg-ek idatzi zuen:
>
> Dear Aaron,
>
> I was running close to the development version, but not close
> enough. It's solved now in the current version of org-mode.
>
> At first I accepted this odd behaviour, but then I realized htmlize is
> supposed to gi
Hi Rasmus,
2015ko azaroak 8an, Rasmus-ek idatzi zuen:
[...]
>
> Do you have signed FSF papers? I don't know if there's any desire to move
> ox-taskjuggler.el to core, nor whether it would be possible (since I don’t
> know if "tj" and Baptiste have signed FSF papers).
>
[...]
> Also, you int
Hi Jonas,
2015ko azaroak 8an, Jonas Bernoulli-ek idatzi zuen:
>
> `outline-minor-mode' combined with `org-cycle' gives me the feature I
> *really* want/need.
Thorsten Jolitz wrote the outshine library to provide something like
this. Sadly it’s not actively maintained ATM, but I believe it still
Jonas Bernoulli writes:
`orgstruct-mode' sounds like it could be really useful too, but
as I mentioned it doesn't work for me at all. So for now I
would like to stick to just `outline-minor-mode'.
Thanks
Jonas
Ps: I am still not sure whether I am just doing something stupid
or why el
Hi Aaron,
Aaron Ecay writes:
> Hi Rasmus,
>
> 2015ko azaroak 8an, Rasmus-ek idatzi zuen:
>
> [...]
>
>>
>> Do you have signed FSF papers? I don't know if there's any desire to move
>> ox-taskjuggler.el to core, nor whether it would be possible (since I don’t
>> know if "tj" and Baptiste have s
Hi Oleh,
2015ko azaroak 8an, Oleh Krehel-ek idatzi zuen:
>
> Aaron Ecay writes:
>
>> Extra elisp inside the org file is an important way of extending the
>> power of org markup. Why don’t you want to use it?
>
> Including boilerplate Elisp, all subtly different into each markup
> document, ju
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Hi there!
I render the org-mode project of my website using HTML export
functions.
I created a three-columns layout by using the Bootstrap
(http://getbootstrap.com/) and by wrapping the first three columns
within a div element of class "row".
I do this by prepending and appending some static ht
Hello,
AW writes:
> on orgmode 8.3.2 I've got a large org-file. Offen, I need to export a subtree
> like this:
>
> -
> * Subtree to be exported
> :PROPERTIES:
> :EXPORT_FILE_NAME: /PATH/TO/FOLDER/filename
> :EXPORT_TITLE:
> :END:
>
> foo
>
> -
>
> I'd like to sav
Hello,
Christoph Gaitzsch writes:
> Calling e.g. (org-batch-agenda 'ab') will report "Invalid agenda key"
> instead of printing headlines with tag "ab".
>
> To fix, change the macro line 10 to
>
> (defmacro org-batch-agenda (cmd-key &rest parameters)
> "Run an agenda command in batch mode and
Hi Nicolas,
2015ko azaroak 8an, Nicolas Goaziou-ek idatzi zuen:
[...]
> Anyway, this we're really nitpicking. There's nothing fundamentally
> wrong in either choice.
You’re right, and I’m not trying to be quarrelsome. At least for me,
it’s helpful to understand the perspective on things like t
Nicolas,
will do. I should have read the contribution page a but more carefull.
regards,
Joost
> "Nicolas" == Nicolas Goaziou writes:
> From: Nicolas Goaziou
> To: Joost Helberg
> Cc: emacs-orgmode@gnu.org
> Subject: Re: patch for adding some dutch translations in ox.el
> Date: 2015
Hi,
Emanuele Santoro writes:
> Hi there!
>
> I render the org-mode project of my website using HTML export
> functions.
>
> I created a three-columns layout by using the Bootstrap
> (http://getbootstrap.com/) and by wrapping the first three columns
> within a div element of class "row".
>
> I d
Hello,
Simon Thum writes:
> Hi all,
>
> I have a strange symptom when trying to add a line behind a SCHEDULED: line:
>
> *** TODO BU
> SCHEDULED: <2016-01-14 Di>x <-- press CR here
>
> I keep getting a message:
>
> user-error: No link found
>
> and cannot insert that line from the point desc
Kyle Meyer writes:
> Hello,
>
> Simon Thum writes:
>
>> Hi all,
>>
>> I have a strange symptom when trying to add a line behind a SCHEDULED: line:
>>
>> *** TODO BU
>> SCHEDULED: <2016-01-14 Di>x <-- press CR here
>>
>> I keep getting a message:
>>
>> user-error: No link found
>>
>> and cann
> Another option would be to use auto-fill-mode to keep your text
> paragraphs within your desired width, without affecting tables.
>
I do not like auto-fill-mode inserting hard returns at fill-column. This
creates problems for version control, as sentences cannot be correctly
identified.
I w
> Another option would be to use auto-fill-mode to keep your text
> paragraphs within your desired width, without affecting tables.
>
I do not like auto-fill-mode inserting hard returns at fill-column. This
creates problems for version control, as sentences cannot be correctly
identified.
I w
Hello,
I've never used icons with Org Contacts, but here are my guesses based
on glancing at the code.
stardiviner writes:
> How to edit the org-contacts property ~:ICON~ value?
You should be able to edit it like you would any other property (e.g.,
manually or with org-set-property).
> I trie
Hello,
Sebastian Christ writes:
> Hi group,
>
> I'd like to provide a patch to
> ox-extra.el. `org-latex-header-blocks-filter' still calls
> `org-edit-src-find-region-and-lang' and raises therefore an undefined
> function error.
Thanks for the patch. Sorry for the delayed response.
> * ox-ext
46 matches
Mail list logo