Hi Nicolas and Rick,
Nicolas Goaziou writes:
> A new buffer keyword (which needs to be documented in org.texi),
> a defcustom with a completely free sexp... Isn't it a bit too much for
> mere checkboxes?
Personally I think the defcustom is enough, as this choice is likely
to be made for all Org
Hi François,
François Pinard writes:
> This is about my little org-grep tool, available at:
>
>https://github.com/pinard/org-grep
>
> Right out of the README: "This tool allows for grepping files in a set
> of Org directories, formatting the results as a separate Org buffer.
> This buffer is
Dear John,
Thanks for your efforts to help me. I have good news.
2014/1/3 John Hendy
> Can you post:
> - Minimal .org file
>
Here is a minimal-paper.org
#+OPTIONS: LaTeX:verbatim
#+LaTeX_CLASS: article
#+LaTeX_CLASS_OPTIONS: [a4paper,twoside,twocolumn]
#+LaTeX_CLASS_OPTIONS: [captions=tablehe
Hi Andreas,
Andreas Leha writes:
> It is a very small thing and I am very much happy with using a filter based
> approach here.
One thing really worth improving is the tutorials around filters on
Worg. Or maybe: let's create a place similar to org-hacks.org called
org-filters.org listing usefu
Marc Ihm writes:
> just uploaded version 2.4 of org-index.el into contrib/lisp, so it
> will be part of daily snapshots and the next stable release.
Thanks for the update!
--
Bastien
vilib...@wvi.cz writes:
> I've shared it on github, please see
> https://github.com/w-vi/ox-wk.el
Great, thanks for sharing!
--
Bastien
François Pinard writes:
> This is about my little org-grep tool, available at:
>
>https://github.com/pinard/org-grep
This is great -- thanks, and a happy new year!
--
Bastien
York Zhao writes:
> What is org-rss, I couldn't find it. Can you give a link?
This is ox-rss.el in contrib/lisp/ if you clone Org or get it
as a .zip/.tar.gz archive.
--
Bastien
Hi,
At Fri, 03 Jan 2014 10:34:08 +0100,
Nicolas Goaziou wrote:
>
> Thank you. It looks mostly good, but I cannot apply it on top of master
> branch. Could you rebase and send an updated version?
Opps. Rebased version attached.
> The usual format is
>
> (org-ascii--build-title, org-ascii--bu
Hi Aaron,
I just fixed C-u C-u TAB with a less complicated patch:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=44acd000
Let me know if I overlooked some use-cases.
And thanks for raising this,
--
Bastien
Bastien writes:
> Hi Andreas,
>
> Andreas Leha writes:
>
>> It is a very small thing and I am very much happy with using a filter based
>> approach here.
>
> One thing really worth improving is the tutorials around filters on
> Worg. Or maybe: let's create a place similar to org-hacks.org calle
It was actually org-feed (http://orgmode.org/worg/org-contrib/org-feed.html
).
Here is an example usagethat downloads recent org-mode maillist entries and
formats them in a list of org-headings. The formatter function does some
character replacements, and makes the headings TODO items. I also defi
Hi John,
John Kitchin writes:
> excellent, that is exactly where I would have expected it, in the
> documentation for org-entry-put.
>
> it would also make sense to say in org-entry-get that you get a
> string.
I just added
"Return the value as a string."
in the docstring.
Thanks,
--
Bas
Ryan Timmins writes:
> On clock-out in the .notes buffer, tasks in the buffer get removed.
I'm not able to reproduce this with latest Emacs.
Can you recompile Emacs and check if this is still
a problem?
Thanks,
--
Bastien
Hi Li,
Li Zhuo writes:
> I may have found a bug relate to org-refile function,though I have
> not push privileges,I submit a patch using git format-patch.
Thanks for the patch and the bug report: note that the bug was more
general, it also appeared if you don't use ido at all. I fixed this
in
Andreas Leha writes:
> I am very sorry -- would have been a nice way to contribute.
No problem, I just wanted to verbalize this wish so that someone
with more time at hand can take the challenge :)
--
Bastien
Eric Abrahamsen writes:
>> Maybe you can use `org-after-todo-state-change-hook' to store a note
>> in a property, then display the content of this property in the column
>> view -- but this is a bit hackish anyway.
>
> I've wanted this too -- if we're logging into a drawer (ie LOGBOOK),
> shouldn
Hi Ian,
quoting the manual:
Remote references
.
You may also reference constants, fields and ranges from a different
table, either in the current file or even in a different file. The
syntax is
remote(NAME-OR-ID,REF)
where NAME can be the name of a tab
Hi Khaije,
khaije rock writes:
> I've found on some occasions that I wish for the ability to simply
> export my org-mode notes, (procedural instructions, status/inventory
> tables, work log) into a simple fill-able form, (w/ content derived
> from the enclosed content and properties), and eithe
Hi François,
François Pinard writes:
> Hi, Org people.
>
> In one of my Org files, I have:
>
> - rmail:~/ubity/Mail/admin
>
> Of course, ~/ubity/Mail/admin is an mbox format email folder. Whenever
> I mouse-click on it (or use C-c C-o), I get this error:
This is now fixed, thanks for reporting
Hi Fletcher,
Fletcher Charest writes:
> My org-hierarchical-todo-statistics variable is set to nil in order
> to obtain a recursive count of my TODO items in subtrees. However, I
> would like to know if it is possible to filter this count to include
> only some TODO keywords.
You may want to cu
Miro Bezjak writes:
> I've implemented the solution to my problem by using
> `agenda-skip-entry-if' instead of `org-agenda-tag-filter-preset'.
Thanks for sharing your solution!
Best,
--
Bastien
Hi Nicolas,
Nicolas Goaziou writes:
> Also, I think there will be a problem if an internal link contains
> brackets. E.g, how to create an internal link to the following headline?
>
> * Some [headline]
Maybe we can just escape square brackets for such internal links.
At least this would solve
Hi Rick,
Rick Frankel writes:
> Bastien-
>
> I will look at making this the default when i have time if the doctype
> is html5 (`org-html-html5-p' is true), but it requires some work to
> get the info structure passed down to `org-html--anchor'.
Sure -- please let us know when you have more tim
Hi François,
François Pinard writes:
> Just for the record, I have the same need for some of my Org files.
> However, I find it easy enough to add the blank line myself.
Well, this is likely to be the solution for years to come, as adapting
blank line insertion based on the level of headlines s
Hi David,
David Belohrad writes:
> for a certain time I'm using ordinary archiving. I.e. moving DONE marked
> tags to archive file. For this I'm using
>
> (org-advertized-archive-subtree &optional FIND-DONE)
>
> with shortcut C-u C-c C-x C-s, hence it will find all DONE items and
> move them to
On Jan 4, 2014 4:17 AM, "Joseph Vidal-Rosset"
wrote:
>
> Dear John,
>
> Thanks for your efforts to help me. I have good news.
>
> 2014/1/3 John Hendy
>>
>> Can you post:
>> - Minimal .org file
>
>
> Here is a minimal-paper.org
>
> #+OPTIONS: LaTeX:verbatim
> #+LaTeX_CLASS: article
> #+LaTeX_CLASS
Karl Voit writes:
> Therefore, I develop all my Org-mode tools with Python which I am
> comfortably with. I have done various things and put it on
> http://github.com/novoid
FWIW, I think it's good to develop tools for Org not only in Elisp but
also in other languages: Org is not just an Emacs m
Hi all,
Here's a patch to add org-download to org-mode.
I've had the additional features (the screenshots and local files)
implemented some time ago,
but never got around to wrapping it up.
Feedback welcome.
regards
Oleh
> There's still two functionality bits that I want to add:
> local files an
Hi Alan,
Alan Schmitt writes:
> I've just written a small hack to refer to code in other files from an
> org-mode buffer, so that the referred code would be copied in the buffer
> to be exported when exporting the org buffer. (Our use case is a large
> Coq development which we want to document o
Florian Beck writes:
> Nicolas Goaziou writes:
>
>> I don't think option 2 is really useful, but I don't mind either way.
>
> Actually, I would find it useful (because I sometimes export my notes as
> an ebook and tables get garbled on the way).
Hey, are you actually exporting to an epub? How a
Hi all
I have slightly modified the Jason Riedy's orgtbl-sqlinsert.el package
to take into account Org dates.
The output format is configurable through the :datefmt parameter.
The default format is suitable for Sqlite.
(git patch attached)
An example:
Here is the source table:
#+ORGTBL: SEND fa
Bastien writes:
> Eric Abrahamsen writes:
>
>>> Maybe you can use `org-after-todo-state-change-hook' to store a note
>>> in a property, then display the content of this property in the column
>>> view -- but this is a bit hackish anyway.
>>
>> I've wanted this too -- if we're logging into a draw
Hi Oleh,
Oleh writes:
> Here's a patch to add org-download to org-mode.
Great, thanks.
Please add this to contrib/lisp/ -- we try to keep Org's core
minimalistic because core is merged to Emacs.
Best,
--
Bastien
Hi,
I know, ther's a lot of doc around there. But: can someone show me "the
best" road map" to start using (and learning) org-mode?
I've past the few days, learning emacs, and now, I think I'm able to
start using org-mode.
TIA
Renato
Hi all
On Fri, Nov 16, 2012 at 4:16 PM, Michael Brand
wrote:
> [...]
>A nice solution for variant 2 would be if
>@2$3..@2$7 = remote(A, @>>$$#) :: @3$3..@3$7 = remote(B, @>>$$#)
>could be simplified to
>@2$3..@3$7 = remote($8, @>>$$#)
> [...]
Because I need the above indirection
Hi Renato,
Renato writes:
> I've past the few days, learning emacs, and now, I think I'm able to
> start using org-mode.
I'd start with this tutorial:
http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html
Then continue exploring this page:
http://orgmode.org/worg/org-tutorials/index.h
Hi Ian
On Thu, Dec 12, 2013 at 3:32 PM, Ian Barton wrote:
> I am trying to combine summary data from org tables.
> [...]
> #+TBLFM: @2$2 = remote(october2012,@2$2)::@3$2 = remote(november2013,@3$2)::
> [...]
Just a few days ago I have implemented remote reference indirection
for name or ID which
Hi all,
I'm trying to figure out how to export a line (say "foo") only when
exporting to markdown.
For latex there is
'#+LATEX: foo'
and for html there is
'#+HTML: foo'
but neither
'#+MD: foo'
nor
'#+MARKDOWN: foo'
does the trick.
Of course
'#+HTML: foo'
exports foo to markdown since the markdow
Bastien writes:
> François Pinard writes:
>> - rmail:~/ubity/Mail/admin
> This is now fixed, thanks for reporting this!
Thanks, it now works! :-)
François
Bastien writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
>> I've just written a small hack to refer to code in other files from an
>> org-mode buffer, so that the referred code would be copied in the buffer
>> to be exported when exporting the org buffer. (Our use case is a large
>> Coq development
Bastien writes:
> Karl Voit writes:
>> Therefore, I develop all my Org-mode tools with Python which I am
>> comfortably with. I have done various things and put it on
>> http://github.com/novoid
> FWIW, I think it's good to develop tools for Org not only in Elisp but
> also in other languages:
Bastien writes:
> htmlize.el was not included so far when packaging the org-plus-contrib
> ELPA package, I fixed this, thanks.
Again, this isn't our file and we shouldn't distribute it via package
manager. It screws up everyone who installs htmlize via ELPA or MELPA,
please revert that commit.
Achim Gratz writes:
> Bastien writes:
>> htmlize.el was not included so far when packaging the org-plus-contrib
>> ELPA package, I fixed this, thanks.
>
> Again, this isn't our file and we shouldn't distribute it via package
> manager. It screws up everyone who installs htmlize via ELPA or MELPA
Renato writes:
> Hi,
> I know, ther's a lot of doc around there. But: can someone show me
> "the best" road map" to start using (and learning) org-mode?
>
Org is a swiss army knife: if you open up all the blades and try to use
them at once, you are going to hurt yourself.
Start with one or two
Bastien writes:
> Can you do it and provide a way to make org-plus-contrib depends on
> the correct version of the htmlize package?
Actually I just did so myself. In retrospect, htmlize.el is not a
dependency, just something used.
--
Bastien
Hi Ista,
Ista Zahn writes:
> I'm trying to figure out how to export a line (say "foo") only when
> exporting to markdown.
#+BEGIN_MD
...
#+END_MD
will do.
#+HTML and the likes are special shortcuts for historical export
backends, we don't plan to add more.
HTH,
--
Bastien
> Can you run M-x emacs-version RET and M-x org-version RET and report
> what versions you are using for both Emacs and Org ?
Hi Bastien.
Thanks for your response.
My specific emacs version is:
GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-10-03
on hamsa, modified by Debian
Hi Alan,
Alan Schmitt writes:
> #+BEGIN_SRC emacs-lisp
> (defun as/skip-future-tasks ()
> "Skip future tasks"
> (save-restriction
> (widen)
> (let ((subtree-end (save-excursion (org-end-of-subtree t
> (cond
>((org-entry-scheduded-in-future-p)
> subtree-end)
Hi Todd,
Todd Neufeld writes:
> My org:
> Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @
> /usr/share/emacs/24.3/lisp/org/)
I suggest you try using a more recent version, either
through Git
~$ git clone git://orgmode.org/org-mode.git
~$ cd org-mode
~$ make
[And adjust your load-
Bastien gnu.org> writes:
>
> Hi Ista,
>
> Ista Zahn gmail.com> writes:
>
> > I'm trying to figure out how to export a line (say "foo") only when
> > exporting to markdown.
>
> #+BEGIN_MD
> ...
> #+END_MD
>
> will do.
>
[snip]
No it won't.
ox-md.el does not define a transcoder for keywor
Charles Berry writes:
> No it won't.
>
> ox-md.el does not define a transcoder for keyword and falls back to its
> parent:
Thanks.
I just added this transcoder to the master branch.
--
Bastien
Charles Berry ucsd.edu> writes:
>
> Bastien gnu.org> writes:
>
> >
> > Hi Ista,
> >
> > Ista Zahn gmail.com> writes:
> >
> > > I'm trying to figure out how to export a line (say "foo") only when
> > > exporting to markdown.
> >
> > #+BEGIN_MD
> > ...
> > #+END_MD
> >
> > will do.
> >
>
Bastien gnu.org> writes:
>
> Charles Berry ucsd.edu> writes:
>
> > No it won't.
> >
> > ox-md.el does not define a transcoder for keyword and falls back to its
> > parent:
>
> Thanks.
>
> I just added this transcoder to the master branch.
>
Looking at org-md-export-block shouldn't it exp
On Sat, Jan 4, 2014 at 1:40 PM, Charles Berry wrote:
> Bastien gnu.org> writes:
>
>>
>> Charles Berry ucsd.edu> writes:
>>
>> > No it won't.
>> >
>> > ox-md.el does not define a transcoder for keyword and falls back to its
>> > parent:
>>
>> Thanks.
>>
>> I just added this transcoder to the mast
Hello,
Bastien writes:
> Ista Zahn writes:
>
>> I'm trying to figure out how to export a line (say "foo") only when
>> exporting to markdown.
>
> #+BEGIN_MD
> ...
> #+END_MD
>
> will do.
I added #+begin_markdown...#+end_markdown too, as defined by the
back-end.
>
> #+HTML and the likes are spe
Hello,
Yasushi SHOJI writes:
> Opps. Rebased version attached.
Thank you. However, I'm still unable to apply it. Odd.
> Thanks. I've now checked Emacs' Changelog. It seems like each line
> have open and close parentheses. Am I right?
That's correct, although I don't apply this rule.
> +
Andreas Leha wrote:
>> Could you expand on what you mean by "less portable"? I'm interested in
>> portability from a reproducible research perspective and want to avoid
>> habits that don't port well to other researchers' systems.
>>
>
> I did not want to include these words in the first place. Th
Nicolas Goaziou gmail.com> writes:
>
> Hello,
>
> Bastien gnu.org> writes:
>
> > Ista Zahn gmail.com> writes:
> >
> >> I'm trying to figure out how to export a line (say "foo") only when
> >> exporting to markdown.
> >
> > #+BEGIN_MD
> > ...
> > #+END_MD
> >
> > will do.
>
> I added #+begin
Hi all,
I'm looking for a way to export each top-level heading to a separate
markdown file. Ideally I would like to have the exported files named
according to the heading. For example I would like this org file
---
* Section one
Section one text
* Section two
** Se
Hi Bastien,
learning recently new things about org mode i think i have requested a
bullshit. Basically the idea was to somehow 'retain' the project tree,
or at least be able to restore its form from archive when needed. Seeing
complexity of this, it does not look like something easy to implement..
Ista and all,
On 1/4/2014 5:29 PM, Ista Zahn wrote:
Hi all,
I'm looking for a way to export each top-level heading to a separate
markdown file. Ideally I would like to have the exported files named
according to the heading. For example I would like this org file
---
On 05/01/14 09:45, Charles Millar wrote:
Ista and all,
On 1/4/2014 5:29 PM, Ista Zahn wrote:
Hi all,
I'm looking for a way to export each top-level heading to a separate
markdown file. Ideally I would like to have the exported files named
according to the heading. For example I would like this
Hello,
Charles Berry writes:
> Doesn't org-md-export-block want
>
> (org-export-with-backend 'html export-block contents info)
>
> at its end?
Done. Thank you.
Regards,
--
Nicolas Goaziou
Hello,
Bastien writes:
> Nicolas Goaziou writes:
>
>> Also, I think there will be a problem if an internal link contains
>> brackets. E.g, how to create an internal link to the following headline?
>>
>> * Some [headline]
>
> Maybe we can just escape square brackets for such internal links.
> A
Hello,
Bastien writes:
> Florian Beck writes:
>
>>> I don't think option 2 is really useful, but I don't mind either way.
>>
>> Actually, I would find it useful (because I sometimes export my notes as
>> an ebook and tables get garbled on the way).
>
> +1.
Patch attached. WDYT?
Regards,
--
On Sat, Jan 4, 2014 at 6:41 PM, Alan L Tyree wrote:
> On 05/01/14 09:45, Charles Millar wrote:
>>
>> Ista and all,
>>
>> On 1/4/2014 5:29 PM, Ista Zahn wrote:
>>>
>>> Hi all,
>>>
>>> I'm looking for a way to export each top-level heading to a separate
>>> markdown file. Ideally I would like to hav
Ista Zahn writes:
> On Sat, Jan 4, 2014 at 6:41 PM, Alan L Tyree wrote:
>> On 05/01/14 09:45, Charles Millar wrote:
>>>
>>> Ista and all,
>>>
>>> On 1/4/2014 5:29 PM, Ista Zahn wrote:
Hi all,
I'm looking for a way to export each top-level heading to a separate
markdown f
Whilst trying to set a key binding to archive 'DONE' todo items, by
trying to bind F13 [aka CapsLock] to '2', so the finished intended
result would have been - F13 + 2 = DONE & ARCHIVED. This is a global
key binding, although I was trying for a local one. How do I know its
'global'? Because CapsLoc
hello all,
I wonder if we can apply a single table formula line to multiple
tables.
Many thanks.
Regards,
Bing
"Sebastien Vauban"
writes:
> Shouldn't, then, some filters be available by default in core Org?
I don't think so: my understanding is that "default filters" would
then be implemented without relying on filters -- so filters are
really optional by nature. Nicolas will correct me if I'm wrong.
Hi,
b...@pku.edu.cn writes:
> I wonder if we can apply a single table formula line to multiple
> tables.
Nope, sorry!
--
Bastien
Nicolas Goaziou writes:
> Patch attached. WDYT?
'looks good!
--
Bastien
Nicolas Goaziou writes:
>> #+HTML and the likes are special shortcuts for historical export
>> backends, we don't plan to add more.
>
> What? Every back-end introduces its own specific keyword
> (#+beamer: #+ascii ...). I just added them (#+md: and #+markdown:) for
> md back-end.
Ah, my mistake.
Nicolas Goaziou writes:
> I'm not sure to understand. IIUC, one reason for url-hexification is to
> avoid forbidden characters in Org links, i.e., Org hexifies links to
> escape characters like brackets.
>
> Do you mean using another escape mechanism?
No, I mean to url-hexify URLs that correspon
75 matches
Mail list logo