On Sun, Dec 11, 2011 at 1:10 PM, Mikhail Titov wrote:
> I've tried both your suggestions before and that is why I'm asking here
> in the list.
Sorry that it didn't help. But, IMHO all of these details should've
gone into the first mail. Nevermind, hopefully someone else would be
able to help you
On 11/12/11 18:42:10, Nick Dokos wrote:
> Alan L Tyree wrote:
>
> > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849
> >
> > Yes, Calibre does a nice job of converting XHTML to ePub; it can be
> > read in all the readers that I use, but it won't pass the
> validation
> > tests.
This package is a simple variant of
http://www.emacswiki.org/emacs/org-occur-goto.el
The new package uses multi substring matching where the given
substrings can appear in any order in the search results.
So if you search for "dog video" then it matches both
video of some dog
and
dogs chasing
Hello,
Ingo Lohmar writes:
> Below is an updated patch that works with the 7.7 release (sorry for not
> using the development version right now).
org-indent.el has been heavily modified since 7.7 release. You may want
to test development version first, as your patch might not be necessary
anymo
On 11/12/11 18:42:10, Nick Dokos wrote:
> Alan L Tyree wrote:
>
> > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849
> >
> > Yes, Calibre does a nice job of converting XHTML to ePub; it can be
> > read in all the readers that I use, but it won't pass the
> validation
> > tests.
On 11/12/11 20:41:18, Alan L Tyree wrote:
> On 11/12/11 18:42:10, Nick Dokos wrote:
> > Alan L Tyree wrote:
> >
> > > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849
> > >
> > > Yes, Calibre does a nice job of converting XHTML to ePub; it can
> be
> > > read in all the readers
At Mon, 5 Dec 2011 17:19:29 +0100,
M. Bauer wrote:
>
> Hi,
>
> as in the last paragraph of the Org v7.7 manual section 4.3 about
> external links, "Org also finds external links in the normal text
> and activates them as links." While editing, this completely
> works as expected.
>
> But when it c
Alan L Tyree writes:
> On 11/12/11 20:41:18, Alan L Tyree wrote:
>> On 11/12/11 18:42:10, Nick Dokos wrote:
>> > Alan L Tyree wrote:
>> >
>> > > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849
>> > >
>> > > Yes, Calibre does a nice job of converting XHTML to ePub; it can
>> b
Hi Herbert
Herbert Sitz writes:
> Sven Bretfeld gmx.ch> writes:
>> It is the last line that puzzles me. If I have it like above, every call
>> of this agenda is interrupted by the question which tag I want to query
>> for. Hitting RET does what I want, namely displaying all headlines of
>> the
At Fri, 09 Dec 2011 20:49:36 +0100,
Bastien wrote:
>
> Hi,
>
> York Zhao writes:
>
> > I have noticed this problem for awhile and now I think it is worth
> > reporting it
> > and hopefully get fixed.
> >
> > Here is what happened when I hit "C-c !" in org buffer:
>
> I can't reproduce this.
>
Me
At Sat, 10 Dec 2011 18:13:14 +0100,
Steinar Bang wrote:
>
> Platform: Ubuntu 10.10
> GNU Emacs 23.1.1
> git version of org-mode
>
> When I create a TODO task, I first create the task, then I create
> checkboxes for the things I would like to do, ie.
>
> * My tasks
> ** TODO here
Hello,
Steinar Bang writes:
> Is there some variable that I can set to make :LOGBOOK: drawers work
> under checkboxes?
No, lists ignore contents of drawers within them. Moreover :LOGBOOK:
drawers are an headline only feature.
Regards,
--
Nicolas Goaziou
> Nicolas Goaziou :
> Hello,
> Steinar Bang writes:
>> Is there some variable that I can set to make :LOGBOOK: drawers work
>> under checkboxes?
> No, lists ignore contents of drawers within them. Moreover :LOGBOOK:
> drawers are an headline only feature.
> David Maus :
> No, as far a
In the example of "Tables in HTML export" the example sais:
#+ATTR_HTML: border="2" rules="all" frame="all"
This is wrong HTML syntax. It should be:
#+ATTR_HTML: border="2" rules="all" frame="border"
Regards,
Dov
Hello,
When I set #+OPTIONS: H:1, I get what I expect: \section{} is the only
heading used and second level outline levels are converted to whatever
my org-export-lower-levels is set to, and the table of contents just has
the \section{}s in it.
When I set EXPORT_OPTIONS to H:1, I get \section{} a
On Sun, 11 Dec 2011 09:57:50 +0100, Nicolas Goaziou wrote:
> Hello,
>
> Ingo Lohmar writes:
>
> > Below is an updated patch that works with the 7.7 release (sorry for not
> > using the development version right now).
>
> org-indent.el has been heavily modified since 7.7 release. You may want
>
Mikhail Titov writes:
> I wonder if I can see all clocks in a table or export them somehow as
> csv or alike?
>
> Also how can I navigate to the last clock out?
As already suggested by Puneeth `org-clock-goto' (with prefix: C-u C-c
C-x C-j) lists the most recently used clocks and C-u C-c C-x C-j
Ingo Lohmar writes:
> My bad, and bad timing: Should have checked the development status.
> Turns out, it is very different now, but unfortunately still wrong.
Unless I'm missing your point, I don't see anything wrong in the current
behaviour. Whatever may be the value of
`org-indent-indentation
On Sun, 11 Dec 2011 14:04:38 +0100, Nicolas Goaziou wrote:
> Ingo Lohmar writes:
>
> > My bad, and bad timing: Should have checked the development status.
> > Turns out, it is very different now, but unfortunately still wrong.
>
> Unless I'm missing your point, I don't see anything wrong in the
Hi Sven,
"Sven Bretfeld" writes:
> That's it. Thank you very much. This possibility is not very prominent
> in the manual. I had to figure out how exactly it works and that the
> line must read:
>
> (tags "LEVEL>=1" ((org-agenda-files '("~/Dropbox/myconf/from-mobile.org"
>
> Now it is doing
Hi Steinar,
Steinar Bang writes:
> Is there another way to accomplish what I want: getting time stamped log
> entries under a list item?
Nope.
> Ie. it doesn't have to be in a drawer, and entries don't have to be
> created with `C-c C-z'. But should be easy to use.
>
> Or... I could go back t
Hi Masashi,
SAKURAI Masashi writes:
> I made simple reference browser.
> Just browsing, not executing commands.
>
> https://gist.github.com/1345100
Great -- I think this could be added to the contrib/ directory
of anything. Tassilo (Anything's maintainer) is reading this list,
I think the main
Hi,
Nicolas Goaziou writes:
> Ingo Lohmar writes:
>
>> Below is an updated patch that works with the 7.7 release (sorry for not
>> using the development version right now).
>
> org-indent.el has been heavily modified since 7.7 release. You may want
> to test development version first, as your p
Hi Herbert,
Herbert Sitz writes:
> I'm wondering what sort of progress has been made on the ODT importer.
> For example, is it able to convert an Org export to ODT back to Org format
> with
> result being same as the original Org file that was exported?
I don't think so.
This is a more gener
Hi Dov,
Dov Grobgeld writes:
> In the example of "Tables in HTML export" the example sais:
>
> #+ATTR_HTML: border="2" rules="all" frame="all"
>
> This is wrong HTML syntax. It should be:
>
> #+ATTR_HTML: border="2" rules="all" frame="border"
Fixed, thanks.
--
Bastien
Hi Roberto,
Roberto Huelga writes:
> Here is a simple patch for the org-clock.el file to make the function
> org-program-exists work on osx
Applied, thanks.
I added a commit message and a ChangeLog: please read this section
for your next patch:
http://orgmode.org/worg/org-contribute.html#
Hi Christian,
Christian Moe writes:
> I submitted a patch to this effect a month and a half back.
>
> http://patchwork.newartisans.com/patch/979/
>
> Apart from uncommenting that line, I put in an org-open-par after the div
> and rearranged a few lines to follow the same structure as other simil
Rainer M Krug writes:
> I haven't tried it out, but I think that would be very nice as a
> standard feature in org.
You can now customize `org-table-formula-field-format'.
Thanks to Dov for this idea!
Best,
--
Bastien
Ingo Lohmar writes:
> Hmmm, just did a clean test: emacs -Q, require org-install and org-indent.
>
> If I use the std setting of 2 and turn on org-indent-mode, all is fine:
>
> * 1st-level heading
> Here goes the text.
> *** 2nd-level heading
> More text.
>
> Setting the indentation to 1:
Thanks!
Yours,
Christian
On 12/11/11 2:11 PM, Bastien wrote:
Hi Christian,
Christian Moe writes:
I submitted a patch to this effect a month and a half back.
http://patchwork.newartisans.com/patch/979/
Apart from uncommenting that line, I put in an org-open-par after the div
and rearranged
Hi Eric,
Eric Schulte writes:
> It would be great to collect these links on the relevant Worg page
> [1].
Done. Thanks all for the useful input!
--
Bastien
Hi Giovanni,
Giovanni Giorgi writes:
> I have just published my org-mode parser for the node-js javascript
> based server:
>
> http://gioorgi.com/org-mode-parser/
Thanks!
Could this somehow be plugged to Substance? Or could this be
adapted to export Org files in the Data.Graph data format?
David Maus writes:
> Pushed a fix for this to master, all links in the example file are now
> exported as expected.
Thanks for fixing this!
--
Bastien
Hi Rob,
Accepted, thanks a lot.
Please read http://orgmode.org/worg/org-contribute.html#sec-4
for further patches.
Best,
--
Bastien
Eric Schulte writes:
> The attached patch entirely removes the #+name and #+results based
> hiding. Note that the existing "wrap" argument to the ":results" header
> argument will wrap results in a block which allows easy tab-based result
> hiding.
>
> As this is a relatively large change I hesi
Hi Cameron,
Cameron Seader writes:
> I created an index.org file and have been using that to organize all of
> my org files and create an Outline of my Notes etc...
>
> Is this the correct way to do it? because when i sync with MobileOrg
> then MobileOrg cannot open any of my files on my mobile
On Sun, 11 Dec 2011 14:25:11 +0100, Nicolas Goaziou wrote:
> Ingo Lohmar writes:
>
> > Hmmm, just did a clean test: emacs -Q, require org-install and org-indent.
> >
> > If I use the std setting of 2 and turn on org-indent-mode, all is fine:
> >
> > * 1st-level heading
> > Here goes the text.
Ingo Lohmar writes:
> I am terribly sorry --- my apologies for the noise. I had an issue with
> shadowed load paths. From what I can see, org-indent works just fine in
> the development version.
That's good news :) Thanks for confirming,
--
Bastien
Bastien writes:
> Eric Schulte writes:
>
>> The attached patch entirely removes the #+name and #+results based
>> hiding. Note that the existing "wrap" argument to the ":results" header
>> argument will wrap results in a block which allows easy tab-based result
>> hiding.
I didn't notice it be
Hi Rob,
Rob Giardina writes:
> diff --git a/contrib/lisp/org-export-generic.el
> b/contrib/lisp/org-export-generic.el
> index 12bbcdb..97b9134 100644
> --- a/contrib/lisp/org-export-generic.el
> +++ b/contrib/lisp/org-export-generic.el
can you resubmit this patch using git format-patch and addi
Hi Alan,
Alan L Tyree writes:
> So -- back to my original question: is there some variable somewhere
> that puts in both name="xxx" and id="xxx" or do I need to write a post
> export clean up function?
>From latest git, can now set ̀org-export-html-headline-anchor-format' to
nil. See the doc
Alan L Tyree writes:
> Bad form to answer my own question: these seem to be hard coded in org-
> html.el along with the other items that give ePub validation a nervous
> breakdown. I'll post a full list of the offending items later.
Thanks. If you can, please document this on Worg. This will
Hi Sean,
Sean Whitton writes:
> When I set #+OPTIONS: H:1, I get what I expect: \section{} is the only
> heading used and second level outline levels are converted to whatever
> my org-export-lower-levels is set to, and the table of contents just has
> the \section{}s in it.
>
> When I set EXPOR
Hi Tom,
Tom writes:
> This package is a simple variant of
> http://www.emacswiki.org/emacs/org-occur-goto.el
>
> The new package uses multi substring matching where the given
> substrings can appear in any order in the search results.
> So if you search for "dog video" then it matches both
If
Hi Gary,
Gary Oberbrunner writes:
> I need to make a big rst or Moin wiki table (actually it's for a trac
> wiki, see http://trac.edgewall.org) and those tables are annoying to
> construct when they're large. But org mode has this wonderful table
> editor and I'm wondering if there's any way to
Hi Bastien,
On 11 Dec 2011 at 15:55Z, Bastien wrote:
>> When I set #+OPTIONS: H:1, I get what I expect: \section{} is the
>> only heading used and second level outline levels are converted to
>> whatever my org-export-lower-levels is set to, and the table of
>> contents just has the \section{}s i
Hi Paul,
"Paul M. Rodriguez" writes:
> This is a rewrite of Org-Velocity for speed. Delays due to file size
> should no longer be perceptible. I have also added in-line previews of
> entry contents and dropped support for Org-Remember.
Applied, thanks a lot.
--
Bastien
Hi Christian and Herbert
Christian Moe writes:
> I've successfully used the regular expression searches Herbert Sitz
> describes to search and query a small (~ 500 kB) Org database of all
> my source materials (text clippings) for a project, where some of the
> properties I used had multiple val
Hi Rasmus,
Rasmus Pank Roulund writes:
> Note, I never asked for the second title and this is the one I want to
> go away, but I don't know how. As I pointed out in the previous case,
> it seems that it may be hardcoded, but I don't know.
Yes, this is hardcoded. Hopefully we will get rid of s
Bastien altern.org> writes:
>
> This is a more general problem: converting .odt (or even HTML, .tex,
> etc.) back to org-mode would indeed be wonderful.
>
> The most promising road I see for that would be to let pandoc *read*
> Org files: http://johnmacfarlane.net/pandoc/
>
> Any haskell hacke
Thomas quantentunnel.de> writes:
>
>
> There is ODT2ORG
> (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home)
> which lets you import odt files in org-mode.
> It works quite well and may need
> just some minor polishing.
>
>
http://leapon.net/en/mso2ooo-batch-convert-microsoft-offi
Hi Michael and Daniel,
Daniel Martins writes:
> One vote for being part of the core of org-mode!!! (with org-table
> rtanspose as well)
Yes. `org-table-transpose-table-at-point' is now part of Org's core.
--
Bastien
Hi Michael,
Michael Brand writes:
> If I understand right and only for left/right, the in-row functions
> cover that too:
> - remove: first blank the field with "C-c Space"
> (org-table-blank-field) and then rotate in-row left
> - add: rotate in-row right and replace the field content, before
On Sat, Dec 10, 2011 at 9:22 PM, Bastien wrote:
> Dear all,
>
> as the subject says. Please all test this heavily and report
> any problems. This will be part of Org 7.8 and soon in Emacs.
>
> Thanks a lot to Jambunathan for all this efforts, let's make
> sure everything is smooth before the rele
I use Bernt's approach with a few modifications. Basically I don't use
subprojects. I think Bernt's handling of subprojects is broken, because
a NEXT keyword burried in a subproject keeps the entire project off the
stuck projects lists. (Please correct me if I'm wrong.)
My solution is to move a pr
Bernt Hansen writes:
> There's another function to use from the agenda:
> org-agenda-todo-yesterday
`org-todo-yesterday' now calls `org-agenda-todo-yesterday' if necessary.
Best,
--
Bastien
Sankalp writes:
> Hi,
> I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to
> display source code.
>
> I was wondering if there's a way to include code from an external file.
> Like the *\lstinputlisting* feature in the LaTeX *listings* package.
>
You could write a code block which
Nicolas Goaziou writes:
> Bastien writes:
>
>> Eric Schulte writes:
>>
>>> The attached patch entirely removes the #+name and #+results based
>>> hiding. Note that the existing "wrap" argument to the ":results" header
>>> argument will wrap results in a block which allows easy tab-based result
Hi Andreas,
I've just pushed up a patch which should speed up the collection of
continued source blocks. Please let me know if the performance increase
is sufficient for your example, if not we can look at more dramatic
methods of optimization or possibly at making the collection of such
blocks c
Bastien writes:
> Eric Schulte writes:
>
>> The attached patch entirely removes the #+name and #+results based
>> hiding. Note that the existing "wrap" argument to the ":results" header
>> argument will wrap results in a block which allows easy tab-based result
>> hiding.
>>
>> As this is a rel
Eric Schulte writes:
> I've received no more feedback on this patch. It should be safe as it
> adds no new code but simply removes some questionable code. I will
> apply this patch now.
Seen - thanks!
--
Bastien
Thomas quantentunnel.de> writes:
>
> There is ODT2ORG
> (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home)
> which lets you import odt files in org-mode.
> It works quite well and may need
> just some minor polishing.
>
Thomas --
Thanks, I think that's what I was thinking of.
Fo
On 11 December 2011 21:30, Eric Schulte wrote:
> Sankalp writes:
>
> > Hi,
> > I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to
> > display source code.
> >
> > I was wondering if there's a way to include code from an external file.
> > Like the *\lstinputlisting* feature in the
Thomas writes:
> There is ODT2ORG
> (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home) which lets
> you import odt files in org-mode. It works quite well and may need
> just some minor polishing.
Great -- I added this to http://orgmode.org/worg/org-translators.html
Thanks!
--
Bastie
Thomas writes:
> http://leapon.net/en/mso2ooo-batch-convert-microsoft-office-documents-openoffice-documents
>
> There is also mso2ooo, which is, like odt2org, a python script.
> Maybe someone who knows elisp can create an emacs-frontend for running
> one or both scipts.
Thanks - I use unoconv
Hi Michael,
Michael Brand writes:
> Bugfix open 1 link from list; doc more link types
>
> * doc/org.texi (External links): Document the link types file+sys and
> file+emacs, slightly narrow used page width.
> * lisp/org.el (org-offer-links-in-entry): Make list when assigning a
> single link.
>
>
Bastien writes:
> Yes. `org-table-transpose-table-at-point' is now part of Org's core.
There's one thing to take care of, though:
In org-table-transpose-table-at-point:
org-table.el:1774:33:Warning: function `remove-if-not' from cl package called
at runtime
Regards,
Achim.
--
+<[Q+ Matri
Patch 1050 (http://patchwork.newartisans.com/patch/1050/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C1321739047-11936-1-git-send-email-bernt%40norang.ca%3E
Here is the original message containing the patch:
> Content-Type: text
Bernt Hansen writes:
> * lisp/org-clock.el (org-clock-out-if-current): Fix marker in no buffer error
> for task state change in an indirect buffer
Applied, thanks for the careful hunt/analysis/fix.
--
Bastien
Achim Gratz writes:
> There's one thing to take care of, though:
>
> In org-table-transpose-table-at-point:
> org-table.el:1774:33:Warning: function `remove-if-not' from cl package called
> at runtime
Done. Thanks for spotting this!
--
Bastien
pmli...@free.fr (Peter Münster) writes:
> * lisp/org.el (org-add-planning-info): Treat absolute time too.
Applied, thanks.
--
Bastien
Hi Sébastien,
"Sebastien Vauban" writes:
> Find attached a patch to highlight 2 types of "calendar events":
Applied, thanks a lot!
--
Bastien
Hi Christian,
Christian Moe writes:
> Correct html export of todo keywords
>
> * org-html.el (org-export-as-html): Apply
>org-export-html-get-todo-kwd-class-name to the the class attribute
>of the todo-keyword span tag, not to its text content
Applied, thanks!
--
Bastien
Bastien writes:
> Hi Giovanni,
>
> Giovanni Giorgi writes:
>
>> I have just published my org-mode parser for the node-js javascript
>> based server:
>>
>> http://gioorgi.com/org-mode-parser/
>
> Thanks!
>
> Could this somehow be plugged to Substance? Or could this be
> adapted to export Org fi
Hi Eric,
thanks for looking into this providing a patch already!
> I've just pushed up a patch which should speed up the collection of
> continued source blocks. Please let me know if the performance increase
> is sufficient for your example, if not we can look at more dramatic
> methods of opt
On 12/11/2011 07:05 AM, Olaf Dietsche wrote:
> As already suggested by Puneeth `org-clock-goto' (with prefix: C-u C-c
> C-x C-j) lists the most recently used clocks and C-u C-c C-x C-j 1 jumps
> to the last clocked task.
For some reason it also shows empty "Recent Tasks" list :(
> `org-clock-histor
Hi Michael,
Michael Brand writes:
> Attached is the patch with this changelog:
>
> Completion of remapping for Outline functions
>
> * lisp/org.el Key bindings: remap the Outline functions from
> `outline-mode-prefix-map' where possible.
Thanks a lot for going through this systematically.
I've
Andreas Leha writes:
> Hi Eric,
>
> thanks for looking into this providing a patch already!
>
>> I've just pushed up a patch which should speed up the collection of
>> continued source blocks. Please let me know if the performance increase
>> is sufficient for your example, if not we can look at
Eric Schulte wrote:
> Sankalp writes:
>
> > Hi,
> > I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to
> > display source code.
> >
> > I was wondering if there's a way to include code from an external file.
> > Like the *\lstinputlisting* feature in the LaTeX *listings* package.
Nick Dokos writes:
> Eric Schulte wrote:
>
>> Sankalp writes:
>>
>> > Hi,
>> > I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to
>> > display source code.
>> >
>> > I was wondering if there's a way to include code from an external file.
>> > Like the *\lstinputlisting* feature i
On 11/12/11 21:02:51, Jambunathan K wrote:
> Alan L Tyree writes:
>
> > On 11/12/11 20:41:18, Alan L Tyree wrote:
> >> On 11/12/11 18:42:10, Nick Dokos wrote:
> >> > Alan L Tyree wrote:
> >> >
> >> > > > http://thread.gmane.org/gmane.emacs.orgmode/41826/
> focus=41849
> >> > >
> >> > > Yes,
this is wonderful! many thanks to Jambu, Bastien, Christian and
everyone involved.
That would be Jambu, for developing the whole thing, and Bastien, for
integrating it. (I have only done a bit of testing and cheerleading.)
Yours,
Christian
On 12/11/11 6:57 PM, Bastien wrote:
Applied, thanks!
Thanks.
Yours,
Christian
At Tue, 6 Dec 2011 09:26:03 +0100,
Carsten Dominik wrote:
>
> Hi Erik,
>
> if yout get the latest git version, this is how it is working now.
> I agree that it is more consistent this way.
Hi Carten,
Thanks again for this fix.
I have noticed that using k c ... (where ... is a capture template
On Sun, Dec 11, 2011 at 7:37 PM, Christian Moe wrote:
>
>> this is wonderful! many thanks to Jambu, Bastien, Christian and
>> everyone involved.
>
>
> That would be Jambu, for developing the whole thing, and Bastien, for
> integrating it. (I have only done a bit of testing and cheer
Hi Eric,
Eric Schulte writes:
> Andreas Leha writes:
>
>> Hi Eric,
>>
>> thanks for looking into this providing a patch already!
>>
>>> I've just pushed up a patch which should speed up the collection of
>>> continued source blocks. Please let me know if the performance increase
>>> is suffic
On 11.12.2011, at 20:45, Erik Hetzner wrote:
> At Tue, 6 Dec 2011 09:26:03 +0100,
> Carsten Dominik wrote:
>>
>> Hi Erik,
>>
>> if yout get the latest git version, this is how it is working now.
>> I agree that it is more consistent this way.
>
> Hi Carten,
>
> Thanks again for this fix.
>
>
On 12/12/11 02:51:29, Bastien wrote:
> Hi Alan,
>
> Alan L Tyree writes:
>
> > So -- back to my original question: is there some variable
> somewhere
>
> > that puts in both name="xxx" and id="xxx" or do I need to write a
> post
> > export clean up function?
>
> From latest git, can now set
Viktor Rosenfeld writes:
> I use Bernt's approach with a few modifications. Basically I don't use
> subprojects. I think Bernt's handling of subprojects is broken, because
> a NEXT keyword burried in a subproject keeps the entire project off the
> stuck projects lists. (Please correct me if I'm w
Mikhail Titov writes:
> Also how can I navigate to the last clock out?
>
> I know I can do some exercise with awk or perl, but perhaps there should
> be a better solution. I tried to google but I can't find anything :(
> I know I can do some exercise with awk or perl, but perhaps there should
> b
Hi Erik,
Erik Hetzner writes:
> Thanks again for this fix.
>
> I have noticed that using k c ... (where ... is a capture template
> utilizing file+datetree+prompt) in the agenda now prompts for a
> date. Is this intended behavior?
I can't reproduce this -- I used the capture setting you mention
Christian Moe writes:
>> this is wonderful! many thanks to Jambu, Bastien, Christian and
>> everyone involved.
>
> That would be Jambu, for developing the whole thing, and Bastien, for
> integrating it. (I have only done a bit of testing and cheerleading.)
Cheerleading is key here :)
Anyone
Eric Schulte writes:
> This is the first I've seen of substance.io, it looks very interesting.
> I wonder how similar the substance document data structure is to the new
> org-parse data structure, and if it would be difficult or rewarding to
> write a translator between the two.
I wonder the sa
On 12/11/2011 04:25 PM, Bernt Hansen wrote:
> Mikhail Titov writes:
>
>> Also how can I navigate to the last clock out?
>>
>> I know I can do some exercise with awk or perl, but perhaps there should
>> be a better solution. I tried to google but I can't find anything :(
>> I know I can do some exe
Mikhail Titov writes:
> Thanks a lot! I was able to rebuild agenda for the year and check
> clocks! Perhaps I missed details on agenda commands while I was reading
> manual. Just `v c` is what I was missing.
>
> Can I see somehow see an agenda for previous month after I pressed `v
> m`? I had to
In version 7.7, a function provided to org-publish via :html-preamble or
:html-postamble no longer accepts a property list of export options. I
do not know if this change is a bug, or if it is deliberate.
I pass functions to :html-preamble and :html-postamble to integrate
generated HTML pages
At Mon, 12 Dec 2011 00:18:34 +0100,
Bastien wrote:
>
> Hi Erik,
>
> Erik Hetzner writes:
>
> > Thanks again for this fix.
> >
> > I have noticed that using k c ... (where ... is a capture template
> > utilizing file+datetree+prompt) in the agenda now prompts for a
> > date. Is this intended beh
In light of the following, can this be closed?
http://lists.gnu.org/archive/html/emacs-orgmode/2011-12/msg00155.html
Subject: The Org->ODT exporter is now in Org's core (latest git)
Bastien writes:
> Hi Rasmus,
>
> Rasmus Pank Roulund writes:
>
>> Note, I never asked for the second title and this is the one I want to
>> go away, but I don't know how. As I pointed out in the previous case,
>> it seems that it may be hardcoded, but I don't know.
>
> Yes, this is hardcoded.
Dear Tom,
Hi.
Nice package to achieve fast search! Thank you.
If this package can handle `org-directory' having org files,
or `org-agenda-files', it is more handy.
I currently do this task using `anything-grep-by-name',
but it is not comfortable for me because it does not
open trees including t
1 - 100 of 107 matches
Mail list logo