Ihor Radchenko writes:
> Another OrgMeetup will be scheduled on the second Wednesday of July,
> in two weeks.
>
> Previous meetup notes:
> https://list.orgmode.org/87h6dlidhz.fsf@localhost/T/#u
>
> URL: https://bbb.emacsverse.org/b/iho-h7r-qg8-led
> Time & Date: <2024-07-10 Wed 19:00-21:00 @+03,Eu
Jude DaShiell writes:
> As it happens c-s-right comes back with c-s-right is undefined.
> This is emacs-nativecomp 29 on slint and slint is the international
> version of slackware.
> At this point I think orgmode could use is a tool to be run that will find
> and let the user or installer know a
Jude DaShiell writes:
> m-s-right is meta-shift-rightarrow if I have that correct. Now if I put
> point in the last column of the table and do that, I'll get a column to
> the left which will be blank. What I tried to ask is if I put point in
> the last column of the table what can I do to have
Russell Adams writes:
> Would there be any interest in a monthly 1-2 hour long ad-hoc screen
> sharing and video discussion for Org-mode?
I'm interested.
-Dave
William Denton writes:
> I've been clocking in and out of a project for a few months and now it's
> over.
> I tagged each entry with "search", so a brief clocktable report looks like
> this:
>
> #+BEGIN: clocktable :maxlevel 1 :scope file :tags t :match "search"
> #+CAPTION: Clock summary at [
Thanks!
---
On Mon, Apr 12 2021, Nicolas Goaziou wrote:
Hello,
Dave Marquardt writes:
> After I filed this I got the bright idea to try exporting to Github
> Flavored Markdown and ASCII text. In all cases, src_c{*foo} was
> exported as ",*foo". So this
share code.
---
On Mon, Apr 12 2021, Dave Marquardt wrote:
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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be po
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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
What about gmane.emacs.orgmode?
---
On Thu, Jan 04 2018, Eric S Fraga wrote:
On Wednesday, 3 Jan 2018 at 13:39, M. P. wrote:
> Is their an org mode usenet group?
The closest we have that I am aware of is gmane.emacs.help.
--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.
I wanted to add a #+PLOT to the clock table header, and used the
advice mechanism to do it. E.g.
(defadvice org-clock-report (after insert-plot-line
activate)
"Add #+PLOT: line appropriate for clock table."
(insert
"#+PLOT: ind:1 deps:(4) type:2d with:his
"Davis, Peter" writes:
> I'm working on a moderately complex ruby-on-rails project now, and I'd
> love to be able to generate source maps. Specifically, I'd like to be
> able to generate dot files (and GraphViz diagrams) showing the file
> relationships: this controller goes with this view, etc.
Tyler Smith writes:
> Habits don't seem to be working for me anymore, and I'm not sure why.
> How did I break this?
>
> Emacs version:
> GNU Emacs 25.0.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.5) of
> 2015-12-24
>
> Org mode version:
> Org-mode version 8.3.2 (8.3.2-59-g3d4c46-elpaplus @
> /h
Nicolas Goaziou writes:
> Hello,
>
> Dave Marquardt writes:
>
>> I did git bisect on a couple of x86_64 Linux systems:
>> - RHEL 6.7 with Emacs 24.3.2
>> - Fedora 22 with Emacs 24.5.1
>>
>> The result was
>>
>> # first bad commit: [6d2ab4
Nick Dokos writes:
> Over the past couple of days, I've noticed delays in posting.
> I posted a couple of things two days ago that didn't show up
> until one day later. I believe a couple of other people have
> noticed the same thing. I figured that since the posts *did*
> show up, the problems we
Dave Marquardt writes:
> Dave Marquardt writes:
>
>> Is this just a problem with the ELPA installation? I'm going to try
>> removing and reinstalling the ELPA package, then if that doesn't change
>> anything, try instaling from the Git tree.
>
> I rein
Dave Marquardt writes:
> Is this just a problem with the ELPA installation? I'm going to try
> removing and reinstalling the ELPA package, then if that doesn't change
> anything, try instaling from the Git tree.
I reinstalled the ELPA package, same result. I removed the ELPA
Nick Dokos writes:
> Dave Marquardt writes:
>
>> I attempted to plot a table after installing the 20150928 ELPA package,
>> and got
>>
>> Debugger entered--Lisp error: (void-function org-export-create-backend)
>> org-export-create-backend(:parent org :
I attempted to plot a table after installing the 20150928 ELPA package,
and got
Debugger entered--Lisp error: (void-function org-export-create-backend)
org-export-create-backend(:parent org :transcoders ((table lambda (table
contents info) (concat nil contents nil)) (table-row lambda (row conte
"John Wiegley" writes:
> I've upgrade today to Org 8.3.1, and I've noticed that any customization which
> used overlays (mainly, org-habit) now displays no overlays in the Agenda
> buffer.
>
> Is this something others have already seen and found a fix for?
Check to see that the properties drawer
Marcin Borkowski writes:
> assume that I have a habit (or other TODO headline where the /date/ of
> converting to DONE is important), and I completed it, say, at 23:30 and
> forgot to change the status immediately. Is there any way to tell Org
> that the change was not today, but e.g. yesterday o
Dave Marquardt writes:
> Nicolas Goaziou writes:
>
>> torys.ander...@gmail.com (Tory S. Anderson) writes:
>>
>>> Ah. So does the current code, which uses \emsp (which, if displayed
>>> properly, would be what I meant by "giving me a space") assume
&
Nicolas Goaziou writes:
> torys.ander...@gmail.com (Tory S. Anderson) writes:
>
>> Ah. So does the current code, which uses \emsp (which, if displayed
>> properly, would be what I meant by "giving me a space") assume
>> a non-nil org-pretty-entities? I would have hoped that would be
>> mentioned,
Xebar Saram writes:
> does any one know of a way to auto insert/change the date in each sections
> header when the section is edited?IE have a date in the header showing
> last edited date.
> Is this technically possible?
Try setting before-save-hook. See "(elisp) Saving Buffers".
-Dave
Jambunathan K writes:
>> this means that [TABLE-OF-CONTENTS] isn't supported in the ODT
>> exporter.
>
> Fixed. Please pull again.
That works. Thanks!
-Dave
I'm using Org-mode version 7.8.02. I'd like to move the table of
contents using [TABLE-OF-CONTENTS] as documented in (org)Top:: > *Note
Markup:: > *Note Structural markup elements:: > Table of contents. I'm
exporting to ODT, and the table of contents always shows up just after
the title informati
Bastien writes:
> Hi Dave,
>
> Dave Marquardt writes:
>
>> I modified the Makefile to do what I expected. With this change, "make
>> install" copies the style files to $(prefix)/share/emacs/etc/styles, and
>> ODT export now works as expected.
>
>
Dave Marquardt writes:
> Dave Marquardt writes:
>
>> Jambunathan K writes:
>>
>>> Dave Marquardt writes:
>>>
>>>> Bastien writes:
>>>>
>>>>> as the subject says. Please all test this heavily and report
>>>
Dave Marquardt writes:
> Jambunathan K writes:
>
>> Dave Marquardt writes:
>>
>>> Bastien writes:
>>>
>>>> as the subject says. Please all test this heavily and report
>>>> any problems. This will be part of Org 7.8 and soon
Jambunathan K writes:
> Dave Marquardt writes:
>
>> Bastien writes:
>>
>>> 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 Jambunatha
suvayu ali writes:
> Hi Alan and Dave,
>
> On Wed, Dec 14, 2011 at 22:56, Alan L Tyree wrote:
>> On 15/12/11 08:35:20, suvayu ali wrote:
>>> On Wed, Dec 14, 2011 at 21:28, Dave Marquardt
>>> wrote:
>>> > When I run org-export-as-odt by C-c C-e o,
Bastien writes:
> 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 release!
I installed Org 7.8.02 by downloading
31 matches
Mail list logo