GithubHelp home page GithubHelp logo

Comments (2)

dfeich avatar dfeich commented on June 26, 2024

I think your current workaround of showing the information in different blocks (or could even be different views as different agenda custom views) is nice. Getting org-clock-convenience to automatically adapt to the settings in org-agenda-prefix-format would be quite a high effort, so I would not like to go that way. If really needed, a user can adapt the existing regexps and matching field name lists to fit his configuration, but it will require some advanced emacs regexp skills.

I am using generic functions to find, read out, or place the cursor in named fields. These functions always take among the arguments a regexp defining all the fields, and a list of field names. As an example, this call places point (the cursor) at the field "d1-time" that is defined by the regexp org-clock-convenience-clocked-agenda-re and the list of field names in org-clock-convenience-clocked-agenda-fields.

(org-clock-convenience-goto-re-field 'd1-time
					 org-clock-convenience-clocked-agenda-re
					 org-clock-convenience-clocked-agenda-fields)

So, one just needs to modify those two variables.

The best way for me in Emacs to play with regexps and getting the escaping right is to use Emacs' regexp-builder mode.

I need to add some documentation for users to make them aware of these problems. Thank you again for reporting.

from org-clock-convenience.

dfeich avatar dfeich commented on June 26, 2024

Closing this old bug. The solution to problems with customized org-agenda-prefix-format are documented in the README file under the heading Dealing with changes in org-agenda-prefix-format.

from org-clock-convenience.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.