Hi Bodhi,
On Mon, Aug 15, 2011 at 9:20 AM, Bodhi wrote:
> Hi Puneeth,
> Let us assume I have two files: foo.org and bar.org.
> foo.bar contains:
> :PROPERTIES:
> :CUSTOM_ID: testing
> :END:
>
> bar.org contains
> [[CUSTOM_ID:testing]]
>
> Now, I wish to click on bar.org's link, and it should open
Achim Gratz writes:
> John Wiegley writes:
>> Maybe we're all using different versions of Emacs, but I find that
>> byte-compilation warnings keep increasing as time goes by. I'd like to ask
>> people to compile their code before committing, to keep the build log clean.
>> It looks messy when t
Hi John,
John Wiegley writes:
> Maybe we're all using different versions of Emacs, but I find that
> byte-compilation warnings keep increasing as time goes by. I'd like to ask
> people to compile their code before committing, to keep the build log clean.
> It looks messy when there are lots of
Hi Matt,
Matt Lundin writes:
> The old line in org overview, by contrast, looked for the beginning of
> an outline line:
>
>(if (re-search-forward (concat "^" outline-regexp) nil t)
>
> Would it be possible to revert to the older, more generous construction
> of the regexp (so th
Hi Nicolas and Matt,
Nicolas Goaziou writes:
> I'd suggest to fix `org-at-timestamp-p', and allow, if it must be,
> sloppiness in `org-shiftleft' and friends.
I've just pushed a fix to `org-at-timestamp-p' so that `org-ts-what'
considers your "on the bracket" when point is right after it.
This
Dear Puneeth,
The org-mode link works magically. Thanks!
But the same doesn't work for the generated html page.
The pages get built, and the ID gets created, the html href contains that
unique ID, but the browser is unable to load foo.html from the link in
bar.html.
Did you get any success on that
Hi Matt,
Matt Lundin writes:
>> Ok, it may be convenient in that specific case, but it still looks like
>> a hack to me. Another solution would be to implement a function to
>> navigate between time-stamps, similar to `org-next-link'. One can even
>> generalize this function to move to the next
Skip Collins writes:
> On Fri, Aug 5, 2011 at 11:09 PM, Skip Collins wrote:
>> When I move the scroll bar down in column view, Aquamacs typically
>> hangs. This is repeatable with the following minimal.emacs file:
>
> I tested emacs 24.0.50.1 and stock org 7.7 on windows xp the with the
> same m
Hi Jay,
Jay McCarthy writes:
> I'm an avid OmniFocus user and I've been thinking about trying
> org-mode.
Unless I misread this thread, we don't know what version of Emacs you
are using -- this is crucial information for usability problems such as
the one you are reporting.
> https://github.co
Hi Jay,
Jay McCarthy writes:
>> It is worth disabling font-lock in Org buffers. I am not sure whether
>> that would prevent you from making use of any of the Org features.
>
> I don't want to use it that way, but I can check if it speeds it
> up and it doesn't make any appreciable difference
Hi Sébastien,
"Sebastien Vauban" writes:
> As far as I know, Bastien began talking of caches with the author of
> Emacs-calfw, but nothing has been done yet in that direction.
Confirmed. Once I'm done doing plumbering work and catching up emails,
I'll put a stab at this.
Best,
--
Bastien
* John Wiegley wrote:
> Karl Voit writes:
>
>> Wow. This looks like exactly what I want to achieve with the
>> «Memacs» project on [1]. We certainly need to exchange ideas and
>> code :-)
>
> They sure do sound similar in spirit!! It's like we are tuned to the same
> wavelength. :)
*g*
>> Our
On Mon, Aug 15, 2011 at 2:37 AM, Bastien wrote:
> Hi Jay,
>
> Jay McCarthy writes:
>
>> I'm an avid OmniFocus user and I've been thinking about trying
>> org-mode.
>
> Unless I misread this thread, we don't know what version of Emacs you
> are using -- this is crucial information for usability pr
On Mon, Aug 15, 2011 at 1:32 PM, Jay McCarthy wrote:
>
> What else should I send?
M-x org-version
--
Suvayu
Open source is the future. It sets us free.
Hi,
some time ago I noticed this small bug (small but it keeps annoying me!):
If the following are set:
(setq org-log-done 'time)
(setq org-log-repeat nil)
then if you press C-c C-t on a repeated tasks, like this one:
* TODO do nothing
SCHEDULED: <2011-08-12 Fr .+2d>
an extra space is
On Mon, Aug 15, 2011 at 4:26 AM, Bastien wrote:
> Skip Collins writes:
>> I tested emacs 24.0.50.1 and stock org 7.7 on windows xp the with the
>> same minimal.emacs and minimal orgbug.org files. This crashes emacs.
>
> Please insist on reporting these kind of bugs to Emacs developers.
Already d
Hi John,
John Wiegley wrote:
> I have to say that one of my personal requirements is that such a system be
> implemented as much in Emacs Lisp as possible. I hate debugging code that's
> "in between" Emacs and some other system. Plus, I have excellent
> documentation, debugging and profiling res
It was the latest git when I sent the email (August 5th)
Jay
On Mon, Aug 15, 2011 at 6:02 AM, suvayu ali wrote:
> On Mon, Aug 15, 2011 at 1:32 PM, Jay McCarthy wrote:
>>
>> What else should I send?
>
> M-x org-version
>
> --
> Suvayu
>
> Open source is the future. It sets us free.
>
--
Jay
On Mon, 15 Aug 2011 06:09:53 -0600
Jay McCarthy wrote:
> It was the latest git when I sent the email (August 5th)
>
Knowingly precisely which commit always helps. Hence it is customary to
post the output of the command I mentioned.
M-x org-version
or the output of 'git describe' from the shel
On Mon, Aug 15, 2011 at 6:16 AM, Suvayu Ali wrote:
> On Mon, 15 Aug 2011 06:09:53 -0600
> Jay McCarthy wrote:
>
>> It was the latest git when I sent the email (August 5th)
>>
>
> Knowingly precisely which commit always helps. Hence it is customary to
> post the output of the command I mentioned.
On Mon, 15 Aug 2011 06:19:28 -0600
Jay McCarthy wrote:
> > or the output of 'git describe' from the shell in the org
> > directory.
>
> release_7.7-20-g44472fa
Does this happen with "emacs -Q -l /path/to/minimal/org-setup.el". If it
is repeatable with the above, can you try to isolate the pro
Hello all,
In column view mode, my arrow keys are not working properly. For
example consider the following view.
Task| Effort
| CLOCKSUM |
Item1 | 8:00
| 7:00 |
Now, when I press right arrow key to re
Skip Collins writes:
> On Mon, Aug 15, 2011 at 4:26 AM, Bastien wrote:
>> Skip Collins writes:
>>> I tested emacs 24.0.50.1 and stock org 7.7 on windows xp the with the
>>> same minimal.emacs and minimal orgbug.org files. This crashes emacs.
>>
>> Please insist on reporting these kind of bugs t
Karl Voit writes:
> In my point of view, it is no problem at all because the «API» we do have is
> the format of Org-mode files. Memacs is - unlike your system - not done with
> Emacs at all: Python scripts generate Org-mode files and that is all.
Very likely Org-X will be able to make sure of y
"Sebastien Vauban"
writes:
> Would you have a .emacs part about this (debugging, profiling, etc.) that
> you're willing to share. I am confident that I could jump easier into full
> Emacs Lisp if I would have a better environment.
I'm attaching my lang-emacs-lisp.el file. The really big modules
Hi Leo,
Leo writes:
> I have been using this outside of org-mode for many years but it is
> broken in 7.7.
I suggest using this (new) outline function instead:
#+begin_src emacs-lisp
(defun outline-narrow-to-subtree ()
"Narrow buffer to the current subtree."
(interactive)
(save-excursion
Hi Memnon and Eric,
Memnon Anon writes:
> Eric Schulte writes:
>
>> I believe 10 lines is the cutoff for whether a patch may be considered
>> "tiny" and thus whether it requires copyright attribution to the FSF.
>
> ,[ http://orgmode.org/worg/org-contribute.html ]
> | If your patch is again
Hi Suvayu,
suvayu ali writes:
> I see my name in there. I only submitted a small (touching less than
> 20 lines) documentation patch[1].
I just checked this commit: the change removes 18 lines and replaces
them with 15 lines, so this can be considered as rewriting. I will mark
this as a "TINYC
Hi Bastien,
On Mon, Aug 15, 2011 at 4:03 PM, Bastien wrote:
>> If so, how do I initiate the process?
>
> I attach the instructions in case you want to assign your copyright to
> the FSF for future changes.
>
Thanks a lot. :)
--
Suvayu
Open source is the future. It sets us free.
Hi Ethan,
Ethan Ligon writes:
> I'm afraid I'm mentioned twice. The first has to do with copyright
> assignment; I've begun the process described in org-contribute.org
> to assign copyright to the FSF.
Thanks -- the contribution was small enough this time, I marked it as
"(tiny change)" in the
Hi Memnon,
Memnon Anon writes:
>http://permalink.gmane.org/gmane.emacs.devel/142944
>
> I don't know anything about this, but maybe something can be said/done
> about it while Bastien enjoys his vacation?
Thanks for the heads-up -- I just answered to Glenn and fixed the more
obvious pro
On Mon, Aug 15, 2011 at 9:01 AM, Noorul Islam wrote:
> In column view mode, my arrow keys are not working properly.
I believe that column view suffers from some emacs 24 bugs involving
overlays. You may want to see if the latest git version of emacs
helps.
This was very useful. I didn't have the problem with the minimal
setup. I then went through my global modes, turning them off until I
found that by turning off global-linum-mode it drastically improved
the performance of org-mode and removed the crash. Great! Now, I'll
try org-mode for realsies.
J
Hi Jay,
On Mon, Aug 15, 2011 at 6:12 PM, Jay McCarthy wrote:
> This was very useful. I didn't have the problem with the minimal
> setup. I then went through my global modes, turning them off until I
> found that by turning off global-linum-mode it drastically improved
> the performance of org-mod
Jay McCarthy wrote:
> This was very useful. I didn't have the problem with the minimal
> setup. I then went through my global modes, turning them off until I
> found that by turning off global-linum-mode it drastically improved
> the performance of org-mode and removed the crash. Great! Now, I'll
I'm using an org-mode publishing project in different locations and
would like to set different (location dependent) values for the
publishing-directory property (e.g. use different servers to upload
published files).
There might be a way to do that with the current org-mode which i just
did not
Jay McCarthy writes:
> I thought that this information in the stack report would be enough:
>
> Identifier: org.gnu.Emacs
> Version: Version 23.3 (9.0)
> OS Version: Mac OS X 10.7 (11A511)
>
> It's the version from http://emacsformacosx.com/
So yes, I correctly misread the thre
Hi Carsten,
Carsten Dominik writes:
> my daughter got stuck with a couple of SUDOKU puzzles during
> the vacation (where wh had no internet connection), so I
> hacked a small SUDOKU solver that reads
> a 9x9 Org table and solves it as a sudoku puzzle.
> A little silly, but maybe fun for someone
Hi Ahmed,
Ahmed Fasih writes:
> Apologies, I discovered one stopgap solution already:
>
> # <>
> \begin{equation}
> \label{eq-myeq}
> a = 1
> \end{equation}
>
> We have defined something in (\ref{eq-myeq}), and this link will look
> fine in both Latex and HTML output. This just requires me to en
Bastien
I have patched up htmlfontify[1] to support fontification of odt source
blocks. I am planning to submit the patch to emacs-devel.
Till such time as this patch is integrated in to official Emacs, I would
like to check-in a copy of htmlfontify.el into the contrib dir. Will
there any objec
Hi John,
John Wiegley wrote:
> "Sebastien Vauban"
> writes:
>
>> Would you have a .emacs part about this (debugging, profiling, etc.) that
>> you're willing to share. I am confident that I could jump easier into full
>> Emacs Lisp if I would have a better environment.
>
> I'm attaching my lang-em
On Mon, Aug 15, 2011 at 10:36 PM, Jambunathan K wrote:
> I am attaching sample before and after files to tickle the curiosity.
>
Amazing!
--
Suvayu
Open source is the future. It sets us free.
42 matches
Mail list logo