rry for the late (and probably disappointing) reply.
>
> Bill Wishon writes:
>
>> This is my first major org-mode contribution, and I'm new to git, so
>> if there is something I haven't got quite right in terms of how to
>> contribute please advise.
>>
~>Bill
On Mon, Dec 24, 2012 at 7:28 PM, Bastien wrote:
> Hi Bill,
>
> Bill Wishon writes:
>
> > My public git repository info is: git clone g...@bitbucket.org:mrvwman
> > /wishon-org-mode.git
> > branch name: fix-property-inheritance
>
> I could not clone th
Hi,
If I have a capture template as follows:
("sm" "Start a meeting and clock" entry (file "~/org/notes.org") "* %c %U
** %?" :clock-in t :clock-resume t)
What happens is that the sub-heading where the point is left is where the
LOGBOOK drawer is inserted. like this:
* Meeting Title [date]
**
:
This is my first major org-mode contribution, and I'm new to git, so if
there is something I haven't got quite right in terms of how to contribute
please advise.
org-entry-get with inherit set didn't work for sub-heading additions or
overrides to properties found in parent headings as of Org-mode
On Tue, May 1, 2012 at 11:18 AM, Nicolas Goaziou wrote:
> There are other, and more standard, ways to achieve the
> same result in the new export engine (filters being one).
>
What I was trying to achieve when I got into trying out the
org-export-format-drawer-function was to try and customize th
On Tue, May 1, 2012 at 10:58 AM, Bastien wrote:
> We would need to rename `org-export-format-drawer-function' to
> suggest it can be a list of functions
>
Maybe this is a non-issue then. I had assumed it was a hook because it was
on the page describing org-mode hooks, but your right that it doe
Hi Bastien,
I'll try to find a different mail client next time.
On Tue, May 1, 2012 at 3:01 AM, Bastien wrote:
> I don't really understand why `run-hook-with-args-until-success' is
> needed here. Or `org-export-format-drawer-function' returns a string,
> or it returns nil, in case we fall back
* lisp/org-exp.el (org-export-remove-or-extract-drawers): Changed funcall
to run-hook-with-args-until-success to properly run the
org-export-format-drawer-function hook.
The problem was that funcall was being executed on the hook (list of
functions) instead of running the hook with
run-hook-with-a
ut that could be nil at that point since it wasn't
checked.
Best,
~>Bill
On Sun, Apr 29, 2012 at 2:43 AM, Bastien wrote:
> Hi Bill,
>
> Bill Wishon writes:
>
> > While hacking around I read the doc for
> > org-properties-postprocess-alist and I think it doesn
I think I fixed the problem, but in reading up on how to contribute I
haven't gotten git setup yet or the FSF contribution form done. Should I
do that first before sharing the patch with the group?
Meanwhile is there some sort of test suite to ensure contributions don't
break existing features?
Hi,
While hacking around I read the doc for org-properties-postprocess-alist
and I think it doesn't align with what the implementation of
org-set-property does.
The example in the docstring says:
(("Remaining" (lambda(value)
(let ((clocksum (org-clock-sum-current-item))
#x27;s a small start with only
a function to create a unique CUSTOM_ID, but it's a start as I get familiar
with elisp and org-mode hacking.
http://dl.dropbox.com/u/25725498/org-prd.el
~>Bill
On Mon, Apr 16, 2012 at 5:39 PM, Bill Wishon wrote:
> Hi Org-mode Community,
>
> I'm
e-marker org-entry-property-inherited-from (point))
(throw 'ex tmp))
(or (org-up-heading-safe) (throw 'ex nil)))
(setq tmp (or tmp
(cdr (assoc property org-file-properties))
(cdr (assoc property org-global-properties))
(cdr (assoc proper
Hi Org-mode Community,
I can't get the example in section 7.1 of the org-mode manual to work as I
expect. Perhaps someone can help me see what I'm doing wrong.
I tried creating this buffer:
* CD collection
** Classic
:PROPERTIES:
:GENRES: Classic
:END:
*** Goldberg Variations
:PROPERTIES:
assigned "in development" complete
:END:
** Save as
:PROPERTIES:
:CUSTOM_ID: REQ-001
:Topic: File IO
:Status: assigned
:Release: Astraeus
:Created: [2012-04-16 Mon]
:Author: Bill Wishon
:SolvedBy: [[#REQ-002]]
:END:
The product shall allow for users to save things to a different name.
** Save
:PROPERTIES:
:CUSTOM_ID: REQ-002
:Topic: File IO
:DependsOn: [[#REQ-001]]
:END:
The product shall allow for users to save their work.
Bill Wishon wishon.org> writes:
> What I'm trying to figure out now is how to read the template from a file.
> The documentation says that it can be done by using (file "path/to/file")
> in place of the template text argument, but I haven't gotten that working
> (function function-finding-location)
> Most general way, write your own function to find both
> file and location
I just started trying to do this today myself when I found this thread.
>From what I can tell the expectation is that this function plac
17 matches
Mail list logo