Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6371797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:08:02+00:00 2026-05-25T01:08:02+00:00

I am tracking project in with org-mode, which is working well for me. I

  • 0

I am tracking project in with org-mode, which is working well for me. I have all of my blocks of work scheduled out, tasks are estimated and time is tracked.

I export it ~ once a week for other people to look at, but I can’t get the effort and CLOCKSUM to show in the exported file.

How do I do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:08:03+00:00Added an answer on May 25, 2026 at 1:08 am

    You can either:

    • Set org-export-with-drawers to t. This will export the drawer properties below the header. It’s exported as an example block, so if you want it to have it’s own class for CSS selection, you’ll have to define your own org-export-format-drawer function. I use the following configuration:

      (setq org-export-with-drawers t)
      
      (defun jbd-org-export-format-drawer (name content)
        "Export drawers to drawer HTML class."
        (setq content (org-remove-indentation content))
        (format "@<div class=\"drawer\">%s@</div>\n" content))
      
      (setq org-export-format-drawer-function 'jbd-org-export-format-drawer)
      

    OR

    • You can use dynamic blocks to capture the column view by typing C-c C-x i. This will insert a table that displays the column view that can be updated by typing C-c C-c while on the #+BEGIN: line.

    I’m actually using both methods for a current project.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Your job is to design a Project Plan class library which supports the tracking
I'm working on a project for visually tracking trains. I've refactored the object relationship
I have POCO's in a separate project and now I need Self Tracking Entities.
Ok so I have an iOS project I'm tracking with git / github. I
I'm working on a personal project using WPF with Entity Framework and Self Tracking
I have a project i am working on currently and would like to implement
We have a RoR project, which we host on self hosted svn and use
I've developed a CodeIgniter project tracking app for a client which lives at a
I know there are many bug tracking/project management programs out there. For my main
We have an ASP.NET website that we use internally to do some project tracking

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.