Hi Ilya,
Ilya Shlyakhter writes:
> How should case-sensitivity work in Org? The documentation doesn't
> specify. From past messages, it looks like tags and todo keywords
> are defined to be case-sensitive. What about priorities, categories,
> user-defined properties, regexp matching of entrie
Hi all,
I just added org-notify.el to the list of contributed modules.
Thanks to Peter for this addition!
Please test it and document it at will.
All best,
--
Bastien
How should case-sensitivity work in Org? The documentation doesn't
specify. From past messages, it looks like tags and todo keywords
are defined to be case-sensitive. What about priorities, categories,
user-defined properties, regexp matching of entries, following of
links-to-headlines? Other
> Isn't there an underlying bug in Emacs here?
Whether it's a bug or not depends on point of view. flyspell takes the
position that it binds M-TAB, so if you want to bind M-tab to something
else you can (and you still get flyspell's command on C-M-i and on ESC
TAB).
Stefan
On Fri, Mar 23, 2012 at 23:31, Bastien Guerry wrote:
>
> Hi Glenn,
>
> Glenn Morris writes:
>
> > Eric Hanchrow wrote:
> >
> >> I started emacs with "emacs -Q". Then I typed
> >>
> >> M-x o r g - m o d e M-x f l y s p e l l -
> >> m o d e C-h c C-h c M-TAB
> >>
> >> C-h c showed me "
Leo writes:
> I am running Org-mode version 7.7.
>
> 1. emacs -q
> 2. (setq org-modules (quote (org-bbdb org-bibtex org-gnus org-info org-habit
> org-inlinetask org-irc org-protocol org-w3m org-mouse)))
> 3. M-x org-mode
> 4. From the menubar Org => Send bug report
>
> You should observe the inf
I'd like to bump this thread -- it seems like this is an error/bug
with refiling.
On Fri, Mar 9, 2012 at 8:44 AM, Nathan Neff wrote:
> I have org-refile-use-cache set.
>
> I refile a headline to foo.org/foo which doesn't exist yet.
>
> I'm prompted to create "foo" headline. I accept.
>
> Then, I
Hi Glenn,
Glenn Morris writes:
> Eric Hanchrow wrote:
>
>> I started emacs with "emacs -Q". Then I typed
>>
>> M-x o r g - m o d e M-x f l y s p e l l -
>> m o d e C-h c C-h c M-TAB
>>
>> C-h c showed me " runs the command pcomplete".
>> C-h c M-TAB (which I typed via Ctrl+Alt+i) s
Closing this bug.
--
Bastien
Hi Alexander,
Alexander Sidorov writes:
> Org-mode in emacs for Windows doesn't allow to create prooperly
> tables. This is the result of creation a table 5x2:
>
> | | | | | | |---+---+---+---+---| | | | | | |
>
> (all rows in one row). It happens always. I guess that used wr
Lennart Borgman writes:
> C-; does not put # in column 0.
Closing this bug.
Lennart Borgman writes:
> C-; does not put # in column 0.
C-; is for headlines only.
You can comment lines by selecting them then M-; on the region.
Hi Sankalp,
Sankalp writes:
> I'm not quite sure what we mean here by a minimal setup. Is it a
> stripped down version of my .emacs with no dependencies? or is it the
> publishing setup I'm using?
I'm thinking of a test-file.org containing all the content you added in
regex-python.org *and* a #
Hi Michael,
I removed the part of `org-read-date' docstring about
`parse-time-weekdays' and `parse-time-months'. You're right
that this can lead too errors.
Michael Heerdegen writes:
> The thread is not completely visible in google groups, dunno why.
> Please read at gnu.emacs.gnus with a news
Hi Myles,
Myles English writes:
>> i.e. the 0:10 is not being picked up in the accumulation.
>
> The attached patch produces the expected output, for the same test
> file:
I applied a slightly modified version of your patch.
Thanks a lot!
--
Bastien
I have the following document:
--
#+TITLE: Test Doc
#+AUTHOR: Ken Williams
* Top header
Top paragraph.
#+begin_src R
library(testthat)
test_that("failures", {
expect_that(6, equals(9))
expect_that(6, equals(9))
expect_that(6, equals(9))
expect_that(6, equals(9))
e
Hi Bastien,
On 21 March 2012 20:01, Bastien wrote:
> Hi,
>
> Sankalp writes:
>
> > I'm facing a strange issue. On exporting the attached .org file to
> > HTML, I often have to do it in 2 passes.
>
> Can you share a minimal setup so that we can reproduce the problem
> with the regex-python.org f
This could probably also work without the mobile element and might be
easier to develop the initial part if it is a solid design. I just
have to get this out of my head so I can focus on school and work
without worrying about forgetting the idea. I also wanted to get some
feedback to see what pe
Hi,
I've made a small patch to ob-C.el so it now includes the current
directory to the list of directories to be searched for header files.
Without this, I cannot include a local header file because the
compilation happens in /tmp and thus gcc or g++ doesn't search for
header files in the directo
Hi.
Sorry in advance if this has already been covered.
AFAICT there's not yet a standard latex export for org-bibtex links.
I think that the following in org-bibtex.el :
(org-add-link-type "bibtex" 'org-bibtex-open)
sets what's needed to navigate links like
[[bibtex:mybib.bib::abibtexref]] (or
Hi.
FWIW, I've been inspired by your code and some other posts on the topic
of bibliographic references / notes management with org-mode and have
summarized the results in [0].
The end result : links like [[note:abibref]] or [[bib:abibref]] which
respectively point to a bibliography notes or a bi
Hi Bastien,
/rasmus
On 2012-03-21 23:59, Bastien wrote:
Hi Rasmus,
Rasmus Rempling writes:
When scheduling may working day I use the Org-Agenda Day view and the
column mode with the format as given below. This work very well and I am
happy with the set-up. However, as shown in the attached
Alejandro Reyes writes:
> Dear all,
>
> I am having troubles to export my documents to a pdf when I have the R
> sessionInfo() as a result. Nevertheless I can export them as a html.
> I think org-mode export to latex is getting confused with the output
> of the sessionInfo() function and the foot
Peter Münster wrote:
> On Fri, Mar 23 2012, Ivan Kanis wrote:
>
> > I got no reply to my RFC and to my tentative patches. Does that mean
> > everybody is happy with the default 12 minutes warning time?
>
> No, I'm not happy with 12 minutes. But there is
> https://github.com/p-m/org-notify where
Peter Münster writes:
> On Fri, Mar 23 2012, Ivan Kanis wrote:
>
>> I got no reply to my RFC and to my tentative patches. Does that mean
>> everybody is happy with the default 12 minutes warning time?
>
> No, I'm not happy with 12 minutes. But there is
> https://github.com/p-m/org-notify where yo
Hi Brian,
Brian Wightman writes:
> On Tue, Mar 20, 2012 at 7:45 AM, Sebastien Vauban
> wrote:
>> Then, I can provide a patch with `time-stamp' function added to
>> `before-save-hook' in Org mode.
>
> I would lobby against this being the default template, as these time
> stamps really mess up th
naga uni writes:
> I'm using org-mode with outline-minor-mode.
> I found a trouble with C-c C-o C-s, show-subtree, says
C-c C-o C-s is not an Org binding, isn't it?
Anyway, I agree org-show-subtree could be turned into a
command, so I accepted your patch.
Thanks!
--
Bastien
"DownloadRoute.com" writes:
> We would like to inform you that your program Org 7.8.03 has
>
> successfully passed antivirus and antispyware tests and were so
>
> impressed that we decided to give you our 100% CLEAN award! We use
>
Hi Ilya,
Ilya Shlyakhter writes:
> Patch attached. Original problem was that org-map-entries for
> "MYPROP>2/!" was not limiting itself to TODO entries, even though
> org-tags-view for the same matcher was.
I tested this patch since you sent it -- it works fine.
Committed to hotfix right now
Hi Thomas,
Thomas Morgan writes:
> Habit lines containing links get mangled on redisplay when they are
> filtered out of the agenda view.
Applied, thanks for the test/config files, that helps a lot.
Best,
--
Bastien
Hi,
I fixed this bug.
Christian Moe writes:
> On 3/8/12 7:38 AM, A. Major wrote:
>> Thanks, but the "dir" PROPERTY appears to affect the target directory for
>> babel's results, neither the HTML nor the PDF output are influenced that way.
>
> Yes, that's why I said "this part of the problem".
>
On Fri, Mar 23, 2012 at 4:42 PM, Aurélien Aptel wrote:
> So, as an experienced org-mode developper you're saying it's very
> hard? I should focus on the ragel part in the application and try to
> go as far as i can for org-mode then. I still need something I can be
> evaluated to for the mid-term
So, as an experienced org-mode developper you're saying it's very
hard? I should focus on the ragel part in the application and try to
go as far as i can for org-mode then. I still need something I can be
evaluated to for the mid-term and final evaluation.
Can you be my mentor? If no one can I sho
Sorry for the noise- I found my mistake. :-(
Charles
--
"...and scantily clad females, of course. Who cares if it's below zero
outside"
(By Linus Torvalds)
On Fri, Mar 23 2012, Ivan Kanis wrote:
> I got no reply to my RFC and to my tentative patches. Does that mean
> everybody is happy with the default 12 minutes warning time?
No, I'm not happy with 12 minutes. But there is
https://github.com/p-m/org-notify where you can have arbitrary warning
times
Hello all:
I have start to use the icalendar exporter in Org-mode and I have
"org-icalendar-use-plain-timestamp" set to "t". However, this exports
both active and inactive timestamp. How would I go about to only export
active timestamps?
Thanks.
Charles
--
"I'd crawl over an acre of 'Visual Th
Nicolas Goaziou writes:
> Hello,
>
> Andreas Leha writes:
>
>> I experience problems with the new export engine (accessible via
>> org-export-dispatch).
>>
>> When I limit the export to the current subtree,
>> the export fails with
>> ,
>> | if: reference 'foo' not found in this buffer
>> `-
> In bzr emacs there is a new variable called appt-warning-time-regexp. It
> contains a string for how many minutes we want to be reminded of an
> appointment...
I got no reply to my RFC and to my tentative patches. Does that mean
everybody is happy with the default 12 minutes warning time?
--
Iv
Hi everyone!
This is a experimental toy, which use
'(car org-latex-to-pdf-process) to convert latex formula fragements ,the
converting path is "latex->pdf->png" using imagemagick.
I'm not a programmer and only know little elisp,so the code quality
is poor...
>From 6a3fbe47d967f8d234d
39 matches
Mail list logo